← Back to Skills Marketplace
Onchain Analyzer
by
bytesagain-lab
· GitHub ↗
· v4.0.1
· MIT-0
448
Downloads
0
Stars
1
Active Installs
16
Versions
Install in OpenClaw
/install onchain-analyzer
Description
Reference tool for devtools — covers intro, formulas, regulations and more. Quick lookup for Onchain Analyzer concepts, best practices, and implementation pa...
Usage Guidance
This skill appears benign and only prints static documentation. Before installing, you may still want to: (1) review the scripts/script.sh content (already included) to confirm it matches expectations; (2) note the small version mismatch (SKILL.md 4.0.1 vs script VERSION 4.0.0) and a heredoc help output that may show $VERSION literally; (3) ensure your agent runtime enforces any network/permission policies you require (the script itself does not perform network calls, but your environment may allow other components to); and (4) run new skills in a sandbox or test agent first if you have low tolerance for risk. If you need absolute assurance, confirm the author/source (bytesagain.com / GitHub repo) and check for updates.
Capability Analysis
Type: OpenClaw Skill
Name: onchain-analyzer
Version: 4.0.1
The skill is a straightforward reference tool providing static documentation on blockchain analysis concepts. The implementation in scripts/script.sh consists entirely of heredoc strings that output plain text, with no network activity, file system manipulation, or credential access.
Capability Assessment
Purpose & Capability
The skill's name/description (onchain reference) matches what is delivered: a set of static reference outputs for listed commands. There are no unrelated requirements (no credentials, no external binaries). Minor note: SKILL.md lists version 4.0.1 while the script uses VERSION="4.0.0" — a small metadata mismatch but not a security concern.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference documentation via heredoc and explicitly states no external API calls or credentials. The included scripts/script.sh implements only printing functions and help/version output, reads no files, uses no environment variables, and makes no network calls. (Implementation quirk: some heredocs are single-quoted so $VERSION is printed literally in the help output.)
Install Mechanism
There is no install specification and no external downloads or package installs. This is an instruction-only skill with an included local script; nothing is fetched from outside during install.
Credentials
The skill declares no required environment variables or credentials and the script does not access any secrets or configuration paths. Requested privileges are proportional to the stated purpose.
Persistence & Privilege
always is false, the skill is user-invocable and does not request permanent presence or modify other skills. It does not persist credentials or change system/agent-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install onchain-analyzer - After installation, invoke the skill by name or use
/onchain-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.0.1
Fix description
v4.0.0
Clean package
v3.0.0
v3.0.0: Complete rewrite with real functionality.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
yaml-fix+quality
v2.3.5
yaml-fix+quality
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality improvement: better docs, examples, cleaner text
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
v1.0.0
- Initial release of Onchain Analyzer.
- Analyze wallet addresses and on-chain activity across major EVM chains and Solana.
- View wallet overviews, token holdings, transaction histories, DeFi positions, and trading patterns.
- Supports wallet comparison and multi-chain insights.
- Use cases include research, security, tracking, and compliance.
Metadata
Frequently Asked Questions
What is Onchain Analyzer?
Reference tool for devtools — covers intro, formulas, regulations and more. Quick lookup for Onchain Analyzer concepts, best practices, and implementation pa... It is an AI Agent Skill for Claude Code / OpenClaw, with 448 downloads so far.
How do I install Onchain Analyzer?
Run "/install onchain-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Onchain Analyzer free?
Yes, Onchain Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Onchain Analyzer support?
Onchain Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Onchain Analyzer?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v4.0.1.
More Skills