·apify-actorization
</>

apify-actorization

apify/agent-skills

将现有项目转换为 Apify Actors - 无服务器云程序。 Actorize JavaScript/TypeScript(带有 Actor.init/exit 的 SDK)、Python(异步上下文管理器)或任何语言(CLI 包装器)。将代码迁移到 Apify、将 CLI 工具包装为 Actor 或将 Actor 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 工具包装为 Actor 或将 Actor 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 工具包装为 Actor 或将 Actor 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 中使用

这个 Skill 的源码在哪?

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