Sysinfo Fetch

v2.0.1

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

0· 98·0 current·0 all-time
bybytesagain4@xueyetianya
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 (reference docs for 'Sysinfo Fetch') match the delivered artifacts: SKILL.md describes plain-text reference output and scripts/script.sh implements that behavior. The presence of a single helper script is proportionate to the stated purpose.
Instruction Scope
SKILL.md and the script both state they output static documentation and make no network calls or credential use. Minor inconsistencies: SKILL.md metadata lists version 2.0.1 while the script sets VERSION="2.0.0" and the help heredoc uses single quotes so $VERSION will not expand; these are quality issues but not security concerns.
Install Mechanism
No install specification is provided (instruction-only), so nothing is downloaded or written to disk beyond the included files. This is the lowest-risk install posture.
Credentials
No required environment variables, credentials, or config paths are declared or referenced by the script or SKILL.md. There is no disproportionate access requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modify other skills or global agent settings. Autonomous invocation is allowed by default but the skill's scope is local and read-only.
Assessment
This skill appears to be a straightforward local reference: it prints static documentation and does not access the network, credentials, or system files. Recommended actions before installing: (1) glance through scripts/script.sh yourself (it's short and readable) to confirm no unexpected commands; (2) if you plan to allow autonomous invocation for your agent, note that this skill is low-risk but still consider principle of least privilege in your overall agent policy; (3) if you want absolute assurance, run the script in a sandbox or container. The only notable issue is a small version-string mismatch and harmless heredoc quoting behavior — these are code-quality quirks, not security problems.

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

latestvk972dcr13nmwse6s6j62m3y16s83g790

License

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

Comments