A2A Marketplace
/install a2a-marketplace
A2A Marketplace (AgentForge)
Use the AgentForge marketplace tools to discover, evaluate, and execute AI tools from a curated marketplace.
Quick Start
Search for tools:
Use forge_discover to find a tool for "sentiment analysis"
Execute a tool:
Use forge_execute with toolId "tool-abc" and input { "text": "Hello world" }
Available Tools
| Tool | Description |
|---|---|
forge_discover |
Search marketplace by query, category, price, trust score, tags |
forge_execute |
Execute a tool (billing applied automatically) |
forge_get_schema |
Get input/output schema for a tool |
forge_balance |
Check agent balance, spending, and tier |
forge_list_categories |
List all tool categories |
forge_batch_execute |
Execute up to 10 tools in parallel |
Workflows
Find the best tool for a task
- Use
forge_discoverwith your query and optional filters (category, maxPrice, minTrustScore) - Use
forge_get_schemato understand the input format - Use
forge_executeto run the tool
Budget-conscious execution
- Use
forge_balanceto check remaining budget - Use
forge_discoverwithmaxPricefilter - Compare tools by trust score and price
- Execute with confidence
Batch processing
Use forge_batch_execute to run multiple tools at once:
{
"calls": [
{ "toolId": "sentiment-v2", "input": { "text": "Great product!" } },
{ "toolId": "translate-en-vi", "input": { "text": "Hello world" } }
]
}
Categories
Common categories: nlp, vision, code, data, audio, security, blockchain, productivity
Trust Scores
Tools are scored 0-100 based on:
- Uptime and reliability
- Response time
- User ratings
- Security audit status
- API compliance
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install a2a-marketplace - After installation, invoke the skill by name or use
/a2a-marketplace - Provide required inputs per the skill's parameter spec and get structured output
What is A2A Marketplace?
AI tool marketplace via AgentForge — discover, compare, and execute tools with automatic billing and trust scoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 547 downloads so far.
How do I install A2A Marketplace?
Run "/install a2a-marketplace" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A2A Marketplace free?
Yes, A2A Marketplace is completely free (open-source). You can download, install and use it at no cost.
Which platforms does A2A Marketplace support?
A2A Marketplace is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A2A Marketplace?
It is built and maintained by Lê Minh Hiếu (@paparusi); the current version is v2.0.0.