apify-content-analytics

Collection of Apify Agent Skills

安装方式
CLI
npx skills add https://github.com/apify/agent-skills --skill apify-content-analytics

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 5/1/2026

Apify Agent Skills

A collection of AI agent skills for web scraping, data extraction, and Actor development on the Apify platform.

Looking for more specialized skills? Check out apify/awesome-skills — a community collection of domain-specific skills for lead generation, brand monitoring, competitor intelligence, and more.

Skills

Scraping

  • 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 to find the right Actor for any platform not listed here.

Development

  • Actor development (apify-actor-development) — create, debug, and deploy Apify Actors from scratch in JavaScript, TypeScript, or Python.
  • Actorization (apify-actorization) — convert existing projects into Apify Actors. Supports JS/TS (SDK), Python (async context manager), and any language (CLI wrapper).
  • 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.

Installation

npx skills add apify/agent-skills

Claude Code

# Add the marketplace
/plugin marketplace add https://github.com/apify/agent-skills

# Install a skill
/plugin install apify-ultimate-scraper@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 index
  • skills/*/SKILL.md - individual skill documentation

Prerequisites

  1. Apify accountapify.com
  2. API token — get from Apify Console, add APIFY_TOKEN=your_token to .env
  3. Node.js 20.6+ (for the scraper skill)

Pricing

Apify Actors use pay-per-result pricing. Check individual Actor pricing on the Apify platform.

Support

License

Apache-2.0