{
  "schemaVersion": "1.0",
  "item": {
    "slug": "carbium",
    "name": "Carbium — Solana DeFi Infrastructure",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Ukkometa/carbium",
    "canonicalUrl": "https://clawhub.ai/Ukkometa/carbium",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/carbium",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=carbium",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/carbium-api.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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/carbium"
    },
    "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/carbium",
    "agentPageUrl": "https://openagent3.xyz/skills/carbium/agent",
    "manifestUrl": "https://openagent3.xyz/skills/carbium/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/carbium/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": "Carbium Skill",
        "body": "Carbium is full-stack Solana infrastructure — Swiss-engineered, bare-metal, sub-22ms block streaming, no cloud middlemen."
      },
      {
        "title": "Endpoints at a glance",
        "body": "ProductURLRPChttps://rpc.carbium.io/?apiKey=YOUR_RPC_KEYgRPC / Streamwss://grpc.carbium.io/?apiKey=YOUR_RPC_KEYSwap APIhttps://api.carbium.io (header: X-API-KEY)Docshttps://docs.carbium.io"
      },
      {
        "title": "Auth & Security",
        "body": "Env vars: CARBIUM_RPC_KEY, CARBIUM_API_KEY\nNever embed keys in frontend code or commit to version control\nOne RPC key covers both RPC and gRPC endpoints\nSwap API key is separate (free account at https://api.carbium.io/login)"
      },
      {
        "title": "When to use what",
        "body": "GoalUseKey neededRead balances / send txRPCRPC keyReal-time on-chain eventsgRPC streamRPC key (Business+)Get swap quoteSwap API /api/v2/quoteAPI keyExecute swapSwap API /api/v2/swapAPI keyJito-bundled swapSwap API /api/v2/swap/bundleAPI keySnipe pump.fun tokensgRPC + raw bonding curve txRPC key (Business+)Arbitrage / MEV botgRPC + Swap APIBoth"
      },
      {
        "title": "Full API reference",
        "body": "See references/carbium-api.md for:\n\nComplete RPC, gRPC, and Swap API examples (JS/TS, Python, Rust)\npump.fun sniping full implementation (bonding curve math, buy/sell instructions)\nOperational guardrails (retry logic, reconnect backoff, error table)\nPricing tiers and feature matrix"
      }
    ],
    "body": "Carbium Skill\n\nCarbium is full-stack Solana infrastructure — Swiss-engineered, bare-metal, sub-22ms block streaming, no cloud middlemen.\n\nEndpoints at a glance\nProduct\tURL\nRPC\thttps://rpc.carbium.io/?apiKey=YOUR_RPC_KEY\ngRPC / Stream\twss://grpc.carbium.io/?apiKey=YOUR_RPC_KEY\nSwap API\thttps://api.carbium.io (header: X-API-KEY)\nDocs\thttps://docs.carbium.io\nAuth & Security\nEnv vars: CARBIUM_RPC_KEY, CARBIUM_API_KEY\nNever embed keys in frontend code or commit to version control\nOne RPC key covers both RPC and gRPC endpoints\nSwap API key is separate (free account at https://api.carbium.io/login)\nWhen to use what\nGoal\tUse\tKey needed\nRead balances / send tx\tRPC\tRPC key\nReal-time on-chain events\tgRPC stream\tRPC key (Business+)\nGet swap quote\tSwap API /api/v2/quote\tAPI key\nExecute swap\tSwap API /api/v2/swap\tAPI key\nJito-bundled swap\tSwap API /api/v2/swap/bundle\tAPI key\nSnipe pump.fun tokens\tgRPC + raw bonding curve tx\tRPC key (Business+)\nArbitrage / MEV bot\tgRPC + Swap API\tBoth\nFull API reference\n\nSee references/carbium-api.md for:\n\nComplete RPC, gRPC, and Swap API examples (JS/TS, Python, Rust)\npump.fun sniping full implementation (bonding curve math, buy/sell instructions)\nOperational guardrails (retry logic, reconnect backoff, error table)\nPricing tiers and feature matrix"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Ukkometa/carbium",
    "publisherUrl": "https://clawhub.ai/Ukkometa/carbium",
    "owner": "Ukkometa",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/carbium",
    "downloadUrl": "https://openagent3.xyz/downloads/carbium",
    "agentUrl": "https://openagent3.xyz/skills/carbium/agent",
    "manifestUrl": "https://openagent3.xyz/skills/carbium/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/carbium/agent.md"
  }
}