Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install zapper或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install zapper⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/zapper/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: zapper description: Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY. metadata: {"clawdbot":{"emoji":"⚡","homepage":"https://zapper.xyz","requires":{"bins":["curl","jq","python3"]}}} ---
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API.
Get your API key from Zapper Dashboard (free tier available):
mkdir -p ~/.clawdbot/skills/zapper
cat > ~/.clawdbot/skills/zapper/config.json << 'EOF'
{
"apiKey": "YOUR_ZAPPER_API_KEY"
}
EOF
# Portfolio summary
scripts/zapper.sh portfolio 0x...
# Token holdings
scripts/zapper.sh tokens 0x...
# DeFi positions
scripts/zapper.sh apps 0x...
# NFT holdings
scripts/zapper.sh nfts 0x...
# Token price
scripts/zapper.sh price ETH
# Recent transactions
scripts/zapper.sh tx 0x...
# Unclaimed rewards
scripts/zapper.sh claimables 0x...
| Command | Description | Example | |---------|-------------|---------| | portfolio | Token balances + totals across all chains | zapper.sh portfolio 0x123... | | tokens | Detailed token holdings | zapper.sh tokens 0x123... | | apps | DeFi positions (LPs, lending, staking) | zapper.sh apps 0x123... | | nfts | NFT holdings | zapper.sh nfts 0x123... | | price | Token price lookup | zapper.sh price ETH | | tx | Recent transactions (human-readable) | zapper.sh tx 0x123... | | claimables | Unclaimed rewards | zapper.sh claimables 0x123... |
Zapper supports 50+ chains including:
All endpoints use POST https://public.zapper.xyz/graphql with GraphQL queries.
See references/api.md for full API documentation.
curl - HTTP requestsjq - JSON parsingpython3 - Formatting output安装 Zapper 后,可以对 AI 说这些话来触发它
Help me get started with Zapper
Explains what Zapper does, walks through the setup, and runs a quick demo based on your current project
Use Zapper to query DeFi portfolio data across 50+ chains via Zapper's GraphQL API
Invokes Zapper with the right parameters and returns the result directly in the conversation
What can I do with Zapper in my finance & investment workflow?
Lists the top use cases for Zapper, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/zapper/ 目录(个人级,所有项目可用),或 .claude/skills/zapper/(项目级)。重启 AI 客户端后,用 /zapper 主动调用,或让 AI 根据上下文自动发现并使用。
Zapper 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Zapper 可免费安装使用。请查阅仓库了解许可证信息。
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Zapper 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Zapper
Identifies repetitive steps in your workflow and sets up Zapper to handle them automatically