{"id":47376720,"url":"https://github.com/apify/agent-skills","last_synced_at":"2026-04-10T12:07:17.207Z","repository":{"id":332359982,"uuid":"1129716674","full_name":"apify/agent-skills","owner":"apify","description":"Collection of Apify Agent Skills","archived":false,"fork":false,"pushed_at":"2026-03-30T10:03:35.000Z","size":379,"stargazers_count":1786,"open_issues_count":3,"forks_count":186,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-03-30T12:05:26.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-07T13:37:31.000Z","updated_at":"2026-03-30T10:03:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/apify/agent-skills","commit_stats":null,"previous_names":["apify/agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apify/agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fagent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fagent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fagent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fagent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apify","download_url":"https://codeload.github.com/apify/agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fagent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-19T09:00:28.775Z","updated_at":"2026-04-10T12:07:17.189Z","avatar_url":"https://github.com/apify.png","language":"JavaScript","funding_links":[],"categories":["Installation","🧠 Agent Skills","Credits \u0026 Sources","Web \u0026 Search"],"sub_categories":["Official Sources"],"readme":"# Apify Agent Skills\n\nA collection of AI agent skills for web scraping, data extraction, and Actor development on the Apify platform.\n\n\u003e Looking for more specialized skills? Check out [apify/awesome-skills](https://github.com/apify/awesome-skills) — a community collection of domain-specific skills for lead generation, brand monitoring, competitor intelligence, and more.\n\n## Skills\n\n### Scraping\n\n- **[Ultimate scraper](skills/apify-ultimate-scraper/)** (`apify-ultimate-scraper`) — AI-powered web scraper for 55+ platforms including Instagram, Facebook, TikTok, YouTube, Google Maps, Amazon, Walmart, eBay, Booking.com, TripAdvisor, and more. Can also search the [Apify Store](https://apify.com/store) to find the right Actor for any platform not listed here.\n\n### Development\n\n- **[Actor development](skills/apify-actor-development/)** (`apify-actor-development`) — create, debug, and deploy Apify Actors from scratch in JavaScript, TypeScript, or Python.\n- **[Actorization](skills/apify-actorization/)** (`apify-actorization`) — convert existing projects into Apify Actors. Supports JS/TS (SDK), Python (async context manager), and any language (CLI wrapper).\n- **[Generate output schema](skills/apify-generate-output-schema/)** (`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.\n\n## Installation\n\n```bash\nnpx skills add apify/agent-skills\n```\n\n### Claude Code\n\n```bash\n# Add the marketplace\n/plugin marketplace add https://github.com/apify/agent-skills\n\n# Install a skill\n/plugin install apify-ultimate-scraper@apify-agent-skills\n```\n\n### Cursor / Windsurf\n\nAdd to your project's `.cursor/settings.json` or use the same Claude Code plugin format.\n\n### Codex / Gemini CLI\n\nPoint your agent to the `agents/AGENTS.md` file which contains skill descriptions and paths:\n\n```bash\n# Gemini CLI uses gemini-extension.json automatically\n# For Codex, reference agents/AGENTS.md in your configuration\n```\n\n### Other AI tools\n\nAny AI tool that supports Markdown context can use the skills by pointing to:\n- `agents/AGENTS.md` - auto-generated skill index\n- `skills/*/SKILL.md` - individual skill documentation\n\n## Prerequisites\n\n1. **Apify account** — [apify.com](https://apify.com)\n2. **API token** — get from [Apify Console](https://console.apify.com/account/integrations), add `APIFY_TOKEN=your_token` to `.env`\n3. **Node.js 20.6+** (for the scraper skill)\n\n## Pricing\n\nApify Actors use pay-per-result pricing. Check individual Actor pricing on the [Apify platform](https://apify.com).\n\n## Support\n\n- [Apify Documentation](https://docs.apify.com)\n- [Apify Discord](https://discord.gg/jyEM2PRvMU)\n\n## License\n\n[Apache-2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapify%2Fagent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapify%2Fagent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapify%2Fagent-skills/lists"}