mirror of
https://github.com/apify/agent-skills.git
synced 2026-09-14 20:00:06 +08:00
91670bb4f7
BREAKING CHANGE: Restructure from skills/ to plugins/ directory. - Consolidate 9 scraping skills + ecommerce into `apify-scraper` plugin - Group actor-development + actorization into `apify-dev-tools` plugin - Add Cursor plugin support (.cursor-plugin/ manifests, rules, mcp.json) - Add per-plugin .claude-plugin/ and .cursor-plugin/ plugin.json files - Merge ecommerce SKILL.md content into ultimate-scraper - Fix .py → .js bug in generate_agents.py and hooks - Update generate_agents.py to scan plugins/*/skills/ - Add LICENSE (Apache-2.0) - Add Apify logo assets - Bump to v2.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
480 B
Plaintext
13 lines
480 B
Plaintext
---
|
|
description: Build, deploy, and convert projects into Apify Actors
|
|
alwaysApply: false
|
|
---
|
|
|
|
apify-dev-tools:
|
|
|
|
- Use apify-actor-development skill for building new Actors from scratch.
|
|
- Use apify-actorization skill for converting existing projects into Actors.
|
|
- Use /create-actor command for guided Actor creation workflow.
|
|
- Apify MCP server provides access to platform docs, Actor logs, and storage.
|
|
- Always use Actor names in "author/actor" format (never "author~actor").
|