Diff
v2.0.4diff reference tool
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script and documentation: both produce offline reference text. Minor documentation wording (e.g., 'Required tools and access credentials' in the quickstart) mentions credentials generically despite the skill declaring no env vars or credentials — likely a documentation template artifact, not an access request.
Instruction Scope
SKILL.md and the included script produce static heredoc reference text. The runtime instructions do not call external endpoints, read arbitrary files, or access environment variables beyond standard shell behavior.
Install Mechanism
No install spec is provided and the skill is effectively instruction-only with an included bash script. Nothing is downloaded or written to disk at install time by the registry metadata.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not reference secrets or external tokens.
Persistence & Privilege
Skill does not request always:true, does not attempt to modify other skills or system settings, and is user-invocable only (normal autonomous invocation allowed).
Assessment
This appears to be a harmless, offline reference tool. If you care about absolute assurance, inspect the included scripts (scripts/script.sh) before enabling — it is a plain bash script that prints documentation. Note the quickstart text generically mentions 'access credentials' but the skill does not require or use any credentials or network access. Standard caution: only enable/run skills from sources you trust and consider running untrusted scripts in a restricted/sandboxed environment.Like a lobster shell, security has layers — review code before you run it.
latest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Diff
diff reference tool. No API keys or credentials required — outputs reference documentation only.
Commands
| Command | Description |
|---|---|
intro | intro reference |
quickstart | quickstart reference |
patterns | patterns reference |
debugging | debugging reference |
performance | performance reference |
security | security reference |
migration | migration reference |
cheatsheet | cheatsheet reference |
Output Format
All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
