技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 1.1k · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:abishekdharshan/zerion-api-mcp
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill appears to be an instruction-only wrapper for Zerion's MCP API (which legitimately requires an API key), but the package metadata and registry record omit the required credential and the source/author information is inconsistent — verify origin and key handling before installing.
目的
The SKILL.md clearly describes a Zerion MCP API integration (portfolio, tx history, prices, NFTs, etc.), which is coherent with the skill name. HOWEVER the registry metadata lists no required credentials or primaryEnv while the SKILL.md repeatedly states an API key is required and shows how to configure it in MCP settings. Also the registry's source/homepage are missing while README claims an author and an npx install path (abishekdharshan/zer…
说明范围
The runtime instructions stay within the stated purpose: they describe queries to Zerion's MCP HTTP endpoint (https://developers.zerion.io/mcp) and show example request/config JSON. The SKILL.md does not instruct the agent to read arbitrary local files or unrelated env vars. The only scope caveat: it tells the user to add an API key to the MCP configuration — that configuration is where secrets will be stored and accessed by the skill, so conf…
安装机制
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer here. That reduces technical risk. README's npx install suggestion points to an external package — if you plan to run that, inspect that package separately before installing.
证书
The SKILL.md requires an API key (Authorization: Bearer YOUR_API_KEY) to access Zerion's MCP, but the registry metadata lists no required env vars or primary credential. This discrepancy is important: the skill will need a credential to function, but the package metadata doesn't declare it, so automated permission reviews may miss it. Confirm what exact secret(s) the skill needs, where they are stored, and that you only provide a least-privile…
持久
The skill does not request always:true and has no install hooks, code, or config-writing steps in the SKILL.md. It only instructs how to add an API key to MCP config. There is no evidence it modifies other skills or system-wide settings.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Zerion API」。简介:Query crypto wallet portfolios, transactions, DeFi positions, NFTs, token price…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/abishekdharshan/zerion-api-mcp/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
summary: Query crypto wallet portfolios, transactions, DeFi positions, and token prices across EVM chains and Solana using Zerion's MCP server.
---
# 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 Required**: API key needed - configure in MCP settings
## Example Workflows
### Customer Research
```
Analyze the portfolio composition of 0x1234...
What DeFi protocols are they using?
Show their transaction patterns over the last month
Calculate their PnL across all positions
```
### Token Analysis
```
Get the current price of our governance token
Compare it to historical prices
Show top holders by wallet address
```
### Competitive Analysis
```
What wallets are using Protocol X?
What's the average portfolio size?
What other protocols do they use?
Show cross-chain activity patterns
```
### Multi-Chain Analysis
```
Compare wallet activity on Ethereum vs Solana
Show portfolio breakdown across all EVM chains
Which chains have the most DeFi activity?
```
## MCP Server Details
**URL**: `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
## 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"
}
}
}
```
## Related Resources
- API Docs: https://developers.zerion.io
- Zerion Dashboard: https://dashboard.zerion.io
- llms.txt: https://developers.zerion.io/llms.txt (for keeping AI tools current)
## When to Use This Skill
Use this skill when:
- Researching wallet addresses (0x format)
- Analyzing DeFi positions and protocols
- Getting real-time token prices across chains
- Investigating transaction patterns
- Exploring NFT holdings
- Checking gas prices across EVM chains and Solana
- Validating customer or competitor data
- Calculating portfolio PnL