← 返回 Skills 市场
xueyetianya

Sysinfo Fetch

作者 bytesagain4 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
171
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install sysinfo-fetch
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sysinfo Fetch concepts, best practices, and implementation patterns.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sysinfo-fetch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sysinfo-fetch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
元数据
Slug sysinfo-fetch
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Sysinfo Fetch 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sysinfo Fetch concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。

如何安装 Sysinfo Fetch?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sysinfo-fetch」即可一键安装,无需额外配置。

Sysinfo Fetch 是免费的吗?

是的,Sysinfo Fetch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sysinfo Fetch 支持哪些平台?

Sysinfo Fetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sysinfo Fetch?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.1。

💬 留言讨论