Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Deploy web apps and APIs to a public URL with a single command.
Deploy web apps and APIs to a public URL with a single command.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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.
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.
npx agentscale register Generates an API key and saves it to ~/.agentscale/config.json.
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)
npx agentscale list Lists your services and their status.
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.
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.
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.
tar must be available on PATH (used to package projects for deploy).
Upload: 100 MB compressed, 500 MB decompressed.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.