← 返回 Skills 市场
supah-based

SUPAH Wallet X-Ray

作者 supah-based · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ✓ 安全检测通过
191
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install supah-wallet-xray
功能描述
Instant wallet intelligence for any EVM address. Know who you're dealing with before you interact. Wallet age, transaction history, token holdings, DeFi acti...
安全使用建议
This skill appears to do what it says: it queries api.supah.ai (and a public ENS resolver), parses the response, and writes results to /tmp. Before installing, consider: (1) Automatic micropayments — the skill charges $0.05 USDC per scan via x402; if your agent can call skills autonomously it could spend funds without additional confirmation. Ensure your agent wallet on Base has an appropriate balance and consider restricting autonomous spending or requiring confirmation. (2) SUPAH_API_BASE override — only set this to trusted endpoints; pointing it to an unknown server could redirect data. (3) Local persistence — results are written to /tmp/wallet-xray-result.json and may contain sensitive profiling data; if that worries you, clean /tmp after use or modify the script to avoid persistent storage. (4) Test first on non-sensitive addresses and verify the external domain (api.supah.ai) is trustworthy. If you need stricter guarantees, require user confirmation for each scan or sandbox the agent's payment capability.
能力评估
Purpose & Capability
Name/description (wallet intelligence) align with required binaries (curl, node), the optional SUPAH_API_BASE env var, and the included wallet-xray.sh which calls api.supah.ai and ENS resolution services. Nothing requested is extraneous to on-chain wallet profiling.
Instruction Scope
Runtime instructions and the script only call external services needed for profiling (api.supah.ai and ENS resolve endpoint), parse JSON with node, and write a JSON result to /tmp/wallet-xray-result.json. This is within the advertised scope, but the script persists results to /tmp (local disk) which could contain sensitive data and be accessible to other processes/skills.
Install Mechanism
No install spec (instruction-only plus one script) — lowest-risk delivery. It depends on standard, reasonable binaries (curl, node) that are commonly available.
Credentials
Only SUPAH_API_BASE is declared (to override API endpoint). No API keys, tokens, or unrelated credentials are requested. Note: allowing SUPAH_API_BASE override means a user could point the skill at a different endpoint (benign for testing, but could be misused if set to an attacker-controlled server).
Persistence & Privilege
always:false and the skill does not modify system or other skills. However, the skill relies on the agent's x402 payment capability and will cause automatic $0.05 USDC payments per call; if the agent is allowed to invoke autonomously, this can result in repeated micropayments without further confirmation. The script also writes output to /tmp, creating local persisted files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install supah-wallet-xray
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /supah-wallet-xray 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Clean x402 only publish.
v1.2.0
Security: declared required bins, env vars, outbound network, x402 payment details in metadata.
v1.1.0
x402 only: removed API key references, added Moralis attribution
v1.0.0
Initial release: Instant wallet intelligence for any EVM address. Trust Score (0-100), 21+ chain support, ENS resolution, DeFi activity analysis. x402 micropayments.
元数据
Slug supah-wallet-xray
版本 1.3.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

SUPAH Wallet X-Ray 是什么?

Instant wallet intelligence for any EVM address. Know who you're dealing with before you interact. Wallet age, transaction history, token holdings, DeFi acti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。

如何安装 SUPAH Wallet X-Ray?

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

SUPAH Wallet X-Ray 是免费的吗?

是的,SUPAH Wallet X-Ray 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SUPAH Wallet X-Ray 支持哪些平台?

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

谁开发了 SUPAH Wallet X-Ray?

由 supah-based(@supah-based)开发并维护,当前版本 v1.3.0。

💬 留言讨论