โ† All skills
Tencent SkillHub ยท Developer Tools

AgentScale

Deploy web apps and APIs to a public URL with a single command.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Deploy web apps and APIs to a public URL with a single command.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, package-lock.json, package.json, SKILL.md, tsconfig.json, src/index.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • src/index.ts Scripts
  • package-lock.json Config
  • package.json Config
  • tsconfig.json Config