Shell Ai

v2.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Shell AI concepts, best practices, and implementation patterns.

0· 120·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Shell Ai reference for devtools) match the included artifacts: SKILL.md documents commands and the bundled script simply prints reference text. There are no unrelated binaries, env vars, or cloud credentials requested.
Instruction Scope
SKILL.md explicitly states output is via heredoc and that no external API calls or network access are made. The included script implements the documented commands and only writes to stdout. Minor scope inconsistencies are present in the text (e.g., 'troubleshooting' appears in cheatsheet but no matching command; help prints 'v$VERSION' literal due to quoted heredoc), but these are implementation/documentation bugs rather than scope creep or data-exfiltration behavior.
Install Mechanism
No install specification. This is instruction-only with a small local script; nothing is downloaded or written to disk by an installer. Risk from install mechanism is minimal.
Credentials
The skill requests no environment variables, credentials, or config paths. The script does not read environment variables or external config files; proportionality is appropriate.
Persistence & Privilege
Skill flags are default (always: false, user-invocable, model invocation allowed). It does not request permanent presence or modify other skills or system configuration.
Assessment
This skill appears to be a harmless local documentation helper. Before installing or running any third-party script, you should: (1) review the script (already included) to confirm there are no unexpected network calls or file operations; (2) run it under an unprivileged account (avoid running as root) if you want to be cautious; and (3) be aware of minor bugs/inconsistencies (version string mismatch, help output quoting, and a missing 'troubleshooting' command referenced in the cheatsheet) that affect usability but not security.

Like a lobster shell, security has layers — review code before you run it.

latestvk979srzskx23pp518tap6bfqb983heya

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments