← Back to Skills Marketplace
paparusi

A2A Marketplace

by Lê Minh Hiếu · GitHub ↗ · v2.0.0
cross-platform ⚠ suspicious
547
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install a2a-marketplace
Description
AI tool marketplace via AgentForge — discover, compare, and execute tools with automatic billing and trust scoring.
README (SKILL.md)

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

  1. Use forge_discover with your query and optional filters (category, maxPrice, minTrustScore)
  2. Use forge_get_schema to understand the input format
  3. Use forge_execute to run the tool

Budget-conscious execution

  1. Use forge_balance to check remaining budget
  2. Use forge_discover with maxPrice filter
  3. Compare tools by trust score and price
  4. 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
Usage Guidance
This skill looks like a legitimate marketplace plugin, but several red flags mean you should verify a few things before installing: - Confirm package provenance: locate the @a2a/openclaw-plugin package on a trusted registry or source (npm page, GitHub repo) and review its maintainer, README, and recent releases. Do not install an unpublished/unknown package without review. - Ask how authentication and billing are handled: the SKILL.md mentions automatic billing and balance checks but provides no instructions for supplying API keys, account tokens, or payment methods. Ensure you understand what credentials will be used and where they are stored. - Understand data flows: tools executed via this marketplace will receive the inputs you provide. If you will pass sensitive data, confirm vendor privacy, permitted data retention, and whether you can limit or redact data before execution. - Verify safeguards: check for budget limits, spending alerts, or an explicit opt‑in per execution to avoid unexpected charges. - Test in a safe environment: if possible, run trial calls with non-sensitive inputs and minimal budget, and monitor network/requests during plugin installation. If you cannot verify the plugin's source, authentication method, and billing controls, consider not installing or request a vendor-provided security/privacy document before proceeding.
Capability Analysis
Type: OpenClaw Skill Name: a2a-marketplace Version: 2.0.0 The skill bundle is benign. The `SKILL.md` file defines an AI tool marketplace with various `forge_*` tools and instructs the agent to install a Node.js plugin `@a2a/openclaw-plugin`. While external dependencies always carry a supply chain risk, the instruction itself is a standard way to extend functionality, and the package name appears legitimate for the stated purpose. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided files.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions consistently describe an AI tool marketplace (discover, get schema, execute, check balance). The single declared install (npm package @a2a/openclaw-plugin) is coherent with providing marketplace functionality. However, the SKILL.md does not document how authentication, account linking, or billing credentials are provided even though the skill describes automatic billing and balance checks—this is an unexplained omission.
Instruction Scope
Instructions limit the agent to marketplace actions (forge_discover, forge_execute, etc.) and do not request unrelated files or env vars. But the workflow explicitly executes third‑party tools with automatic billing; that implies sending user inputs to external tool providers and financial operations. The SKILL.md gives no guidance on what data may be transmitted, how billing is authorized, or how to limit/exclude sensitive data—this broadens the runtime impact beyond a simple query tool.
Install Mechanism
The install is an npm package (@a2a/openclaw-plugin), which is a plausible mechanism for this functionality. However, there is no homepage or source repository listed in the skill metadata, so the package provenance is unknown. Installing an unvetted npm plugin can execute arbitrary code; the manifest provides no verification steps or alternative trusted sources.
Credentials
The skill declares no required environment variables or primary credential, yet it offers balance checks and automatic billing. A marketplace plugin typically needs account credentials, API keys, or payment tokens; the absence of any declared auth mechanism is an inconsistency. That could mean the plugin expects implicit platform-level credentials (not documented) or that necessary secrets/permissions are being omitted from the manifest.
Persistence & Privilege
The skill does not request always:true and defaults for autonomous invocation are unchanged. It does not declare config paths or system-wide modifications. Those properties are proportionate; however, autonomous invocation combined with billing-capable marketplace operations increases impact if provenance/auth are unclear.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install a2a-marketplace
  3. After installation, invoke the skill by name or use /a2a-marketplace
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Initial release — AgentForge AI tool marketplace with 6 tools
Metadata
Slug a2a-marketplace
Version 2.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments