Omni Tools
v2.0.2Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Omni Tools concepts, best practices, and implementation patterns.
⭐ 0· 113·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (devtools reference) align with the included shell script and SKILL.md: the skill is a local reference/cheatsheet and does not request credentials or external services. Minor inconsistencies: SKILL.md metadata lists version 2.0.2 while scripts/script.sh sets VERSION="2.0.1"; show_help uses a single-quoted heredoc so the $VERSION literal will not interpolate, which is a bug but not a security concern.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference documentation and claims no network access or credentials; the included script only emits heredoc text, reads no files, references no environment variables, and makes no external calls. There is no scope creep in the instructions.
Install Mechanism
No install spec is provided (instruction-only). The only shipped file is a small bash script; nothing is downloaded or written to disk by an installer, which minimizes install-related risk.
Credentials
The skill declares no required environment variables or credentials, and the script does not access or require secrets or external config paths.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes or modify other skills. It does not require elevated privileges.
Assessment
This is a simple, local reference skill that prints documentation; it does not ask for credentials or make network calls. If you plan to install/run it: (1) review the included script (scripts/script.sh) — it only prints text; (2) note the minor version mismatch and a small help-text bug (harmless); (3) ensure you trust the repository source if you intend to run bundled scripts, but no secrets or external endpoints are involved. If you need stronger guarantees, consider running the script in an isolated environment or inspecting it locally before use.Like a lobster shell, security has layers — review code before you run it.
latestvk97f2b4574rfhfm505j218ss7h83gmzn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
