mirror of
https://github.com/apify/agent-skills.git
synced 2026-09-14 20:00:06 +08:00
actor-development-skill
Updated marketplace.json validation to skip plugins that don't have a "skills" property (e.g., commands-only plugins). This fixes the CI error where apify-actor-commands plugin was incorrectly flagged for missing SKILL.md. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Apify Agent Skills
Official Apify agent skills for web scraping, data extraction, and automation. Works with Claude Code, Cursor, Codex, Gemini CLI, and other AI coding assistants.
Available Skills
| Name | Description | Documentation |
|---|---|---|
apify-actor-development |
Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing | SKILL.md |
apify-lead-generation |
Generate B2B/B2C leads by scraping Google Maps, websites, Instagram, TikTok, Facebook, LinkedIn, YouTube, and Google Search using Apify Actors | SKILL.md |
Installation
Claude Code
# Add the marketplace
/plugin marketplace add https://github.com/apify/agent-skills
# Install a skill
/plugin install apify-lead-generation@apify-agent-skills
Cursor / Windsurf
Add to your project's .cursor/settings.json or use the same Claude Code plugin format.
Codex / Gemini CLI
Point your agent to the agents/AGENTS.md file which contains skill descriptions and paths:
# Gemini CLI uses gemini-extension.json automatically
# For Codex, reference agents/AGENTS.md in your configuration
Other AI Tools
Any AI tool that supports markdown context can use the skills by pointing to:
agents/AGENTS.md- Auto-generated skill indexskills/*/SKILL.md- Individual skill documentation
Prerequisites
- Apify Account: Sign up at apify.com
- API Token: Get your token from Apify Console > Integrations
- Set Environment Variable: Add to your
.envfile:APIFY_TOKEN=your_token_here
Output Formats
- Quick Answer - Top 5 results displayed in chat (default, no file saved)
- CSV - Full export or basic fields only
- JSON - Full data export
Pricing
Apify Actors use pay-per-result pricing. Check individual Actor pricing on apify.com.
Contributing
- Fork this repository
- Create your skill in
skills/your-skill-name/ - Add
SKILL.mdwith proper frontmatter:--- name: your-skill-name description: What your skill does and when to use it --- - Add entry to
.claude-plugin/marketplace.json - Run
uv run scripts/generate_agents.pyto update AGENTS.md - Submit a pull request
Development
# Regenerate AGENTS.md and validate marketplace.json
uv run scripts/generate_agents.py
Future Skills
Outcome-based
brand-monitoring- Review tracking, sentiment analysiscompetitor-intelligence- Benchmarking, feature comparisoninfluencer-discovery- Find and vet influencerstrend-analysis- Hashtag tracking, viral content
Platform-based
google-intelligence- Maps, Search, Trends, Bookinginstagram-intelligence- Profiles, Posts, Reels, Hashtagsfacebook-intelligence- Pages, Posts, Groups, Adstiktok-intelligence- Profiles, Videos, Hashtags, Soundsyoutube-intelligence- Channels, Videos, Shorts, Comments
Support
Description
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,…; 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…; apify-actorization: Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK wit…
Readme
927 KiB
Languages
Python
100%