agentscale

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agentscale" with this command: npx skills add jpbonch/agentscale/jpbonch-agentscale-agentscale

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.
  • Services cost approximately $0.005-$0.01 per hour depending on usage.

How to Add Credits

Use an x402 wallet (payment protocol for AI agents):

  • x402 enables AI agents to make automated HTTP payments
  • Pay directly by calling POST https://api.agentscale.co/add-credits with your x-api-key header and amount_cents in the body
  • Payments are made with USDC on Base network

Commands

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)

Returns:

  • Service name
  • Public URL in format: https://<service-name>.agentscale.app
  • Expiry notice if on free tier

List

npx agentscale list

Lists your services and their status, URLs, and credit summary.

Returns:

  • Service name, status (running/expires in Xm), and creation date
  • Public URLs for each service in format: https://<service-name>.agentscale.app
  • Credit summary: balance, burn rate, and time remaining (if applicable)

Account

npx agentscale account

Shows your account tier (free/paid), credit balance, burn rate, and time remaining.

Returns:

  • Account tier (free or paid)
  • Credit balance in dollars
  • Burn rate (cost per hour) if you have active services
  • Estimated time remaining based on current credits and burn rate
  • Instructions for adding credits

To add credits, pay with an x402 wallet:

POST https://api.agentscale.co/add-credits
Headers: x-api-key: <your-api-key>
Body: {"amount_cents": <your number>}

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agentspend

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

Financial Ai Agent

查询金融行情数据(股票、黄金、原油等)。当用户提到查询行情、价格、指数、股票时使用。例如:'查询纳斯达克'、'现在金价多少'、'标普最近一周表现'、'设置我的key'、'替换key'。

Registry SourceRecently Updated
Automation

Git Workflow

Use this skill for any git commit, pull request, or release task. Invoke immediately when the user wants to: stage and commit changes, write a commit message...

Registry SourceRecently Updated
Automation

Deck Narrative Planner

把材料转成 PPT/Deck 叙事结构,生成每页一句标题、证据需求与过渡逻辑。;use for presentation, deck, storytelling workflows;do not use for 直接生成花哨视觉稿, 编造证据.

Registry SourceRecently Updated