{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zerion-api-mcp",
    "name": "Zerion API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/abishekdharshan/zerion-api-mcp",
    "canonicalUrl": "https://clawhub.ai/abishekdharshan/zerion-api-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zerion-api-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zerion-api-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/zerion-api-mcp"
    },
    "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/zerion-api-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/zerion-api-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zerion-api-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zerion-api-mcp/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Zerion API Skill",
        "body": "Query crypto wallet data using the Zerion API MCP server."
      },
      {
        "title": "Overview",
        "body": "This skill provides access to Zerion's interpreted crypto wallet data through MCP tools. Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, and 50+ more) and Solana.\n\nNote: API key required for authentication - get yours at https://developers.zerion.io"
      },
      {
        "title": "Available Data",
        "body": "Data TypeDescriptionPortfolioTotal wallet value, breakdown by chainTransactionsFull transaction history with parsed actionsPnLProfit/loss calculationsPositionsDeFi positions, staking, lendingToken PricesReal-time pricing and historical chartsNFTsCollections and individual NFT dataGas PricesCurrent gas prices across chains"
      },
      {
        "title": "Portfolio Analysis",
        "body": "Get the portfolio for wallet 0x1234...\nShow total value and breakdown by chain for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
      },
      {
        "title": "Transaction History",
        "body": "Show recent transactions for 0x1234...\nGet transaction history for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 in the last 30 days"
      },
      {
        "title": "DeFi Positions",
        "body": "Show all DeFi positions for 0x1234...\nWhat protocols is 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 using?"
      },
      {
        "title": "Token Analysis",
        "body": "Get current price of ETH\nShow price chart for USDC over the last 7 days\nCompare ETH price to SOL"
      },
      {
        "title": "NFT Data",
        "body": "Show NFT collections owned by 0x1234...\nGet details for Bored Ape #1234\nList all NFTs in wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
      },
      {
        "title": "Gas Prices",
        "body": "What are current gas prices on Ethereum?\nCompare gas prices across all EVM chains\nShow Solana transaction fees"
      },
      {
        "title": "Tips",
        "body": "Address Format: Use 0x addresses only (e.g., 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045)\nMulti-Chain: Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, etc.) and Solana\nReal-Time: All data is real-time from Zerion's indexed data\nAuth Required: API key needed - configure in MCP settings"
      },
      {
        "title": "Customer Research",
        "body": "Analyze the portfolio composition of 0x1234...\nWhat DeFi protocols are they using?\nShow their transaction patterns over the last month\nCalculate their PnL across all positions"
      },
      {
        "title": "Token Analysis",
        "body": "Get the current price of our governance token\nCompare it to historical prices\nShow top holders by wallet address"
      },
      {
        "title": "Competitive Analysis",
        "body": "What wallets are using Protocol X?\nWhat's the average portfolio size?\nWhat other protocols do they use?\nShow cross-chain activity patterns"
      },
      {
        "title": "Multi-Chain Analysis",
        "body": "Compare wallet activity on Ethereum vs Solana\nShow portfolio breakdown across all EVM chains\nWhich chains have the most DeFi activity?"
      },
      {
        "title": "MCP Server Details",
        "body": "URL: https://developers.zerion.io/mcp\nType: Remote HTTP MCP server\nAuth: API key required (get at https://developers.zerion.io)\nDocs: https://developers.zerion.io/reference/building-with-ai"
      },
      {
        "title": "Setup",
        "body": "Get your API key at https://developers.zerion.io\nAdd to your MCP configuration:\n{\n  \"zerion\": {\n    \"url\": \"https://developers.zerion.io/mcp\",\n    \"headers\": {\n      \"Authorization\": \"Bearer YOUR_API_KEY\"\n    }\n  }\n}"
      },
      {
        "title": "Related Resources",
        "body": "API Docs: https://developers.zerion.io\nZerion Dashboard: https://dashboard.zerion.io\nllms.txt: https://developers.zerion.io/llms.txt (for keeping AI tools current)"
      },
      {
        "title": "When to Use This Skill",
        "body": "Use this skill when:\n\nResearching wallet addresses (0x format)\nAnalyzing DeFi positions and protocols\nGetting real-time token prices across chains\nInvestigating transaction patterns\nExploring NFT holdings\nChecking gas prices across EVM chains and Solana\nValidating customer or competitor data\nCalculating portfolio PnL"
      }
    ],
    "body": "Zerion API Skill\n\nQuery crypto wallet data using the Zerion API MCP server.\n\nOverview\n\nThis skill provides access to Zerion's interpreted crypto wallet data through MCP tools. Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, and 50+ more) and Solana.\n\nNote: API key required for authentication - get yours at https://developers.zerion.io\n\nAvailable Data\nData Type\tDescription\nPortfolio\tTotal wallet value, breakdown by chain\nTransactions\tFull transaction history with parsed actions\nPnL\tProfit/loss calculations\nPositions\tDeFi positions, staking, lending\nToken Prices\tReal-time pricing and historical charts\nNFTs\tCollections and individual NFT data\nGas Prices\tCurrent gas prices across chains\nCommon Queries\nPortfolio Analysis\nGet the portfolio for wallet 0x1234...\nShow total value and breakdown by chain for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045\n\nTransaction History\nShow recent transactions for 0x1234...\nGet transaction history for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 in the last 30 days\n\nDeFi Positions\nShow all DeFi positions for 0x1234...\nWhat protocols is 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 using?\n\nToken Analysis\nGet current price of ETH\nShow price chart for USDC over the last 7 days\nCompare ETH price to SOL\n\nNFT Data\nShow NFT collections owned by 0x1234...\nGet details for Bored Ape #1234\nList all NFTs in wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045\n\nGas Prices\nWhat are current gas prices on Ethereum?\nCompare gas prices across all EVM chains\nShow Solana transaction fees\n\nTips\nAddress Format: Use 0x addresses only (e.g., 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045)\nMulti-Chain: Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, etc.) and Solana\nReal-Time: All data is real-time from Zerion's indexed data\nAuth Required: API key needed - configure in MCP settings\nExample Workflows\nCustomer Research\nAnalyze the portfolio composition of 0x1234...\nWhat DeFi protocols are they using?\nShow their transaction patterns over the last month\nCalculate their PnL across all positions\n\nToken Analysis\nGet the current price of our governance token\nCompare it to historical prices\nShow top holders by wallet address\n\nCompetitive Analysis\nWhat wallets are using Protocol X?\nWhat's the average portfolio size?\nWhat other protocols do they use?\nShow cross-chain activity patterns\n\nMulti-Chain Analysis\nCompare wallet activity on Ethereum vs Solana\nShow portfolio breakdown across all EVM chains\nWhich chains have the most DeFi activity?\n\nMCP Server Details\n\nURL: https://developers.zerion.io/mcp Type: Remote HTTP MCP server Auth: API key required (get at https://developers.zerion.io) Docs: https://developers.zerion.io/reference/building-with-ai\n\nSetup\nGet your API key at https://developers.zerion.io\nAdd to your MCP configuration:\n{\n  \"zerion\": {\n    \"url\": \"https://developers.zerion.io/mcp\",\n    \"headers\": {\n      \"Authorization\": \"Bearer YOUR_API_KEY\"\n    }\n  }\n}\n\nRelated Resources\nAPI Docs: https://developers.zerion.io\nZerion Dashboard: https://dashboard.zerion.io\nllms.txt: https://developers.zerion.io/llms.txt (for keeping AI tools current)\nWhen to Use This Skill\n\nUse this skill when:\n\nResearching wallet addresses (0x format)\nAnalyzing DeFi positions and protocols\nGetting real-time token prices across chains\nInvestigating transaction patterns\nExploring NFT holdings\nChecking gas prices across EVM chains and Solana\nValidating customer or competitor data\nCalculating portfolio PnL"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/abishekdharshan/zerion-api-mcp",
    "publisherUrl": "https://clawhub.ai/abishekdharshan/zerion-api-mcp",
    "owner": "abishekdharshan",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zerion-api-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/zerion-api-mcp",
    "agentUrl": "https://openagent3.xyz/skills/zerion-api-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zerion-api-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zerion-api-mcp/agent.md"
  }
}