You have additional SKILLs documented in directories containing a "SKILL.md" file.
These skills are:
- apify-actor-development -> "skills/apify-actor-development/SKILL.md"
- apify-actorization -> "skills/apify-actorization/SKILL.md"
- apify-generate-output-schema -> "skills/apify-generate-output-schema/SKILL.md"
- apify-sdk-integration -> "skills/apify-sdk-integration/SKILL.md"
- apify-ultimate-scraper -> "skills/apify-ultimate-scraper/SKILL.md"
IMPORTANT: You MUST read the SKILL.md file whenever the description of the skills matches the user intent, or may help accomplish their task.
<available_skills>
apify-actor-development: Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code.
apify-actorization: Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.
apify-generate-output-schema: Generate output schemas (dataset_schema.json, output_schema.json, key_value_store_schema.json) for an Apify Actor by analyzing its source code. Use when creating or updating Actor output schemas.
apify-sdk-integration: Integrate Apify into an existing JavaScript/TypeScript or Python application using the apify-client package. Use when adding web scraping, automation, or data extraction capabilities to an existing app via the Apify API.
apify-ultimate-scraper: Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, LinkedIn, X/Twitter, Google Maps, Google Search, Google Trends, Reddit, Airbnb, Yelp, and 15+ more platforms. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research, content analytics, audience analysis, review analysis, SEO intelligence, recruitment, or any data extraction task.
</available_skills>
Paths referenced within SKILL.md files are relative to that SKILL folder. For example reference/workflows.md refers to the workflows file inside the skill's reference folder.