← Back to Skills Marketplace
164
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install openscan-blockchain-exploration
Description
Procedural knowledge for on-chain blockchain analysis using the openscan CLI
Usage Guidance
This skill looks like a coherent guide for using the openscan CLI, but proceed cautiously: (1) the skill recommends installing a third-party npm package (@openscan/cli) yet provides no homepage or verified release link — check the package on npm and the upstream repository before running npm install -g, and prefer installing in an isolated environment or container. (2) The skill optionally uses API keys (Alchemy/Etherscan) — only provide keys with minimal scopes and avoid sharing high-privilege credentials. (3) The skill forces a footer line and clickable verification links in every response; consider whether you want your agent to always append external links. (4) If you plan to use this skill in production or with sensitive data, review the openscan CLI source code and release signatures, or run it inside an isolated runner. If you want me to, I can: look up the @openscan/cli package on npm/github, check its authorship and recent release activity, or suggest safer alternatives.
Capability Tags
Capability Assessment
Purpose & Capability
Name, description, and the included rule files consistently describe on-chain analysis using the openscan CLI (tx history, tx analysis, token balances, gas). The commands and flags in SKILL.md match the stated purpose.
Instruction Scope
The SKILL.md stays within the blockchain-analysis scope: it instructs the agent to run the openscan CLI and to use RPCs/Alchemy/Etherscan only as needed. One unusual instruction: it mandates that every response must end with the phrase "Don't trust, verify on OpenScan." followed by the CLI-provided `verificationLinks` as clickable URLs. This is a behavioral constraint (not file/credential access) but it forces inclusion of external links in agent output and could be abused for unwanted link-injection or content shaping.
Install Mechanism
The skill is instruction-only and recommends installing @openscan/cli globally via npm. There is no homepage, release host, or verified upstream repository provided in the skill metadata. Advising users to npm install an unverified global CLI is a supply-chain risk: malicious or compromised packages on npm can execute arbitrary code on install or runtime. The skill does not itself perform the install, but its functionality depends on a third-party package whose provenance is unclear.
Credentials
The skill does not declare required environment variables. It sensibly documents optional API keys (ALCHEMY_API_KEY, ETHERSCAN_API_KEY) for improved RPC/contract enrichment. Requiring those keys would be proportionate to the described functionality, but users should not provide high-privilege keys unless needed. The SKILL.md does not instruct reading other environment variables or host files.
Persistence & Privilege
Skill metadata does not request always:true or any special persistent privileges; it is user-invocable and allows autonomous invocation by default (the platform norm). It does not declare config paths or attempt to modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openscan-blockchain-exploration - After installation, invoke the skill by name or use
/openscan-blockchain-exploration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.3
- Added new command: analyze-tx (single transaction analysis, call tree, addresses, contracts, prestate, raw trace)
- Added documentation for analyze-tx usage in rules/tx-analysis.md
- Updated metadata version to 0.0.3 in SKILL.md
v0.0.2
Initial release — restructures documentation, adds modular rules, and streamlines command usage.
- Reorganized skill docs for improved clarity, prerequisites, and troubleshooting guidance.
- Introduced individual rule files for address profiling, gas analysis, token balances, and transaction history.
- Updated command names and usage patterns to match the current openscan CLI syntax.
- Added explicit instructions for verification using OpenScan links in all responses.
- Expanded supported networks and included best practices for RPC reliability.
v0.0.1-alpha
OpenScan Blockchain Exploration Skill 0.0.1-alpha – Initial Release
- Provides on-chain analysis via the openscan CLI for Ethereum, Optimism, BSC, Polygon, Base, Arbitrum, Avalanche, and Sepolia.
- Supports transaction history, token balances, address profiling, gas price analysis, and input data decoding.
- Includes detailed documentation of commands, flags, output formats, and supported networks.
- No private key handling; operates in read-only mode with public RPC support and optional Alchemy keys.
Metadata
Frequently Asked Questions
What is openscan-blockchain-exploration?
Procedural knowledge for on-chain blockchain analysis using the openscan CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install openscan-blockchain-exploration?
Run "/install openscan-blockchain-exploration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openscan-blockchain-exploration free?
Yes, openscan-blockchain-exploration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openscan-blockchain-exploration support?
openscan-blockchain-exploration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openscan-blockchain-exploration?
It is built and maintained by MatiasOS (@matiasos); the current version is v0.0.3.
More Skills