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 1. Run in project root 2. Wrap code with SDK lifecycle (see language-specific section below) 3. Configure 4. Test with 5. Deploy with 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 Acto…