apify-actorization
Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit…
What it does
- 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
- [ ] Step 1: Analyze project (language, entry point, inputs, outputs)
- [ ] Step 2: Run apify init to create Actor structure
- [ ] Step 3: Apply language-specific SDK integration
Requirements & configuration
- Security note: Avoid passing tokens as command-line arguments (e.g. apify login -t <token>).
- Use a token with the minimum required permissions (scoped token) and rotate it periodically.
- 5. Check for state - Does it need to persist data between runs?
Configuration: APIFY_TOKENAPIFY_API_TOKENREADME
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.
Source
Repository: https://github.com/apify/agent-skills
apify-actorization FAQ
What does the apify-actorization skill do?
Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects. Converting an existing project to run on the Apify platform Adding Apify SDK integration to a project
What does apify-actorization require?
Security note: Avoid passing tokens as command-line arguments (e.g. apify login -t <token>). Use a token with the minimum required permissions (scoped token) and rotate it periodically. 5. Check for state - Does it need to persist data between runs? Configuration keys: APIFY_TOKEN, APIFY_API_TOKEN, README.
How do I install apify-actorization?
Run: npx -y skills add https://github.com/apify/agent-skills --skill apify-actorization --agent claude-code — the source lives at github.com/apify/agent-skills.
Maintain apify-actorization?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/apify-agent-skills-apify-actorization?ref=badge) npx agentictools info skills/apify-agent-skills-apify-actorization The second line is the CLI lookup for this page — handy in READMEs and docs.