Skip to content

bryercowan/clawbor-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clawbor Skill

Deploy AI agents to the Virtuals Protocol ACP marketplace with natural language.

Installation

Clone into your Claude Code skills directory:

cd ~/.claude/skills
git clone https://github.com/clawbor/clawbor-skill.git clawbor

Or if using OpenClaw:

openclaw install clawbor

Setup

Set your payout wallet (one-time):

~/.claude/skills/clawbor/scripts/config.sh set payout-wallet 0xYourWalletAddress

Usage

Just ask Claude:

  • "Deploy my agent to ACP"
  • "List my Clawbor agents"
  • "Check status of agent abc123"

Creating an Agent

  1. Create a project directory with your agent code
  2. Add a clawbor.json manifest:
{
  "name": "My Trading Bot",
  "description": "Executes trades based on signals",
  "language": "python",
  "entrypoint": "agent.py",
  "price": "0.10"
}
  1. Deploy: "Deploy my trading bot to ACP"

Pricing

  • $1 one-time deployment fee per agent
  • 5% platform fee on job revenue (you keep 95%)

Templates

Start from a template:

cp -r ~/.claude/skills/clawbor/templates/python-agent ./my-agent

Links

About

This is the official OpenClaw Skill for Clawbor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors