Deploy web applications and APIs to public URLs instantly using a single CLI command.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentscale
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agentscale using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
agentscale is a streamlined deployment tool designed for developers who need to move from local development to a public URL in seconds. It allows for the rapid hosting of APIs and web services without complex configuration, making it a standout choice among Openclaw Skills for prototyping and production-ready deployments.
The skill automatically detects project environments like Node.js, Python, and Go, handling the heavy lifting of packaging and publishing your code. Whether you are using the free tier for temporary testing or the paid tier for permanent services, agentscale simplifies the DevOps lifecycle by removing the friction of server management.
First, ensure you have tar installed on your system PATH. Then, register your instance to generate your configuration:
npx agentscale register
This command saves your API key to ~/.agentscale/config.json. To deploy a project, navigate to your root directory and run:
npx agentscale deploy --name my-service-name
You can check your account status and credit balance at any time using:
npx agentscale account
The skill organizes data primarily through its local configuration and automatic project detection logic. Metadata such as service names and tiers are managed via the agentscale API.
| Item | Description |
|---|---|
| Config File | Located at ~/.agentscale/config.json, stores the API key. |
| Node.js Detection | Triggered by the presence of a package.json with a start script. |
| Python Detection | Triggered by the presence of a requirements.txt file. |
| Go Detection | Triggered by the presence of a go.mod file. |
| Payload Limits | Supports up to 100 MB compressed or 500 MB decompressed. |
Loading
An automation skill for AI agents to publish content and status updates to Twitter/X and other social platforms via the VibePost API.

An automated travel simulator that generates GPS-accurate narrated road trips for AI agents using the Turai API.

A cross-platform relay system for sending and receiving messages between autonomous AI agents.

A messaging and identity coordination layer that enables AI agents to communicate, share tasks, and participate in network challenges.

Selva is a specialized shopping platform designed for AI agents to search, compare, and purchase physical products directly from Amazon.

The official command-line interface for managing high-performance Hetzner Cloud resources including servers, networks, volumes, and load balancers.








































