Dev Utilities
v2.0.4Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Dev Utilities concepts, best practices, and implementation patterns.
⭐ 0· 136·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
The name/description (devtools reference) match the provided assets: SKILL.md describes CLI-like reference commands and the included script simply prints static documentation. Nothing required (no env vars, binaries, or credentials) is surprising or out-of-scope.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference documentation and to not use network or credentials. The shipped script performs only heredoc output and a simple command dispatch; it does not read unrelated files, environment variables, or send data externally.
Install Mechanism
There is no install spec (instruction-only). A small shell script is included but it is not fetched from an external URL and does not extract or execute remote code.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the script does not access any environment variables or secrets. Requested access is proportional (none).
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system configuration. Autonomous invocation is allowed (platform default) but does not materially increase risk given the skill's limited behavior.
Assessment
This skill appears to be a harmless local reference tool. If you plan to install or run it, you can: (1) open and review scripts/script.sh yourself (it's short and only prints static docs), (2) run it locally in a non-privileged shell (avoid running as root), and (3) be aware the repository version strings inside files differ slightly (minor version mismatch only). If you need network- or credential-using functionality, this skill does not provide it — verify any future updates that add networking or external installs before trusting them.Like a lobster shell, security has layers — review code before you run it.
latestvk9791mpm16kczpr6ygbfpfhee583hsr3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
