{
  "schemaVersion": "1.0",
  "item": {
    "slug": "silverback-defi",
    "name": "Silverback Defi",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/RidingLiquid/silverback-defi",
    "canonicalUrl": "https://clawhub.ai/RidingLiquid/silverback-defi",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/silverback-defi",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=silverback-defi",
    "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-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/silverback-defi"
    },
    "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/silverback-defi",
    "agentPageUrl": "https://openagent3.xyz/skills/silverback-defi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/silverback-defi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/silverback-defi/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": "Silverback DeFi Intelligence",
        "body": "19 x402-paid DeFi endpoints on Base chain. Pay per call with USDC — no API keys, no subscriptions. All endpoints use the x402 micropayment protocol.\n\nBase URL: https://x402.silverbackdefi.app"
      },
      {
        "title": "Chat ($0.05)",
        "body": "AI chat with all 19 intelligence tools. Ask any DeFi question.\n\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/chat \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"message\": \"What are the top coins right now?\"}'"
      },
      {
        "title": "Market Data ($0.001 each)",
        "body": "# Top coins by market cap\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/top-coins \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Top liquidity pools on Base\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/top-pools \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Top DeFi protocols by TVL\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/top-protocols \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Trending tokens\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/trending-tokens \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Base gas prices\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/gas-price \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Token details\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/token-metadata \\\n  -H \"Content-Type: application/json\" -d '{\"token\": \"ETH\"}'"
      },
      {
        "title": "Trading & Analysis",
        "body": "# Swap quote with routing ($0.002)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/swap-quote \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"fromToken\": \"ETH\", \"toToken\": \"USDC\", \"amount\": \"1\"}'\n\n# Technical analysis — RSI, MACD, Bollinger ($0.02)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/technical-analysis \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"ETH\"}'\n\n# Backtest a strategy ($0.10)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/backtest \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"ETH\", \"strategy\": \"rsi\", \"days\": 30}'\n\n# Token correlation matrix ($0.005)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/correlation-matrix \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"tokens\": [\"ETH\", \"BTC\", \"VIRTUAL\"]}'"
      },
      {
        "title": "Yield & DeFi",
        "body": "# Yield opportunities ($0.02)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/defi-yield \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"USDC\"}'\n\n# Pool health analysis ($0.005)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/pool-analysis \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"pool\": \"ETH/USDC\"}'"
      },
      {
        "title": "Security & Intelligence",
        "body": "# Token contract audit ($0.01)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/token-audit \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"0x558881c4959e9cf961a7E1815FCD6586906babd2\"}'\n\n# Whale movement tracking ($0.01)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/whale-moves \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"VIRTUAL\"}'\n\n# Arbitrage scanner ($0.005)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/arbitrage-scanner \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Agent reputation — ERC-8004 ($0.001)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/agent-reputation \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agentId\": \"13026\"}'\n\n# Discover agents by capability ($0.002)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/agent-discover \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"capability\": \"defi\"}'"
      },
      {
        "title": "Non-custodial Swap ($0.05)",
        "body": "Returns unsigned EIP-712 Permit2 data for client-side signing.\n\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/swap \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"fromToken\": \"USDC\", \"toToken\": \"ETH\", \"amount\": \"10\", \"walletAddress\": \"0xYOUR_WALLET\"}'"
      },
      {
        "title": "Payment (x402 Protocol)",
        "body": "All endpoints return HTTP 402 with a USDC payment requirement. Your agent handles payment using @x402/fetch or any x402-compatible client with its own wallet.\n\nPrices range from $0.001 to $0.10 per call. The exact amount is specified in the 402 response."
      },
      {
        "title": "Free Endpoints",
        "body": "# Health check\ncurl -s https://x402.silverbackdefi.app/api/v1/health\n\n# Pricing info\ncurl -s https://x402.silverbackdefi.app/api/v1/pricing\n\n# Endpoint list\ncurl -s https://x402.silverbackdefi.app/api/v1/endpoints"
      },
      {
        "title": "MCP Server",
        "body": "For Claude Desktop, Cursor, or Claude Code:\n\nnpm install -g silverback-x402-mcp\n\nhttps://www.npmjs.com/package/silverback-x402-mcp"
      },
      {
        "title": "Links",
        "body": "Website: https://silverbackdefi.app\nx402 Docs: https://silverbackdefi.app/x402\nAPI: https://x402.silverbackdefi.app\nSource: https://github.com/RidingLiquid/silverback-skill"
      }
    ],
    "body": "Silverback DeFi Intelligence\n\n19 x402-paid DeFi endpoints on Base chain. Pay per call with USDC — no API keys, no subscriptions. All endpoints use the x402 micropayment protocol.\n\nBase URL: https://x402.silverbackdefi.app\n\nEndpoints\nChat ($0.05)\n\nAI chat with all 19 intelligence tools. Ask any DeFi question.\n\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/chat \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"message\": \"What are the top coins right now?\"}'\n\nMarket Data ($0.001 each)\n# Top coins by market cap\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/top-coins \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Top liquidity pools on Base\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/top-pools \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Top DeFi protocols by TVL\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/top-protocols \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Trending tokens\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/trending-tokens \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Base gas prices\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/gas-price \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Token details\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/token-metadata \\\n  -H \"Content-Type: application/json\" -d '{\"token\": \"ETH\"}'\n\nTrading & Analysis\n# Swap quote with routing ($0.002)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/swap-quote \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"fromToken\": \"ETH\", \"toToken\": \"USDC\", \"amount\": \"1\"}'\n\n# Technical analysis — RSI, MACD, Bollinger ($0.02)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/technical-analysis \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"ETH\"}'\n\n# Backtest a strategy ($0.10)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/backtest \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"ETH\", \"strategy\": \"rsi\", \"days\": 30}'\n\n# Token correlation matrix ($0.005)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/correlation-matrix \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"tokens\": [\"ETH\", \"BTC\", \"VIRTUAL\"]}'\n\nYield & DeFi\n# Yield opportunities ($0.02)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/defi-yield \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"USDC\"}'\n\n# Pool health analysis ($0.005)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/pool-analysis \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"pool\": \"ETH/USDC\"}'\n\nSecurity & Intelligence\n# Token contract audit ($0.01)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/token-audit \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"0x558881c4959e9cf961a7E1815FCD6586906babd2\"}'\n\n# Whale movement tracking ($0.01)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/whale-moves \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"VIRTUAL\"}'\n\n# Arbitrage scanner ($0.005)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/arbitrage-scanner \\\n  -H \"Content-Type: application/json\" -d '{}'\n\n# Agent reputation — ERC-8004 ($0.001)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/agent-reputation \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agentId\": \"13026\"}'\n\n# Discover agents by capability ($0.002)\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/agent-discover \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"capability\": \"defi\"}'\n\nNon-custodial Swap ($0.05)\n\nReturns unsigned EIP-712 Permit2 data for client-side signing.\n\ncurl -s -X POST https://x402.silverbackdefi.app/api/v1/swap \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"fromToken\": \"USDC\", \"toToken\": \"ETH\", \"amount\": \"10\", \"walletAddress\": \"0xYOUR_WALLET\"}'\n\nPayment (x402 Protocol)\n\nAll endpoints return HTTP 402 with a USDC payment requirement. Your agent handles payment using @x402/fetch or any x402-compatible client with its own wallet.\n\nPrices range from $0.001 to $0.10 per call. The exact amount is specified in the 402 response.\n\nFree Endpoints\n# Health check\ncurl -s https://x402.silverbackdefi.app/api/v1/health\n\n# Pricing info\ncurl -s https://x402.silverbackdefi.app/api/v1/pricing\n\n# Endpoint list\ncurl -s https://x402.silverbackdefi.app/api/v1/endpoints\n\nMCP Server\n\nFor Claude Desktop, Cursor, or Claude Code:\n\nnpm install -g silverback-x402-mcp\n\n\nhttps://www.npmjs.com/package/silverback-x402-mcp\n\nLinks\nWebsite: https://silverbackdefi.app\nx402 Docs: https://silverbackdefi.app/x402\nAPI: https://x402.silverbackdefi.app\nSource: https://github.com/RidingLiquid/silverback-skill"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RidingLiquid/silverback-defi",
    "publisherUrl": "https://clawhub.ai/RidingLiquid/silverback-defi",
    "owner": "RidingLiquid",
    "version": "2.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/silverback-defi",
    "downloadUrl": "https://openagent3.xyz/downloads/silverback-defi",
    "agentUrl": "https://openagent3.xyz/skills/silverback-defi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/silverback-defi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/silverback-defi/agent.md"
  }
}