← 返回 Skills 市场
abishekdharshan

Zerion Api

作者 abishekdharshan · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1227
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawhub-zerion-api
功能描述
Access real-time crypto wallet portfolios, transactions, DeFi positions, token prices, NFTs, and gas fees across EVM chains and Solana via Zerion API.
使用说明 (SKILL.md)

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:
    {
      "zerion": {
        "url": "https://developers.zerion.io/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_KEY"
        }
      }
    }
    

Related Resources

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
安全使用建议
This skill looks like a straightforward connector to Zerion's MCP API, but the manifest fails to declare the required API key. Before installing, confirm: (1) where and how the API key is provided to the agent (manifest requires.env or MCP config), (2) that you will use a least-privilege/read-only key (not any private wallet keys), (3) that the endpoint is the official developers.zerion.io URL shown in the SKILL.md, and (4) how the agent stores and protects the key (avoid cleartext in public config). If the author cannot clarify how credentials are handled, treat the skill cautiously or request an updated manifest that lists the required credential and secure storage guidance.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill bundle is benign. It transparently describes its purpose of querying crypto wallet data via the Zerion API, requiring an API key for authentication. All external URLs (developers.zerion.io, dashboard.zerion.io) are legitimate Zerion domains. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection beyond the stated purpose, or obfuscation. The `llms.txt` link is a standard resource for AI tools and is hosted on the legitimate Zerion domain.
能力评估
Purpose & Capability
The SKILL.md clearly requires a Zerion API key to query wallet, price, and DeFi data, but the registry metadata lists no required environment variables or primary credential. The skill's stated purpose (calling Zerion MCP) is reasonable, but the required secret is not declared in the manifest, which is an incoherence the user should be aware of.
Instruction Scope
The runtime instructions are narrowly scoped to querying the remote Zerion MCP endpoint and give example queries and a JSON snippet for MCP config. They do not instruct the agent to read unrelated local files or exfiltrate arbitrary data. However, the instructions are vague about where the API key should be stored (registry-level requires.env is empty) and how secrets are protected.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer — the install surface is minimal and low-risk.
Credentials
Although the service legitimately needs an API key, the skill manifest does not declare any required env vars or a primary credential. That omission makes it unclear how the agent will obtain or store the API key; the lack of declared credential handling is disproportionate to the claimed functionality and increases risk.
Persistence & Privilege
The skill does not request always:true, does not declare config paths, and is user-invocable with normal autonomous invocation allowed. There is no evidence it attempts to modify other skills or request persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawhub-zerion-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawhub-zerion-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Clawhub Zerion API skill. - Query crypto wallet portfolios, transactions, DeFi positions, token prices, and NFTs across EVM chains and Solana via Zerion’s MCP server. - Supports real-time data for portfolio analysis, transaction history, and position tracking. - Includes queries for gas prices, cross-chain comparisons, and PnL calculations. - Requires API key setup for authentication. - Provides example prompts and workflows for customer research, token analysis, and competitive insights.
元数据
Slug clawhub-zerion-api
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Zerion Api 是什么?

Access real-time crypto wallet portfolios, transactions, DeFi positions, token prices, NFTs, and gas fees across EVM chains and Solana via Zerion API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1227 次。

如何安装 Zerion Api?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-zerion-api」即可一键安装,无需额外配置。

Zerion Api 是免费的吗?

是的,Zerion Api 完全免费(开源免费),可自由下载、安装和使用。

Zerion Api 支持哪些平台?

Zerion Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Zerion Api?

由 abishekdharshan(@abishekdharshan)开发并维护,当前版本 v0.1.0。

💬 留言讨论