Overview
- Skill Key
- abishekdharshan/zerion-api-mcp
- Author
- abishekdharshan
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/abishekdharshan/zerion-api-mcp
- Latest Commit SHA
- 0dc3377c90ace9b7482d7677ce11c8c288b3bd2f
Query crypto wallet portfolios, transactions, DeFi positions, and token prices across EVM chains and Solana using Zerion's MCP server.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Zerion Api Mcp 技能。 若已安装,则直接安装 Zerion Api Mcp 技能。
# Zerion API Skill Query crypto wallet data using the Zerion API MCP server. ## Overview 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**. **Note**: API key required for authentication - get yours at https://developers.zerion.io ## Available Data | Data Type | Description | |-----------|-------------| | Portfolio | Total wallet value, breakdown by chain | | Transactions | Full transaction history with parsed actions | | PnL | Profit/loss calculations | | Positions | DeFi positions, staking, lending | | Token Prices | Real-time pricing and historical charts | | NFTs | Collections and individual NFT data | | Gas Prices | Current gas prices across chains | ## Common Queries ### Portfolio Analysis ``` Get the portfolio for wallet 0x1234... Show total value and breakdown by chain for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 ``` ### Transaction History ``` Show recent transactions for 0x1234... Get transaction history for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 in the last 30 days ``` ### DeFi Positions ``` Show all DeFi positions for 0x1234... What protocols is 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 using? ``` ### Token Analysis ``` Get current price of ETH Show price chart for USDC over the last 7 days Compare ETH price to SOL ``` ### NFT Data ``` Show NFT collections owned by 0x1234... Get details for Bored Ape #1234 List all NFTs in wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 ``` ### Gas Prices ``` What are current gas prices on Ethereum? Compare gas prices across all EVM chains Show Solana transaction fees ``` ## Tips 1. **Address Format**: Use 0x addresses only (e.g., 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045) 2. **Multi-Chain**: Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, etc.) and Solana 3. **Real-Time**: All data is real-time from Zerion's indexed data 4. **Auth Re...
# Zerion API Skill
Query crypto wallet data using the Zerion API MCP server - supports EVM chains and Solana.
## Installation
Via ClawHub:
```bash
npx clawhub install abishekdharshan/zerion-api
```
Or via Claude Code, add to your skills directory.
## Features
- Portfolio analysis (total value, chain breakdown, PnL)
- Transaction history with parsed actions
- DeFi positions across protocols
- Real-time token prices and charts
- NFT collections and individual NFT data
- Gas prices across all chains
## Chain Support
- **EVM**: Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, and 50+ more
- **Solana**: Full support for Solana wallets and transactions
## Requirements
- OpenClaw or Claude Code with MCP support
- **API Key**: Get your free API key at https://developers.zerion.io
- Zerion MCP server configured with authentication
## Setup
1. Get your API key at https://developers.zerion.io
2. Add to your MCP configuration:
```json
{
"zerion": {
"url": "https://developers.zerion.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
```
See SKILL.md for detailed instructions and examples.
## Author
Abi Dharshan (@abishekdharshan)
Product Lead, Zerion API
## License
MIT
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cclank
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
cerbug45
Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.
ccyaolei
OpenClaw Agent 长期记忆系统 - 温度模型 + 自动归档 + 知识提炼。让 AI Agent 拥有持久记忆,自动管理冷热数据,从经验中提炼可复用技能。
cemoso
Autonomous PR review loop with Greptile. Use when an agent creates a PR and needs to autonomously handle code review feedback — reading Greptile reviews, fixing issues, pushing fixes, re-triggering review, and auto-merging when score is 4/5+. Trigger on commands like "pr review {url}", "review my PR", or when a Greptile review webhook/poll delivers feedback.