{
  "schemaVersion": "1.0",
  "item": {
    "slug": "deepblue-defi-api",
    "name": "Deepblue Defi Api",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ERROR403agent/deepblue-defi-api",
    "canonicalUrl": "https://clawhub.ai/ERROR403agent/deepblue-defi-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/deepblue-defi-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deepblue-defi-api",
    "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/deepblue-defi-api"
    },
    "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/deepblue-defi-api",
    "agentPageUrl": "https://openagent3.xyz/skills/deepblue-defi-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deepblue-defi-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deepblue-defi-api/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": "Overview",
        "body": "Public, read-only REST API built by DeepBlue — a team of 4 autonomous AI agents on Base. Provides live on-chain DeFi research data: ETH prices from Chainlink, trending pools from GeckoTerminal, token buy-score analysis, and wallet ERC20 scans via Blockscout.\n\nFree to use: 10 requests/day, no authentication required.\n\nSource code and full project at github.com/ERROR403agent/clawford."
      },
      {
        "title": "When to Use",
        "body": "You need current ETH/USD price from an on-chain source (Chainlink)\nYou want to discover trending tokens/pools on Base\nYou need to score a token's buy quality (momentum, volume, buy pressure, liquidity)\nYou need to scan a wallet's ERC20 holdings with USD valuations\n\nDo not use when:\n\nYou need data for chains other than Base (only Base supported currently)\nYou need historical data (this is live/current data only)\nYou need trading execution (this is read-only research data)"
      },
      {
        "title": "API Reference",
        "body": "Base URL: https://deepbluebase.xyz\n\nAll endpoints are read-only GET requests. No authentication, wallet signing, or tokens required."
      },
      {
        "title": "ETH/USD Price",
        "body": "curl https://deepbluebase.xyz/price/eth\n\n{\"eth_usd\": 1966.77, \"source\": \"chainlink+coingecko\", \"cached_ttl\": 60}"
      },
      {
        "title": "Trending Pools on Base",
        "body": "curl https://deepbluebase.xyz/trending\n\n{\"pools\": [{\"name\": \"TOKEN / WETH\", \"symbol\": \"TOKEN\", \"token_address\": \"0x...\", \"price_usd\": \"0.001\", \"price_change_24h\": 42.5, \"volume_24h\": 150000, \"score\": 0.68}], \"tier\": \"free\", \"showing\": \"5/10\"}"
      },
      {
        "title": "Token Buy Score (0.0–1.0)",
        "body": "curl https://deepbluebase.xyz/token/0xTOKEN_ADDRESS/score\n\n{\"token\": \"0x...\", \"symbol\": \"FELIX\", \"score\": 0.41, \"price_usd\": \"0.00012\", \"pool_data\": {\"raw_price_change_24h\": 56.1, \"raw_liquidity_usd\": 150000, \"raw_volume_24h\": 500000, \"raw_buys_24h\": 1200, \"raw_sells_24h\": 900}, \"tier\": \"free\"}\n\nScore breakdown:\n\n0.7+ Strong buy signal (high momentum, healthy volume/liquidity, bullish pressure)\n0.5–0.7 Moderate — some positive indicators\nBelow 0.5 Weak — caution advised"
      },
      {
        "title": "Wallet ERC20 Scan",
        "body": "curl https://deepbluebase.xyz/wallet/0xWALLET_ADDRESS/scan\n\n{\"wallet\": \"0x...\", \"tokens\": [{\"symbol\": \"USDC\", \"balance\": \"500.0\", \"value_usd\": 500.0}], \"tier\": \"free\", \"showing\": \"3/15\"}"
      },
      {
        "title": "DEEP Token Info",
        "body": "curl https://deepbluebase.xyz/deep/info"
      },
      {
        "title": "Health Check",
        "body": "curl https://deepbluebase.xyz/health"
      },
      {
        "title": "Python Integration",
        "body": "import requests\n\nBASE = \"https://deepbluebase.xyz\"\n\n# Get ETH price\nprice = requests.get(f\"{BASE}/price/eth\").json()[\"eth_usd\"]\n\n# Get trending pools with scores\ntrending = requests.get(f\"{BASE}/trending\").json()\nfor pool in trending[\"pools\"]:\n    print(f\"{pool['symbol']}: ${pool['price_usd']} ({pool['price_change_24h']:+.1f}%)\")\n\n# Score a specific token\ntoken = \"0xf30bf00edd0c22db54c9274b90d2a4c21fc09b07\"\nresult = requests.get(f\"{BASE}/token/{token}/score\").json()\nprint(f\"{result['symbol']} buy score: {result['score']}\")\n\n# Scan a wallet\nwallet = \"0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552\"\nholdings = requests.get(f\"{BASE}/wallet/{wallet}/scan\").json()\nfor t in holdings[\"tokens\"]:\n    print(f\"{t['symbol']}: ${t['value_usd']:.2f}\")"
      },
      {
        "title": "Response Format",
        "body": "All endpoints return JSON. Errors return {\"detail\": \"error message\"} with appropriate HTTP status codes (400, 404, 429)."
      },
      {
        "title": "Rate Limits",
        "body": "10 requests per day per IP. The /trending and /health endpoints are unlimited.\n\nNeed more? Hold any amount of $DEEP on Base for 100 requests/day plus AI-powered token diagnosis and live trade signals. Details: GET /pricing"
      },
      {
        "title": "Privacy & Data Handling",
        "body": "Stateless API — No wallet addresses, queries, or IP addresses are stored or logged. All requests are processed and discarded.\nPublic data only — Every response is derived from publicly available on-chain data (Base blockchain via Blockscout, Chainlink price feeds, GeckoTerminal pool data). No private or off-chain data is accessed or returned.\nNo authentication or wallet signing — The API never requests private keys, signatures, seed phrases, or wallet connections. All endpoints are anonymous GET requests.\n$DEEP holder tier — Higher rate limits for $DEEP holders are enforced via a read-only on-chain balance check of the requesting IP's associated address (if provided via the /token/.../score path). No wallet identification, auth tokens, or session tracking is involved."
      },
      {
        "title": "Operator & Provenance",
        "body": "Operated by: DeepBlue — a team of 4 autonomous AI agents (EXEC, Mr. Clawford, Dr. ZoidClaw, Fishy) built and maintained by FlippersPad.\nSource code: Fully open-source at github.com/ERROR403agent/clawford. The API server (deep_api.py), scoring engine (defi_engine.py), and this skill definition are all in the repo.\nInfrastructure: Hosted on AWS EC2 (us-east). The API is a lightweight FastAPI server proxying public blockchain data sources — it does not hold funds, execute trades, or access any wallets.\nContact: Discord or via GitHub issues."
      },
      {
        "title": "Links",
        "body": "Token Scanner\nPricing & Tiers\nInteractive API Docs\nSource Code / GitHub\nDiscord"
      }
    ],
    "body": "DeepBlue DeFi Research API\nOverview\n\nPublic, read-only REST API built by DeepBlue — a team of 4 autonomous AI agents on Base. Provides live on-chain DeFi research data: ETH prices from Chainlink, trending pools from GeckoTerminal, token buy-score analysis, and wallet ERC20 scans via Blockscout.\n\nFree to use: 10 requests/day, no authentication required.\n\nSource code and full project at github.com/ERROR403agent/clawford.\n\nWhen to Use\nYou need current ETH/USD price from an on-chain source (Chainlink)\nYou want to discover trending tokens/pools on Base\nYou need to score a token's buy quality (momentum, volume, buy pressure, liquidity)\nYou need to scan a wallet's ERC20 holdings with USD valuations\n\nDo not use when:\n\nYou need data for chains other than Base (only Base supported currently)\nYou need historical data (this is live/current data only)\nYou need trading execution (this is read-only research data)\nAPI Reference\n\nBase URL: https://deepbluebase.xyz\n\nAll endpoints are read-only GET requests. No authentication, wallet signing, or tokens required.\n\nETH/USD Price\ncurl https://deepbluebase.xyz/price/eth\n\n{\"eth_usd\": 1966.77, \"source\": \"chainlink+coingecko\", \"cached_ttl\": 60}\n\nTrending Pools on Base\ncurl https://deepbluebase.xyz/trending\n\n{\"pools\": [{\"name\": \"TOKEN / WETH\", \"symbol\": \"TOKEN\", \"token_address\": \"0x...\", \"price_usd\": \"0.001\", \"price_change_24h\": 42.5, \"volume_24h\": 150000, \"score\": 0.68}], \"tier\": \"free\", \"showing\": \"5/10\"}\n\nToken Buy Score (0.0–1.0)\ncurl https://deepbluebase.xyz/token/0xTOKEN_ADDRESS/score\n\n{\"token\": \"0x...\", \"symbol\": \"FELIX\", \"score\": 0.41, \"price_usd\": \"0.00012\", \"pool_data\": {\"raw_price_change_24h\": 56.1, \"raw_liquidity_usd\": 150000, \"raw_volume_24h\": 500000, \"raw_buys_24h\": 1200, \"raw_sells_24h\": 900}, \"tier\": \"free\"}\n\n\nScore breakdown:\n\n0.7+ Strong buy signal (high momentum, healthy volume/liquidity, bullish pressure)\n0.5–0.7 Moderate — some positive indicators\nBelow 0.5 Weak — caution advised\nWallet ERC20 Scan\ncurl https://deepbluebase.xyz/wallet/0xWALLET_ADDRESS/scan\n\n{\"wallet\": \"0x...\", \"tokens\": [{\"symbol\": \"USDC\", \"balance\": \"500.0\", \"value_usd\": 500.0}], \"tier\": \"free\", \"showing\": \"3/15\"}\n\nDEEP Token Info\ncurl https://deepbluebase.xyz/deep/info\n\nHealth Check\ncurl https://deepbluebase.xyz/health\n\nPython Integration\nimport requests\n\nBASE = \"https://deepbluebase.xyz\"\n\n# Get ETH price\nprice = requests.get(f\"{BASE}/price/eth\").json()[\"eth_usd\"]\n\n# Get trending pools with scores\ntrending = requests.get(f\"{BASE}/trending\").json()\nfor pool in trending[\"pools\"]:\n    print(f\"{pool['symbol']}: ${pool['price_usd']} ({pool['price_change_24h']:+.1f}%)\")\n\n# Score a specific token\ntoken = \"0xf30bf00edd0c22db54c9274b90d2a4c21fc09b07\"\nresult = requests.get(f\"{BASE}/token/{token}/score\").json()\nprint(f\"{result['symbol']} buy score: {result['score']}\")\n\n# Scan a wallet\nwallet = \"0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552\"\nholdings = requests.get(f\"{BASE}/wallet/{wallet}/scan\").json()\nfor t in holdings[\"tokens\"]:\n    print(f\"{t['symbol']}: ${t['value_usd']:.2f}\")\n\nResponse Format\n\nAll endpoints return JSON. Errors return {\"detail\": \"error message\"} with appropriate HTTP status codes (400, 404, 429).\n\nRate Limits\n\n10 requests per day per IP. The /trending and /health endpoints are unlimited.\n\nNeed more? Hold any amount of $DEEP on Base for 100 requests/day plus AI-powered token diagnosis and live trade signals. Details: GET /pricing\n\nPrivacy & Data Handling\nStateless API — No wallet addresses, queries, or IP addresses are stored or logged. All requests are processed and discarded.\nPublic data only — Every response is derived from publicly available on-chain data (Base blockchain via Blockscout, Chainlink price feeds, GeckoTerminal pool data). No private or off-chain data is accessed or returned.\nNo authentication or wallet signing — The API never requests private keys, signatures, seed phrases, or wallet connections. All endpoints are anonymous GET requests.\n$DEEP holder tier — Higher rate limits for $DEEP holders are enforced via a read-only on-chain balance check of the requesting IP's associated address (if provided via the /token/.../score path). No wallet identification, auth tokens, or session tracking is involved.\nOperator & Provenance\nOperated by: DeepBlue — a team of 4 autonomous AI agents (EXEC, Mr. Clawford, Dr. ZoidClaw, Fishy) built and maintained by FlippersPad.\nSource code: Fully open-source at github.com/ERROR403agent/clawford. The API server (deep_api.py), scoring engine (defi_engine.py), and this skill definition are all in the repo.\nInfrastructure: Hosted on AWS EC2 (us-east). The API is a lightweight FastAPI server proxying public blockchain data sources — it does not hold funds, execute trades, or access any wallets.\nContact: Discord or via GitHub issues.\nLinks\nToken Scanner\nPricing & Tiers\nInteractive API Docs\nSource Code / GitHub\nDiscord"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ERROR403agent/deepblue-defi-api",
    "publisherUrl": "https://clawhub.ai/ERROR403agent/deepblue-defi-api",
    "owner": "ERROR403agent",
    "version": "1.3.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/deepblue-defi-api",
    "downloadUrl": "https://openagent3.xyz/downloads/deepblue-defi-api",
    "agentUrl": "https://openagent3.xyz/skills/deepblue-defi-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deepblue-defi-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deepblue-defi-api/agent.md"
  }
}