πŸš€
DevOpsPython

Apify Actorization

by apify

Apify Actorization is a DevOps skill for Claude Code, published by apify in agent-skills.

2.4K stars254 forkson apify/agent-skillsAdded 2026/08/20Repository updated 2026/08/10
actoragent-skillsai-agentsapifymcp
Install in seconds
Install Apify Actorization
Copy Apify Actorization into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/apify/agent-skills/tree/main/skills/apify-actorization ~/.claude/skills/apify-actorization

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/apify/agent-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/apify-actorization/SKILL.md in apify/agent-skills
Installs to
~/.claude/skills/apify-actorization
Collection
One of 5 skills cataloged from this repository
Category
DevOps β€” 798 skills

What Apify Actorization does

Apify Actorization converts existing projects into Apify Actors, serverless cloud programs that accept JSON input and produce structured output. Use it when migrating code to Apify, wrapping CLI tools as Actors, or adding the Apify SDK to existing projects.

Apify Actorization is cataloged under DevOps on DirSkills. Apify Actorization comes from a repository tagged actor, agent-skills, ai-agents, apify and mcp.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Apify Actorization

  • What else does apify publish alongside Apify Actorization?

    Apify Actorization is one of 5 skills that DirSkills catalogs from apify/agent-skills, the repository it ships in. Its siblings there include Apify Actor Development, Apify Output Schema Generator and Apify SDK Integration. Each one is a separate skill with its own page in this directory, installs the same way Apify Actorization does, and is maintained by apify in that same repository. The rest of the collection is listed on the apify/agent-skills page.

  • How does Apify Actorization compare to other DevOps skills?

    Apify Actorization ranks #259 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Apify Actorization against them. Open each page to compare what they document and how they install.