← 返回 Skills 市场
zivhm

zapper-api

作者 zivhm · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1335
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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 appears to be a straightforward Zapper API client. Before installing, confirm you trust the publisher (source is listed as unknown) and prefer exporting ZAPPER_API_KEY as an environment variable rather than storing it in ~/.config/zapper/addresses.json if you want to avoid keeping the key in plaintext. Review the shipped scripts locally (scripts/zapper.py) yourself to verify there are no hidden network calls beyond https://public.zapper.xyz/graphql. Use a limited or free-tier API key where possible, and rotate/revoke the key if you stop using the skill or if you spot unexpected behavior.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The OpenClaw AgentSkills skill bundle for Zapper API is benign. The `scripts/zapper.py` script correctly uses `urllib.request` to interact solely with the official Zapper GraphQL API endpoint (`https://public.zapper.xyz/graphql`). It retrieves the API key from the `ZAPPER_API_KEY` environment variable or a standard user configuration file (`~/.config/zapper/addresses.json`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` instructions are clear, align with the stated purpose, and do not contain any prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description, SKILL.md, and scripts/zapper.py all implement a Zapper GraphQL client. Requiring python3 and a ZAPPER_API_KEY is proportional and expected for this purpose; the only config path referenced (~/.config/zapper/addresses.json) is for wallet labels and an optional apiKey.
Instruction Scope
Runtime instructions and the script limit activity to resolving addresses, calling Zapper's public GraphQL endpoint, and printing JSON/text results. The SKILL.md does suggest storing the API key in ~/.config/zapper/addresses.json but also documents using the ZAPPER_API_KEY env var; there are no instructions to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a Python script). That is low-risk; the script uses only standard library urllib for network calls and requires python3 on PATH.
Credentials
Declared primaryEnv is ZAPPER_API_KEY and no other secrets are requested. The single API key is appropriate for a client that queries a remote API. The skill optionally reads a single user config file for wallets and an apiKey, which is reasonable but does mean the API key may be stored in plaintext if the user follows that config pattern.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. The script only reads the user's config file and environment; it does not write to system paths or alter other components.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zapper-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zapper-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of zapper-api skill. - Query DeFi portfolios, token holdings, NFTs, transactions, and prices using Zapper's API (supports 50+ chains). - Adds command-line interface for viewing wallet balances, DeFi positions, NFT collections, token prices, and transaction history. - Supports configuration via JSON file or environment variable. - Includes multiple output and filtering options, including raw JSON and wallet label resolution.
元数据
Slug zapper-api
版本 1.0.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 插件,目前累计下载 1335 次。

如何安装 zapper-api?

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

zapper-api 是免费的吗?

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

zapper-api 支持哪些平台?

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

谁开发了 zapper-api?

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

💬 留言讨论