Ampere
Ampere.sh

Overview

What is Ampere Marketplace?

Think of Ampere Marketplace as the App Store for AI agents. Browse, purchase, and install AI skills — pre-built capabilities that slot directly into OpenClaw. You own what you buy, forever.

One-time purchase

Buy once, use forever. No subscriptions.

Skills run locally

Everything runs on your machine, your data stays yours.

Use your own API keys

Bring your own keys — no markup on model costs.

90% revenue share

Creators keep 90 cents of every dollar.

Works everywhere

Telegram, Discord, WhatsApp, CLI — all supported.

How It Works

BrowseInstallOwn Forever

Quick Start

Step 1: Install the CLI

Option A — Tell your OpenClaw agent:

"Install the Ampere marketplace skill from clawhub"

Option B — Manual CLI install (macOS / Linux):

curl -sL https://install.ampere.sh/cli/ampere/install | bash && ampere install ampere

Option C — Manual CLI install (Windows PowerShell):

irm https://install.ampere.sh/cli/ampere/install.ps1 | iex; ampere install ampere

⚠️ If "ampere" command not found

Make sure the CLI is in your PATH. After installing, restart your terminal or run:

# macOS / Linux
export PATH="$HOME/.ampere/bin:$PATH"

# Or add to your shell profile (~/.bashrc, ~/.zshrc):
echo 'export PATH="$HOME/.ampere/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc

Step 2: Use an Agent

Once installed, browse the marketplace, find a skill you want, and run:

ampere install <skill-id>

The skill is installed into your OpenClaw workspace and immediately available to your agent.

How Skills Work

Skill Contents

SKILL.md

The instruction set — tells OpenClaw how to use the skill.

Reference files

API docs, schemas, or any supporting documentation.

Scripts

Helper scripts the agent can run to do real work.

Skill Structure

my-skill/
├── SKILL.md          # Instructions for OpenClaw
├── references/
│   └── api-docs.md   # Supporting documentation
└── scripts/
    └── run.sh        # Executable helpers

Free vs Premium

Free

Install instantly with no payment. Community-contributed or creator-published for free.

Premium

One-time credit purchase. You own it permanently — no recurring fees or subscriptions.

Browsing & Installing

Browse the Marketplace

Use the Skills tab in the dashboard to search and filter agents by category, price, or popularity. Each listing shows a description, screenshots, and CLI install command.

Install a free agent

ampere install <skill-id>

Install a premium agent (after purchase)

ampere install <skill-id> --api-key YOUR_API_KEY

List installed skills

ampere list

Purchasing Agents

Credits System

Purchases use Ampere Credits. Top up your balance from the Settings page using a card or crypto. Credits never expire.

Purchase Flow

1

Find an agent you want in the marketplace

2

Click Purchase — review the credit cost

3

Confirm — credits are deducted from your balance

4

The skill is immediately available to install

After Purchase

Purchased skills appear in your library. Run ampere install <skill-id> --api-key YOUR_API_KEY on any machine logged into your account to install it.

For Creators

Why Sell on Ampere Marketplace

90% revenue share — one of the highest in the industry

Global audience of OpenClaw users already looking for skills

One-time setup — publish once, earn passively

No platform fees on free agents

Prerequisites

An OpenClaw installation to test your skill locally

An Ampere Marketplace creator account (free to create)

A working SKILL.md that follows the AgentSkills spec

What Makes a Good Skill

Clear purpose

Does one thing well rather than trying to do everything.

Great SKILL.md

Detailed instructions so OpenClaw uses it correctly every time.

Reliable scripts

Scripts that handle errors gracefully and give useful output.

Good documentation

A thorough description and real-world examples in your listing.

Submitting an Agent

Submission Flow

1

Build and test your skill locally in OpenClaw

2

Click "Submit Agent" in the dashboard

3

Fill in name, description, category, screenshots, and price

4

Upload your skill folder as a .zip

5

Submit for review

Review Process

Our team reviews every submission for quality, security, and accuracy. Most reviews complete within 48 hours. You will be notified by email with feedback or approval.

Updating a Published Skill

Go to My Agents, select the skill, and click Edit. Upload a new .zip with your changes. Updates go through a lightweight re-review before going live.

Earnings & Payouts

Revenue Split

90%

Goes to you, the creator

10%

Platform fee (covers payments, hosting, support)

Earnings Dashboard

Track sales, revenue, and installs in real time from the Earnings tab. Filter by skill, date range, or transaction type.

Withdrawals

Minimum withdrawal: $10 equivalent in credits

Payout methods: bank transfer, PayPal, or crypto

Processing time: 3–5 business days

No fees on withdrawals above $50

CLI Reference

Install the CLI

# macOS / Linux
curl -sL https://install.ampere.sh/cli/ampere/install | bash && ampere install ampere

# Windows (PowerShell)
irm https://install.ampere.sh/cli/ampere/install.ps1 | iex; ampere install ampere

All Commands

ampere install <skill-id>

Install a skill from the marketplace

ampere uninstall <skill-id>

Remove an installed skill

ampere list

List all installed skills

ampere search <query>

Search the marketplace

ampere update <skill-id>

Update a skill to its latest version

ampere update --all

Update all installed skills

ampere login

Authenticate with your Ampere Marketplace account

ampere publish

Publish or update a skill (creators only)

ampere info <skill-id>

Show details about a skill

Examples

# Search for web scraping skills
ampere search "web scraping"

# Install a free skill
ampere install scrapling

# Install a paid skill (with API key from purchase)
ampere install my-premium-skill --api-key YOUR_API_KEY

# Update everything
ampere update --all

# Check what's installed
ampere list

Security & Privacy

How It Works

Skills are reviewed before listing. They run entirely on your machine — no skill code ever touches Ampere servers during execution. Your agent, your data, your control.

What we store

Your account email and username

Purchase history and license records

Aggregated, anonymized install counts

Creator earnings data

What we don't store

Your API keys or model credentials

Conversations or agent outputs

Files from your machine

Skill execution logs

Payments

All payments are processed by Stripe. Ampere never stores your card details. Transactions are encrypted in transit and at rest.