← 返回
未分类 中文

Ampere marketplace

Ampere AI Agent Marketplace for OpenClaw. Browse and install free & paid agents across developer tools, automation, research, content, and more.
在 OpenClaw 上使用 Ampere AI Agent 市场,浏览并安装免费和付费代理,覆盖开发者工具、自动化、研究、内容等领域。
himanshunextbase himanshunextbase 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 352
下载
💾 0
安装
1
版本
#latest

概述

Ampere — AI Agent Marketplace for OpenClaw

Ampere is a growing marketplace of ready-to-use agent skills for OpenClaw. Browse by category, search by keyword, and install in seconds.

All agents run locally on the user's machine. Nothing is executed server-side. Each agent is a ZIP containing a SKILL.md prompt and supporting files.


Agent Tiers

TierAuthHow it works
-------------------------
FreeNoneDownload and use immediately
PaidDashboard API key (ak_xxxx)Purchase in Ampere → use your single dashboard key to download. Key only authorises the download — nothing else leaves the machine.

When to Use This

  • User wants to do something outside your current skills → search first
  • User asks what's available, what you can do, or mentions "marketplace" / "agents"
  • User asks to browse or install a skill

Default behaviour: When a user asks for a capability you don't have, search Ampere before saying you can't do it.


Core Flows

Search / Browse

# All agents
curl -s "https://api.agentplace.sh/marketplace/agents"

# Search by keyword
curl -s "https://api.agentplace.sh/marketplace/agents?search=<query>"

# Single agent details
curl -s "https://api.agentplace.sh/marketplace/agents/<agent-id>"

Response: { "count": number, "agents": [...] } — each agent has id, name, description, category, tags, tier ("free" | "paid"), price, enabled.

When showing results:

  • Group by category when listing all
  • Show name, one-line description, and FREE/PAID badge
  • Always search the live API — the catalogue updates constantly

Install

  1. User picks an agent → ask for confirmation
  2. Get download URL:

```sh

# Free

curl -s "https://api.agentplace.sh/marketplace/agents//download"

# Paid

curl -s -H "x-api-key: ak_xxxx" "https://api.agentplace.sh/marketplace/agents//download"

```

  1. Show the user a preview of the SKILL.md content
  2. User approves → download and extract:

```sh

curl -sL "$download_url" -o /tmp/agent.zip

unzip -qo /tmp/agent.zip -d ~/.openclaw/workspace/skills/

rm /tmp/agent.zip

```

Or use the helper: ./install.sh [--api-key ak_xxxx]

  1. Done — skill is live at ~/.openclaw/workspace/skills//

Never install or run commands without explicit user approval.


API Key Setup (Paid Agents Only)

Free agents need zero setup. For paid agents:

  1. Sign up in Ampere
  2. API key is on your dashboard (format: ak_xxxx)
  3. Purchase the agent you want
  4. Use the same key for all purchased agents — one key for everything

Error Handling

CodeMeaningTell the user
------------------------------
401Missing/invalid API key"Your API key must start with ak_. Get it from your Ampere dashboard."
403Agent not purchased"You haven't purchased this agent in Ampere yet."
404Agent not found"This agent doesn't exist. Try searching for similar ones."

Security

  • Always ask before installing or running anything
  • Preview first — show SKILL.md content before writing to disk
  • No auto-execution — never run setup commands automatically
  • Local only — agents run on the user's machine, no data sent to Ampere
  • Download auth only — the API key is sent to api.agentplace.sh for the download URL and nowhere else

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 09:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,479 📥 542,514
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 840 📥 317,222
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,401 📥 323,441