← Back to Skills Marketplace
supah-based

SUPAH Wallet X-Ray

by supah-based · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ✓ Security Clean
191
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install supah-wallet-xray
Description
Instant wallet intelligence for any EVM address. Know who you're dealing with before you interact. Wallet age, transaction history, token holdings, DeFi acti...
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install supah-wallet-xray
  3. After installation, invoke the skill by name or use /supah-wallet-xray
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug supah-wallet-xray
Version 1.3.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.

How do I install SUPAH Wallet X-Ray?

Run "/install supah-wallet-xray" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SUPAH Wallet X-Ray free?

Yes, SUPAH Wallet X-Ray is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SUPAH Wallet X-Ray support?

SUPAH Wallet X-Ray is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SUPAH Wallet X-Ray?

It is built and maintained by supah-based (@supah-based); the current version is v1.3.0.

💬 Comments