AgentScale
/install agentscale
Free Tier
- No signup or payment required to start.
- Run
npx agentscale registerto get an API key. - Free deploys expire after 1 hour.
- Limited to 1 service.
Paid Tier
- Add credits to remove the 1-hour expiry and deploy permanently.
- Use
npx agentscale accountto check your tier and credit balance. - When you need to add credits, use the
agentspend paycommand or the AgentSpend skill.
Commands
Register
npx agentscale register
Generates an API key and saves it to ~/.agentscale/config.json.
Deploy
npx agentscale deploy
Run this from your project directory. Packages the current directory and deploys it.
Options:
--name \x3Cname>— Service name (auto-generated if omitted)
List
npx agentscale list
Lists your services and their status.
Account
npx agentscale account
Shows your account tier (free/paid) and credit balance.
To add credits, use the agentspend pay command:
agentspend pay https://api.agentscale.co/add-credits \
--header "x-api-key:\x3Cyour-api-key>" \
--body '{"amount_cents": 500}'
Or pay directly with an x402 wallet by calling POST /add-credits with your x-api-key header and amount_cents in the body.
Project Requirements
- Deploy APIs and web services. Supports Node.js, Python, Go, and more.
- Your project needs a standard structure to be auto-detected:
- Node.js: a
package.jsonwith a start script. - Python: a
requirements.txt. - Go: a
go.mod.
- Node.js: a
- Custom domains, build commands, and start commands are not yet supported.
Environment Variables
AGENTSCALE_API_URL— Overrides the default API base URL. Warning: this redirects all API calls, including those carrying your API key, to the specified URL.
System Requirements
tarmust be available on PATH (used to package projects for deploy).
Limits
- Upload: 100 MB compressed, 500 MB decompressed.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentscale - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentscale触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AgentScale 是什么?
Deploy web apps and APIs to a public URL with a single command. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 784 次。
如何安装 AgentScale?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentscale」即可一键安装,无需额外配置。
AgentScale 是免费的吗?
是的,AgentScale 完全免费(开源免费),可自由下载、安装和使用。
AgentScale 支持哪些平台?
AgentScale 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AgentScale?
由 João Bonchristiano(@jpbonch)开发并维护,当前版本 v0.1.2。