·apify-actorization
</>

apify-actorization

apify/agent-skills

既存のプロジェクトを Apify Actors (サーバーレス クラウド プログラム) に変換します。 Actorize JavaScript/TypeScript (Actor.init/exit を備えた SDK)、Python (非同期コンテキスト マネージャー)、または任意の言語 (CLI ラッパー)。コードを Apify に移行する場合、CLI ツールをアクターとしてラップする場合、またはアクター SDK を既存のプロジェクトに追加する場合に使用します。

414インストール·20トレンド·@apify

インストール

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

既存のプロジェクトを Apify Actors (サーバーレス クラウド プログラム) に変換します。 Actorize JavaScript/TypeScript (Actor.init/exit を備えた SDK)、Python (非同期コンテキスト マネージャー)、または任意の言語 (CLI ラッパー)。コードを Apify に移行する場合、CLI ツールをアクターとしてラップする場合、またはアクター SDK を既存のプロジェクトに追加する場合に使用します。 ソース: apify/agent-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/apify/agent-skills --skill apify-actorization
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

apify-actorization とは?

既存のプロジェクトを Apify Actors (サーバーレス クラウド プログラム) に変換します。 Actorize JavaScript/TypeScript (Actor.init/exit を備えた SDK)、Python (非同期コンテキスト マネージャー)、または任意の言語 (CLI ラッパー)。コードを Apify に移行する場合、CLI ツールをアクターとしてラップする場合、またはアクター SDK を既存のプロジェクトに追加する場合に使用します。 ソース: apify/agent-skills。

apify-actorization のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/apify/agent-skills --skill apify-actorization インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

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