# Send Zerion Api to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawhub-zerion-api",
    "name": "Zerion Api",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/abishekdharshan/clawhub-zerion-api",
    "canonicalUrl": "https://clawhub.ai/abishekdharshan/clawhub-zerion-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawhub-zerion-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawhub-zerion-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawhub-zerion-api",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T12:22:20.201Z",
      "expiresAt": "2026-05-18T12:22:20.201Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawhub-zerion-api",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawhub-zerion-api",
        "contentDisposition": "attachment; filename=\"clawhub-zerion-api-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawhub-zerion-api"
      },
      "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/clawhub-zerion-api"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawhub-zerion-api",
    "downloadUrl": "https://openagent3.xyz/downloads/clawhub-zerion-api",
    "agentUrl": "https://openagent3.xyz/skills/clawhub-zerion-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawhub-zerion-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawhub-zerion-api/agent.md"
  }
}
```
## Documentation

### 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 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

### 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

Address Format: Use 0x addresses only (e.g., 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045)
Multi-Chain: Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, etc.) and Solana
Real-Time: All data is real-time from Zerion's indexed data
Auth Required: API key needed - configure in MCP settings

### 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

Get your API key at https://developers.zerion.io
Add to your MCP configuration:
{
  "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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: abishekdharshan
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T12:22:20.201Z
- Expires at: 2026-05-18T12:22:20.201Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawhub-zerion-api)
- [Send to Agent page](https://openagent3.xyz/skills/clawhub-zerion-api/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawhub-zerion-api/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawhub-zerion-api/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawhub-zerion-api)