agentscale for Openclaw

Deploy web applications and APIs to public URLs instantly using a single CLI command.

jpbonch
v0.1.2
Feb 18, 2026
0
1.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agentscale

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is agentscale?

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.

agentscale Use Cases

  • Rapidly sharing a live API endpoint for integration testing.
  • Hosting temporary web application demos for clients or stakeholders.
  • Deploying persistent web services for production environments using paid credits.
  • Automating project previews directly from an AI agent's coding workflow.

How agentscale Works

  1. The user registers a new account to generate a local configuration and API key.
  2. The skill packages the current project directory into a compressed archive using the system tar utility.
  3. The archive is uploaded to the agentscale infrastructure, where the environment is automatically detected based on project files.
  4. The service is assigned a public URL and made accessible over the internet.
  5. Users can monitor service status or add credits to extend the deployment's lifespan beyond the initial free hour.

agentscale Setup

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

agentscale Data Schema & Taxonomy

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.

agentscale Advanced Features

  • Multi-language support including Node.js, Python, and Go with zero-config auto-detection.
  • Integration with AgentSpend for programmatic credit top-ups and permanent hosting.
  • Service management via CLI to list, track, and monitor active deployments.
  • Custom API endpoint overrides via the AGENTSCALE_API_URL environment variable for advanced routing needs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*