# Send AgentScale to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentscale",
    "name": "AgentScale",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jpbonch/agentscale",
    "canonicalUrl": "https://clawhub.ai/jpbonch/agentscale",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/agentscale",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentscale",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "package-lock.json",
      "package.json",
      "SKILL.md",
      "tsconfig.json",
      "src/index.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "agentscale",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:23:14.846Z",
      "expiresAt": "2026-05-06T15:23:14.846Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentscale",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentscale",
        "contentDisposition": "attachment; filename=\"agentscale-0.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agentscale"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agentscale"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentscale",
    "downloadUrl": "https://openagent3.xyz/downloads/agentscale",
    "agentUrl": "https://openagent3.xyz/skills/agentscale/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentscale/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentscale/agent.md"
  }
}
```
## Documentation

### Free Tier

No signup or payment required to start.
Run npx agentscale register to 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 account to check your tier and credit balance.
When you need to add credits, use the agentspend pay command or the AgentSpend skill.

### 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 <name> — 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:<your-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.json with a start script.
Python: a requirements.txt.
Go: a go.mod.


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

tar must be available on PATH (used to package projects for deploy).

### Limits

Upload: 100 MB compressed, 500 MB decompressed.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jpbonch
- Version: 0.1.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:23:14.846Z
- Expires at: 2026-05-06T15:23:14.846Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agentscale)
- [Send to Agent page](https://openagent3.xyz/skills/agentscale/agent)
- [JSON manifest](https://openagent3.xyz/skills/agentscale/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agentscale/agent.md)
- [Download page](https://openagent3.xyz/downloads/agentscale)