·apify-actorization
</>

apify-actorization

apify/agent-skills

Convierta proyectos existentes en Apify Actors: programas en la nube sin servidor. Actorize JavaScript/TypeScript (SDK con Actor.init/exit), Python (administrador de contexto asíncrono) o cualquier lenguaje (contenedor CLI). Úselo al migrar código a Apify, empaquetar herramientas CLI como actores o agregar Actor SDK a proyectos existentes.

414Instalaciones·20Tendencia·@apify

Instalación

$npx skills add https://github.com/apify/agent-skills --skill apify-actorization

SKILL.md

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.

If not logged in, check if APIFYTOKEN environment variable is defined. If not, ask the user to generate one at https://console.apify.com/settings/integrations, then:

| JS/TS | npm install apify | await Actor.init() ... await Actor.exit() | | Python | pip install apify | async with Actor: | | Other | Use CLI in wrapper script | apify actor:get-input / apify actor:push-data |

Convierta proyectos existentes en Apify Actors: programas en la nube sin servidor. Actorize JavaScript/TypeScript (SDK con Actor.init/exit), Python (administrador de contexto asíncrono) o cualquier lenguaje (contenedor CLI). Úselo al migrar código a Apify, empaquetar herramientas CLI como actores o agregar Actor SDK a proyectos existentes. Fuente: apify/agent-skills.

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/apify/agent-skills --skill apify-actorization
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es apify-actorization?

Convierta proyectos existentes en Apify Actors: programas en la nube sin servidor. Actorize JavaScript/TypeScript (SDK con Actor.init/exit), Python (administrador de contexto asíncrono) o cualquier lenguaje (contenedor CLI). Úselo al migrar código a Apify, empaquetar herramientas CLI como actores o agregar Actor SDK a proyectos existentes. Fuente: apify/agent-skills.

¿Cómo instalo apify-actorization?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/apify/agent-skills --skill apify-actorization Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

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