← Back to Skills Marketplace
Wallet Tracker
by
bytesagain-lab
· GitHub ↗
· v5.0.0
· MIT-0
600
Downloads
0
Stars
6
Active Installs
16
Versions
Install in OpenClaw
/install wallet-tracker
Description
Crypto wallet analytics reference — address formats, on-chain analytics, transaction tracing, hardware wallets, and approval revocation
Usage Guidance
This skill appears coherent and low-risk: it provides static reference text and requests no credentials. Before enabling or allowing autonomous runs, inspect the full scripts/script.sh file (the provided excerpt shows it was truncated) to confirm the remainder contains only documentation output and no hidden network calls or subprocess execution. If you plan to let an agent execute the script in your environment, run it in a sandbox or limited account first. Finally, remember that while the skill itself doesn't request secrets, any agent integration or runtime environment could grant network or file access—ensure your agent's runtime policies match your security expectations.
Capability Analysis
Type: OpenClaw Skill
Name: wallet-tracker
Version: 5.0.0
The wallet-tracker skill is a purely informational reference tool providing documentation on crypto wallet analytics, address formats, and security best practices. The implementation in `scripts/script.sh` consists entirely of static text output via heredocs, with no network activity, file system access, or credential handling, aligning perfectly with its stated purpose in `SKILL.md`.
Capability Assessment
Purpose & Capability
The name/description promise a crypto wallet reference and the repository contains only documentation and a shell script that prints reference text. There are no unrelated requested credentials, binaries, or config paths.
Instruction Scope
SKILL.md explicitly states outputs are reference documentation with no external API calls or credentials. The included scripts/script.sh defines functions that emit static heredoc documentation; there are no commands shown that read sensitive files, reach out to the network, or exfiltrate data.
Install Mechanism
No install spec is declared (instruction-only). The only artifact is a shell script included in the bundle; nothing is downloaded from external URLs or installed at runtime.
Credentials
The skill declares no required environment variables or credentials and the visible script does not access env vars. There are no disproportionate secret requests.
Persistence & Privilege
Flags are default (not always:true), the skill does not request persistent elevated privileges or modify other skills. Autonomous invocation is allowed by platform default but the skill content itself does not perform privileged actions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wallet-tracker - After installation, invoke the skill by name or use
/wallet-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v5.0.0
Clean package with matching SKILL.md and script
v4.0.0
Complete rewrite with real domain knowledge content
v3.0.0
v3.0.0: rewrite
v2.4.6
update
v2.4.5
v2.5 standard: Use-when desc, homepage, source, security fix
v2.4.4
yaml-fix+quality
v2.4.3
yaml-fix+quality
v2.4.2
Quality upgrade
v2.4.1
Quality upgrade: custom functionality
v2.4.0
Fixed: aligned documentation with implementation, added missing commands
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v2.0.0
Complete rewrite: real functionality replacing prompt templates
v1.0.0
Wallet Tracker 1.0.0 initial release:
- Track and aggregate assets across EVM and Solana wallets.
- Monitor holding changes with customizable alerts for large movements or withdrawals.
- Supports portfolio overview, whale watching, airdrop activity tracking, and treasury monitoring.
- Provides flexible output options (HTML report, JSON snapshot).
- Handles multiple blockchains with default or custom RPCs.
- No private key input—only uses public blockchain data, processed locally.
Metadata
Frequently Asked Questions
What is Wallet Tracker?
Crypto wallet analytics reference — address formats, on-chain analytics, transaction tracing, hardware wallets, and approval revocation. It is an AI Agent Skill for Claude Code / OpenClaw, with 600 downloads so far.
How do I install Wallet Tracker?
Run "/install wallet-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wallet Tracker free?
Yes, Wallet Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wallet Tracker support?
Wallet Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wallet Tracker?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v5.0.0.
More Skills