Onchain Analyzer
v4.0.1Reference tool for devtools — covers intro, formulas, regulations and more. Quick lookup for Onchain Analyzer concepts, best practices, and implementation pa...
⭐ 0· 360·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
chinesevk97dz7bj7xpy4nk4e6v5w5bj5s82qmw2latestvk97963wfsf31s3pxe7nd1pasvs83hx72productivityvk97dz7bj7xpy4nk4e6v5w5bj5s82qmw2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
