← 返回 Skills 市场
deeplearning1993

Wallet Analyzer

作者 deeplearning1993 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
367
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wallet-analyzer
功能描述
分析任意加密货币钱包的持仓、盈亏、交易历史。支持ETH、BSC、SOL链。触发词:钱包分析、wallet analysis、查钱包、追踪钱包。
安全使用建议
This skill is inconsistent and privacy-sensitive. Before installing: (1) do not provide any secret keys until the author explicitly declares required env vars and explains the payment flow; (2) ask the maintainer for source/homepage, clarify why SKILLPAY_API_KEY is needed, and request that any external endpoints (skillpay.me) be documented and audited; (3) verify the actual analysis implementation — the bundled script only handles a basic ETH balance and omits BSC/SOL and transaction/PnL logic; (4) expect wallet addresses and user IDs to be sent to the payment endpoint — avoid sending private or recoverable addresses you don't want leaked; (5) prefer running this in a sandbox or reviewing network calls locally first. If the author cannot satisfactorily explain the undeclared payment integration and missing multi-chain implementation, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: wallet-analyzer Version: 1.0.0 The skill is a straightforward cryptocurrency wallet analyzer that queries the Etherscan API for balance information. While SKILL.md and the script wallet_analyzer.py reference a payment integration (0.001 USDT via skillpay.me), there is no evidence of malicious intent, data exfiltration, or unauthorized command execution. The code is functional, lacks obfuscation, and aligns with its stated purpose.
能力评估
Purpose & Capability
The skill description promises ETH/BSC/SOL analysis and transaction history, but the included script only implements a very limited ETH balance lookup (no BSC or SOL handling, no transaction history or PnL calculation). The SKILL.md shows a payment integration (per-call charge) which is consistent with the pricing field, but that payment requirement (SKILLPAY_API_KEY) is not declared in the skill's required env vars.
Instruction Scope
SKILL.md contains a charge_and_analyze snippet that reads SKILLPAY_API_KEY from the environment and POSTs the user_id and wallet address to https://skillpay.me/api/v1/charge — this sends wallet addresses and user identifiers to an external, undeclared endpoint. The real analysis logic is omitted ('实际分析逻辑') so the runtime behavior is ambiguous. The included Python script performs network requests (Etherscan) and prints results but is a superficial implementation.
Install Mechanism
No install spec — instruction-only with a small script. Nothing is downloaded or extracted by an installer. This limits disk footprint and is lower risk from an install mechanism perspective.
Credentials
The manifest declares no required env vars, but SKILL.md reads SKILLPAY_API_KEY and hardcodes SKILLPAY_WALLET. There is no declaration for any Etherscan/BSCScan/Solana API keys even though the skill claims to use those services. Requesting a payment API key and sending wallet/user identifiers to a third-party payment endpoint is sensitive and should be explicitly declared and justified.
Persistence & Privilege
always is false and there are no indications the skill requires persistent elevated privileges or modifies other skills or system-wide settings. It does make outbound network requests but that is expected for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wallet-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wallet-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
钱包持仓分析,每次0.001 USDT
元数据
Slug wallet-analyzer
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Wallet Analyzer 是什么?

分析任意加密货币钱包的持仓、盈亏、交易历史。支持ETH、BSC、SOL链。触发词:钱包分析、wallet analysis、查钱包、追踪钱包。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 367 次。

如何安装 Wallet Analyzer?

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

Wallet Analyzer 是免费的吗?

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

Wallet Analyzer 支持哪些平台?

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

谁开发了 Wallet Analyzer?

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

💬 留言讨论