Converts existing JavaScript, Python, or CLI projects into Apify Actors by wrapping your code with the proper SDK lifecycle calls and generating the required `.actor/` configuration files. Handles the tedious setup work of adding `Actor.init()` and `Actor.exit()` patterns, creating input schemas, and configuring Docker containers. Most useful when you have working scraping or automation code that you want to deploy on Apify's serverless platform. The security guidance around sanitizing crawled data is solid, and the monetization setup with pay-per-event charging is straightforward once deployed.
npx skills add https://github.com/apify/agent-skills --skill apify-actorization