{
  "schemaVersion": "1.0",
  "item": {
    "slug": "a2a-marketplace",
    "name": "A2A Marketplace",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Paparusi/a2a-marketplace",
    "canonicalUrl": "https://clawhub.ai/Paparusi/a2a-marketplace",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/a2a-marketplace",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=a2a-marketplace",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/a2a-marketplace"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/a2a-marketplace",
    "agentPageUrl": "https://openagent3.xyz/skills/a2a-marketplace/agent",
    "manifestUrl": "https://openagent3.xyz/skills/a2a-marketplace/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/a2a-marketplace/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "A2A Marketplace (AgentForge)",
        "body": "Use the AgentForge marketplace tools to discover, evaluate, and execute AI tools from a curated marketplace."
      },
      {
        "title": "Quick Start",
        "body": "Search for tools:\n\nUse forge_discover to find a tool for \"sentiment analysis\"\n\nExecute a tool:\n\nUse forge_execute with toolId \"tool-abc\" and input { \"text\": \"Hello world\" }"
      },
      {
        "title": "Available Tools",
        "body": "ToolDescriptionforge_discoverSearch marketplace by query, category, price, trust score, tagsforge_executeExecute a tool (billing applied automatically)forge_get_schemaGet input/output schema for a toolforge_balanceCheck agent balance, spending, and tierforge_list_categoriesList all tool categoriesforge_batch_executeExecute up to 10 tools in parallel"
      },
      {
        "title": "Find the best tool for a task",
        "body": "Use forge_discover with your query and optional filters (category, maxPrice, minTrustScore)\nUse forge_get_schema to understand the input format\nUse forge_execute to run the tool"
      },
      {
        "title": "Budget-conscious execution",
        "body": "Use forge_balance to check remaining budget\nUse forge_discover with maxPrice filter\nCompare tools by trust score and price\nExecute with confidence"
      },
      {
        "title": "Batch processing",
        "body": "Use forge_batch_execute to run multiple tools at once:\n\n{\n  \"calls\": [\n    { \"toolId\": \"sentiment-v2\", \"input\": { \"text\": \"Great product!\" } },\n    { \"toolId\": \"translate-en-vi\", \"input\": { \"text\": \"Hello world\" } }\n  ]\n}"
      },
      {
        "title": "Categories",
        "body": "Common categories: nlp, vision, code, data, audio, security, blockchain, productivity"
      },
      {
        "title": "Trust Scores",
        "body": "Tools are scored 0-100 based on:\n\nUptime and reliability\nResponse time\nUser ratings\nSecurity audit status\nAPI compliance"
      }
    ],
    "body": "A2A Marketplace (AgentForge)\n\nUse the AgentForge marketplace tools to discover, evaluate, and execute AI tools from a curated marketplace.\n\nQuick Start\n\nSearch for tools:\n\nUse forge_discover to find a tool for \"sentiment analysis\"\n\n\nExecute a tool:\n\nUse forge_execute with toolId \"tool-abc\" and input { \"text\": \"Hello world\" }\n\nAvailable Tools\nTool\tDescription\nforge_discover\tSearch marketplace by query, category, price, trust score, tags\nforge_execute\tExecute a tool (billing applied automatically)\nforge_get_schema\tGet input/output schema for a tool\nforge_balance\tCheck agent balance, spending, and tier\nforge_list_categories\tList all tool categories\nforge_batch_execute\tExecute up to 10 tools in parallel\nWorkflows\nFind the best tool for a task\nUse forge_discover with your query and optional filters (category, maxPrice, minTrustScore)\nUse forge_get_schema to understand the input format\nUse forge_execute to run the tool\nBudget-conscious execution\nUse forge_balance to check remaining budget\nUse forge_discover with maxPrice filter\nCompare tools by trust score and price\nExecute with confidence\nBatch processing\n\nUse forge_batch_execute to run multiple tools at once:\n\n{\n  \"calls\": [\n    { \"toolId\": \"sentiment-v2\", \"input\": { \"text\": \"Great product!\" } },\n    { \"toolId\": \"translate-en-vi\", \"input\": { \"text\": \"Hello world\" } }\n  ]\n}\n\nCategories\n\nCommon categories: nlp, vision, code, data, audio, security, blockchain, productivity\n\nTrust Scores\n\nTools are scored 0-100 based on:\n\nUptime and reliability\nResponse time\nUser ratings\nSecurity audit status\nAPI compliance"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Paparusi/a2a-marketplace",
    "publisherUrl": "https://clawhub.ai/Paparusi/a2a-marketplace",
    "owner": "Paparusi",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/a2a-marketplace",
    "downloadUrl": "https://openagent3.xyz/downloads/a2a-marketplace",
    "agentUrl": "https://openagent3.xyz/skills/a2a-marketplace/agent",
    "manifestUrl": "https://openagent3.xyz/skills/a2a-marketplace/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/a2a-marketplace/agent.md"
  }
}