← 返回 Skills 市场
zivhm

Zapper Api

作者 zivhm · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
1231
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-zapper-api
功能描述
Query DeFi portfolios, token holdings, NFTs, transactions, and prices via Zapper API. Supports 50+ chains. Use when user asks about wallet balances, DeFi positions, NFT collections, token prices, or transaction history.
安全使用建议
This skill will read an optional config at ~/.config/zapper/addresses.json (or use ZAPPER_API_KEY from your environment) and send GraphQL queries to https://public.zapper.xyz. Before installing: ensure you trust Zapper and are comfortable providing an API key; consider using a dedicated key with limited scope; avoid placing other unrelated secrets in the config file; review the included scripts/zapper.py if you want to verify exactly what data is sent. The skill does not request unrelated credentials or perform unexpected file access.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The OpenClaw Zapper API skill bundle is benign. It provides a CLI interface to query the Zapper GraphQL API for DeFi data. The `scripts/zapper.py` script correctly retrieves the `ZAPPER_API_KEY` from environment variables or a user-specific config file (`~/.config/zapper/addresses.json`) and uses it to authenticate requests to the legitimate `https://public.zapper.xyz/graphql` endpoint. There is no evidence of data exfiltration beyond the API key to the intended service, no malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`.
能力评估
Purpose & Capability
Name/description (Zapper API queries) match the actual behavior: a Python CLI that sends GraphQL requests to public.zapper.xyz. Required binary (python3) and primaryEnv (ZAPPER_API_KEY) are appropriate for this purpose.
Instruction Scope
SKILL.md confines operations to querying the Zapper API, optional local config (~/.config/zapper/addresses.json), and environment variable for the API key. It does not instruct reading unrelated system files or sending data to unexpected endpoints.
Install Mechanism
No external install/download steps are specified (instruction-only skill with included Python script). All network I/O is the expected GraphQL API call to public.zapper.xyz; there are no arbitrary external downloads or extract steps.
Credentials
Only the ZAPPER_API_KEY credential (and optionally a local config file containing the same key and wallet addresses) is requested. This is proportionate to the stated functionality and no unrelated secrets are required.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills or system-wide settings, and does not request elevated or persistent privileges beyond reading its own config file and performing network requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-zapper-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-zapper-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of zapper-api skill for querying DeFi portfolios, token holdings, NFTs, transactions, and prices via the Zapper API. - Supports over 50 blockchains including Ethereum, Solana, Polygon, Arbitrum, and more. - Provides commands for portfolio summaries, token breakdowns, DeFi positions, NFT collections, transaction history, and price lookups. - Allows configuration of multiple wallets with label support; output formats include JSON and summary views. - Includes options for 24h price changes, per-wallet breakdown, and item limits. - Requires a Zapper API key (free tier available) for use.
元数据
Slug openclaw-zapper-api
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Zapper Api 是什么?

Query DeFi portfolios, token holdings, NFTs, transactions, and prices via Zapper API. Supports 50+ chains. Use when user asks about wallet balances, DeFi positions, NFT collections, token prices, or transaction history. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1231 次。

如何安装 Zapper Api?

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

Zapper Api 是免费的吗?

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

Zapper Api 支持哪些平台?

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

谁开发了 Zapper Api?

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

💬 留言讨论