← Back to Skills Marketplace
Sysinfo Fetch
by
bytesagain4
· GitHub ↗
· v2.0.1
· MIT-0
171
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install sysinfo-fetch
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sysinfo Fetch concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: sysinfo-fetch
Version: 2.0.1
The skill is a static documentation reference tool for 'Sysinfo Fetch' concepts. The implementation in `scripts/script.sh` consists entirely of bash functions that output plain-text documentation via heredocs, with no network activity, credential access, or system modification logic.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sysinfo-fetch - After installation, invoke the skill by name or use
/sysinfo-fetch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Sysinfo Fetch?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sysinfo Fetch concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.
How do I install Sysinfo Fetch?
Run "/install sysinfo-fetch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sysinfo Fetch free?
Yes, Sysinfo Fetch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sysinfo Fetch support?
Sysinfo Fetch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sysinfo Fetch?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.
More Skills