It Tools
v2.0.2Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for It Tools concepts, best practices, and implementation patterns.
⭐ 0· 119·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
Name/description claim a local reference for devtools; the included script and SKILL.md align with that (static heredoc outputs). Minor inconsistency: SKILL.md/version metadata is 2.0.2 while scripts/script.sh sets VERSION="2.0.1" — this is a documentation/version mismatch but not a security concern. The package does include a script (so it's not purely 'instruction-only' in practice), which is reasonable for a local CLI-style reference.
Instruction Scope
Runtime instructions and the script only emit static plaintext documentation via heredocs. The script does not read environment variables, call external endpoints, spawn network requests, or access unrelated system files. There is no vague 'gather context' instruction; scope is limited to printing reference content.
Install Mechanism
No install spec is provided and no downloads occur. The only executable is scripts/script.sh; it uses /usr/bin/env bash which is a common runtime and reasonable for this purpose. No archives or external URLs are fetched during install.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script likewise does not access env vars or secrets. The absence of requested credentials is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system changes. Autonomous invocation is allowed (platform default) but the skill's actions are limited to local text output, so the blast radius is low.
Assessment
This skill appears safe: it only prints static reference text and does not use network access or credentials. Before installing, confirm you trust the BytesAgain source (bytesagain.com / GitHub repo) and note the small version mismatch between SKILL.md (2.0.2) and the script (2.0.1). If you will run the included script locally, review it (it's short) and remember it requires a bash-compatible shell. If you accept that it only outputs documentation, it's reasonable to install and use.Like a lobster shell, security has layers — review code before you run it.
latestvk97946dqb3f1sc38bf75eebkd183hm5m
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
