·apify-actorization
</>

apify-actorization

apify/agent-skills

Konvertieren Sie bestehende Projekte in Apify Actors – serverlose Cloud-Programme. Aktorisieren Sie JavaScript/TypeScript (SDK mit Actor.init/exit), Python (asynchroner Kontextmanager) oder eine beliebige Sprache (CLI-Wrapper). Verwenden Sie diese Option, wenn Sie Code nach Apify migrieren, CLI-Tools als Actors einbinden oder Actor SDK zu vorhandenen Projekten hinzufügen.

414Installationen·20Trend·@apify

Installation

$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 |

Konvertieren Sie bestehende Projekte in Apify Actors – serverlose Cloud-Programme. Aktorisieren Sie JavaScript/TypeScript (SDK mit Actor.init/exit), Python (asynchroner Kontextmanager) oder eine beliebige Sprache (CLI-Wrapper). Verwenden Sie diese Option, wenn Sie Code nach Apify migrieren, CLI-Tools als Actors einbinden oder Actor SDK zu vorhandenen Projekten hinzufügen. Quelle: apify/agent-skills.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/apify/agent-skills --skill apify-actorization
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist apify-actorization?

Konvertieren Sie bestehende Projekte in Apify Actors – serverlose Cloud-Programme. Aktorisieren Sie JavaScript/TypeScript (SDK mit Actor.init/exit), Python (asynchroner Kontextmanager) oder eine beliebige Sprache (CLI-Wrapper). Verwenden Sie diese Option, wenn Sie Code nach Apify migrieren, CLI-Tools als Actors einbinden oder Actor SDK zu vorhandenen Projekten hinzufügen. Quelle: apify/agent-skills.

Wie installiere ich apify-actorization?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/apify/agent-skills --skill apify-actorization Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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