AI AGENT ADDONS

Apify Actor Development

apify/agent-skills

Apify Actors are serverless cloud programs that do one thing well. They run in isolated containers and can handle tasks like web scraping, automation, and data processing. You can build these programs using the Apify CLI tool.

Developers use Actors to create custom scrapers and automated workflows. Each Actor accepts a JSON input and produces structured JSON output. You can store results in datasets or key-value stores. Actors can run for seconds or even indefinitely.

To get started, install the Apify CLI and log in. Then create a new Actor project with your preferred language like JavaScript, TypeScript, or Python. Write your code, configure schemas, and deploy to the cloud.

Add Apify Actor Development skill to your workflow

Global

mkdir -p ~/.claude/skills/apify-actor-development

Project

mkdir -p .claude/skills/apify-actor-development

Source Repository

Stars
2,185
Forks
240
Watchers
2,185
Last Push
26 days ago
Created
6 months ago