apify-actorization
The apify-actorization skill provides a structured process for converting existing software projects into Apify Actors, which are serverless applications packaged as Docker images. It guides users through initializing project structures, integrating the Apify SDK, configuring input and output schemas, and deploying to the Apify platform.
Is apify-actorization safe to install?
Review the source first: our audit of apify-actorization's source files found 8 shell commands, 2 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and interacts with local files to modify project structures. It requires authentication tokens which carry security risks if mishandled.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and engineers looking to migrate existing JavaScript, TypeScript, Python, or CLI-based projects to the Apify platform.
What can you do with it?
- Converting existing software projects into Apify Actors
- Adding Apify SDK integration to projects
- Wrapping CLI tools or scripts as Actors
- Migrating Crawlee projects to Apify
How good is this skill?
Quality score: 5/10. The skill provides a clear, step-by-step checklist and adheres to security best practices for token management and dependency handling.
What does the skill file contain?
# 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 `apify init` in project root
2. Wrap code with SDK lifecycle (see language-specific section below)
3. Configure `.actor/input_schema.json`
4. Test with `apify run --input '{"key": "value"}'`
5. Deploy with `apify push`
## When to use this skill
- Converting an existing project to run on t...Frequently asked questions
What is an Apify Actor?
An Actor is a program packaged as a Docker image that accepts JSON input, performs an action, and produces structured JSON output on the Apify platform.
How do I authenticate the Apify CLI?
Use the 'apify login' command for OAuth authentication or export the 'APIFY_TOKEN' environment variable in headless or CI environments.
What is the recommended way to install the Apify CLI?
Use a package manager like npm to ensure integrity checks. Do not pipe remote scripts directly to a shell.
Why is a README.md file required?
The README serves as the landing page on the Apify Store and is essential for discoverability, user onboarding, and support.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.