What problem does it solve?
This Skill helps you transform an existing codebase into an Apify Actor so it can run as a serverless, reusable unit on the Apify platform without rewriting your whole application from scratch.
Core Features & Use Cases
- Actorization workflow: Converts projects into Apify-compatible Actors by guiding you through initialization, lifecycle wrapping, and schema configuration for inputs and outputs.
- SDK- and CLI-aware guidance: Supports JavaScript/TypeScript (Actor.init/exit), Python (async context manager), and CLI-based wrappers for languages without a native SDK.
- Deployment-ready checklist: Walks you through the practical steps needed for local testing, publishing readiness, and (optionally) monetization setup for store distribution.
Example use case: You have a web scraping or transformation script already working locally, and you want to package it so others can run it through the Apify Console using validated JSON inputs and structured output.
Quick Start
Use the apify-actorization skill to actorize your existing project by running apify init, wiring your entry point to the Apify Actor lifecycle for your language, and configuring .actor/input_schema.json and .actor/output_schema.json so you can test with apify run and deploy with apify push.