apify/agent-skills

apify-actorization

Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.

9.6K installs 2.4K starsUpdated Aug 28, 2026License: No license file

Install

npx skills add apify/agent-skills@apify-actorization

Runs in your terminal. Adds the skill globally for Claude Code, Cursor, Codex and others; add -g -y to skip prompts.

What it does

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/inputschema.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 the Apify platform -…

Excerpt from the skill's own SKILL.md. Read the full file on GitHub before installing: skills run with your agent's permissions.

View source on GitHub

Before you install

Skills are plain text instructions the agent follows, sometimes with scripts. Check the source, prefer repositories with many installs and stars, and read any script it ships.

Categories

Related skills

  • apify-ultimate-scraper

    apify/agent-skills

    Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, LinkedIn, X/Twitter, Google Maps, Google Search, Google Trends, Reddit, Airbnb, Yelp, and 15+ more platforms. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research, content analytics, audience analysis, review analysis, SEO intelligence, recruitment, or any data extraction task.

    15K installs 2.4KSecurityMarketingSEO
  • apify-actor-development

    apify/agent-skills

    Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code.

    10K installs 2.4KDeploy & DevOpsDataAI & agents
  • Generate output schemas (dataset_schema.json, output_schema.json, key_value_store_schema.json) for an Apify Actor by analyzing its source code. Use when creating or updating Actor output schemas.

    7.4K installs 2.4KData
  • apify-sdk-integration

    apify/agent-skills

    Integrate Apify into an existing JavaScript/TypeScript or Python application using the apify-client package. Use when adding web scraping, automation, or data extraction capabilities to an existing app via the Apify API.

    3.1K installs 2.4KDeploy & DevOpsDataProductivity
  • skill-creator

    anthropics/skills

    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

    371K installs 173KTestingAI & agents
  • caveman-commit

    JuliusBrussee/caveman

    >

    334K installs 103KTestingDeploy & DevOpsDocumentation

Search skills

/skills/apify/agent-skills/apify-actorization/