Backend
659 installs
apify-actorization
by apify/agent-skills
Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context…
Skill content
Apify Actorization
Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output.
Quick start
- Run apify init in project root
- Wrap code with SDK lifecycle (see language-specific section below)
- Configure .actor/input_schema.json
- Test with apify run --input '{"key": "value"}'
- Deploy with apify push
When to use this skill
- Converting an existing project to run on the Apify platform
- Adding Apify SDK integration to a project
- Wrapping a CLI tool or script as an Actor
- Migrating a Crawlee project to Apify