什么是 apify-actorization?
将现有项目转换为 Apify Actors - 无服务器云程序。 Actorize JavaScript/TypeScript(带有 Actor.init/exit 的 SDK)、Python(异步上下文管理器)或任何语言(CLI 包装器)。我们... 来源:sickn33/antigravity-awesome-skills。
将现有项目转换为 Apify Actors - 无服务器云程序。 Actorize JavaScript/TypeScript(带有 Actor.init/exit 的 SDK)、Python(异步上下文管理器)或任何语言(CLI 包装器)。我们...
通过命令行快速安装 apify-actorization AI 技能到你的开发环境
来源:sickn33/antigravity-awesome-skills。
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 包装器)。我们... 来源:sickn33/antigravity-awesome-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill apify-actorization将现有项目转换为 Apify Actors - 无服务器云程序。 Actorize JavaScript/TypeScript(带有 Actor.init/exit 的 SDK)、Python(异步上下文管理器)或任何语言(CLI 包装器)。我们... 来源:sickn33/antigravity-awesome-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill apify-actorization 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sickn33/antigravity-awesome-skills