Available Apify Agent Skills
mainThe repository provides several specialized skills for different automation and development tasks:
| Skill | Description |
|---|---|
apify-ultimate-scraper | AI-powered universal scraper covering 130+ curated Actors (Instagram, Google Maps, Amazon, etc.) with fallback to the full Apify Store. |
apify-actor-development | Tools to create, debug, and deploy Apify Actors in JavaScript, TypeScript, or Python. |
apify-actorization | Converts existing code into Apify Actors using JS/TS SDK, Python async context manager, or a generic CLI wrapper. |
apify-generate-output-schema | Analyzes Actor source code to generate dataset_schema.json, output_schema.json, and key_value_store_schema.json. |
apify-sdk-integration | Integrates Apify into existing apps via apify-client (JS/TS/Python) or the REST API. |
apify-actor-commands | A pack adding slash commands like /create-actor for guided scaffolding. |