{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zapper",
    "name": "Zapper",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/spirosrap/zapper",
    "canonicalUrl": "https://clawhub.ai/spirosrap/zapper",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zapper",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zapper",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api.md",
      "scripts/zapper.sh"
    ],
    "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",
      "slug": "zapper",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T12:17:57.477Z",
      "expiresAt": "2026-05-18T12:17:57.477Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zapper",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zapper",
        "contentDisposition": "attachment; filename=\"zapper-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "zapper"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/zapper"
    },
    "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/zapper",
    "agentPageUrl": "https://openagent3.xyz/skills/zapper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zapper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zapper/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": "Zapper Skill",
        "body": "Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API."
      },
      {
        "title": "Setup",
        "body": "Get your API key from Zapper Dashboard (free tier available):\n\nmkdir -p ~/.clawdbot/skills/zapper\ncat > ~/.clawdbot/skills/zapper/config.json << 'EOF'\n{\n  \"apiKey\": \"YOUR_ZAPPER_API_KEY\"\n}\nEOF"
      },
      {
        "title": "Basic Usage",
        "body": "# Portfolio summary\nscripts/zapper.sh portfolio 0x...\n\n# Token holdings\nscripts/zapper.sh tokens 0x...\n\n# DeFi positions\nscripts/zapper.sh apps 0x...\n\n# NFT holdings\nscripts/zapper.sh nfts 0x...\n\n# Token price\nscripts/zapper.sh price ETH\n\n# Recent transactions\nscripts/zapper.sh tx 0x...\n\n# Unclaimed rewards\nscripts/zapper.sh claimables 0x..."
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionExampleportfolio <address>Token balances + totals across all chainszapper.sh portfolio 0x123...tokens <address>Detailed token holdingszapper.sh tokens 0x123...apps <address>DeFi positions (LPs, lending, staking)zapper.sh apps 0x123...nfts <address>NFT holdingszapper.sh nfts 0x123...price <symbol>Token price lookupzapper.sh price ETHtx <address>Recent transactions (human-readable)zapper.sh tx 0x123...claimables <address>Unclaimed rewardszapper.sh claimables 0x123..."
      },
      {
        "title": "Supported Networks",
        "body": "Zapper supports 50+ chains including:\n\nEthereum\nBase\nPolygon\nArbitrum\nOptimism\nAvalanche\nBNB Chain\nzkSync\nLinea\nScroll\nAnd more..."
      },
      {
        "title": "Use Cases",
        "body": "Portfolio tracking: Aggregate all DeFi positions across chains\nYield hunting: Check claimables and unclaimed rewards\nNFT portfolio: Track NFT holdings across marketplaces\nTransaction history: Human-readable on-chain activity\nToken prices: Quick price lookups"
      },
      {
        "title": "API Reference",
        "body": "All endpoints use POST https://public.zapper.xyz/graphql with GraphQL queries.\n\nSee references/api.md for full API documentation."
      },
      {
        "title": "Requirements",
        "body": "curl - HTTP requests\njq - JSON parsing\npython3 - Formatting output\nZapper API key (free tier available)"
      },
      {
        "title": "Notes",
        "body": "API key is required for all endpoints\nRate limits apply based on your Zapper plan\nGraphQL queries allow flexible data selection"
      }
    ],
    "body": "Zapper Skill\n\nQuery DeFi portfolio data across 50+ chains via Zapper's GraphQL API.\n\nQuick Start\nSetup\n\nGet your API key from Zapper Dashboard (free tier available):\n\nmkdir -p ~/.clawdbot/skills/zapper\ncat > ~/.clawdbot/skills/zapper/config.json << 'EOF'\n{\n  \"apiKey\": \"YOUR_ZAPPER_API_KEY\"\n}\nEOF\n\nBasic Usage\n# Portfolio summary\nscripts/zapper.sh portfolio 0x...\n\n# Token holdings\nscripts/zapper.sh tokens 0x...\n\n# DeFi positions\nscripts/zapper.sh apps 0x...\n\n# NFT holdings\nscripts/zapper.sh nfts 0x...\n\n# Token price\nscripts/zapper.sh price ETH\n\n# Recent transactions\nscripts/zapper.sh tx 0x...\n\n# Unclaimed rewards\nscripts/zapper.sh claimables 0x...\n\nCommands\nCommand\tDescription\tExample\nportfolio <address>\tToken balances + totals across all chains\tzapper.sh portfolio 0x123...\ntokens <address>\tDetailed token holdings\tzapper.sh tokens 0x123...\napps <address>\tDeFi positions (LPs, lending, staking)\tzapper.sh apps 0x123...\nnfts <address>\tNFT holdings\tzapper.sh nfts 0x123...\nprice <symbol>\tToken price lookup\tzapper.sh price ETH\ntx <address>\tRecent transactions (human-readable)\tzapper.sh tx 0x123...\nclaimables <address>\tUnclaimed rewards\tzapper.sh claimables 0x123...\nSupported Networks\n\nZapper supports 50+ chains including:\n\nEthereum\nBase\nPolygon\nArbitrum\nOptimism\nAvalanche\nBNB Chain\nzkSync\nLinea\nScroll\nAnd more...\nUse Cases\nPortfolio tracking: Aggregate all DeFi positions across chains\nYield hunting: Check claimables and unclaimed rewards\nNFT portfolio: Track NFT holdings across marketplaces\nTransaction history: Human-readable on-chain activity\nToken prices: Quick price lookups\nAPI Reference\n\nAll endpoints use POST https://public.zapper.xyz/graphql with GraphQL queries.\n\nSee references/api.md for full API documentation.\n\nRequirements\ncurl - HTTP requests\njq - JSON parsing\npython3 - Formatting output\nZapper API key (free tier available)\nNotes\nAPI key is required for all endpoints\nRate limits apply based on your Zapper plan\nGraphQL queries allow flexible data selection"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/spirosrap/zapper",
    "publisherUrl": "https://clawhub.ai/spirosrap/zapper",
    "owner": "spirosrap",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zapper",
    "downloadUrl": "https://openagent3.xyz/downloads/zapper",
    "agentUrl": "https://openagent3.xyz/skills/zapper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zapper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zapper/agent.md"
  }
}