← 返回 Skills 市场
evangeliona

快速信息查询

作者 Asuka · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
1
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install quick-sysinfo
功能描述
快速查询本机系统信息和OpenClaw配置。包括CPU、内存、磁盘、网络、环境配置、硬件资源占用、Docker容器、OpenClaw配置/频道/插件/服务状态。当用户询问"系统状态"、"CPU使用率"、"内存占用"、"磁盘空间"、"网络信息"、"硬件配置"、"进程状态"、"Docker状态"、"系统负载"、"配置...
安全使用建议
This skill appears coherent with its purpose, but before installing or running it: 1) Review the included sysinfo.sh yourself (it is provided) to confirm you are comfortable with its file reads and commands. 2) Check your ~/.openclaw/openclaw.json for any secrets stored under unexpected keys — the script redacts based on key names and regexes and may miss secrets in unusual locations. 3) Run the script as a non‑privileged user on a non-production system first to inspect outputs. 4) If you need stronger guarantees, run it in an isolated container or VM and/or remove secrets from the config or move them to a safer location before use. 5) Because it runs local system commands (docker, systemctl, ss, ps), expect it to report service and container state; ensure you are comfortable exposing that information to whoever can invoke the skill.
能力标签
cryptorequires-wallet
能力评估
Purpose & Capability
The name/description promise local system info and OpenClaw configuration; the script enumerates CPU, memory, disk, network, processes, Docker, systemctl services, and reads ~/.openclaw/openclaw.json. All requested actions map to the stated purpose.
Instruction Scope
SKILL.md instructs running scripts/sysinfo.sh with modules — the script follows that. It reads local files (~/.openclaw/openclaw.json, OC_HOME/agents) and runs system utilities (ss, ps, systemctl, docker, nvidia-smi, etc.). There is no network transmission in the code. The script claims to 'automatically redact' sensitive fields, but the redaction logic is based on key-name matching and some regex replacements and may not catch secrets stored under nonstandard keys or embedded in free-form strings.
Install Mechanism
Instruction-only with no install spec. No remote downloads or package installs are performed by the skill itself (low install risk).
Credentials
The skill declares no required environment variables or credentials. It optionally honors OPENCLAW_HOME and uses $HOME — reasonable for its function. However, it reads the OpenClaw configuration file from the user's home directory which may contain sensitive secrets; relying on key-name redaction is not a guaranteed protection.
Persistence & Privilege
No persistent installation or elevated privilege is requested (always:false). The script queries system state (systemctl, docker, ss) but does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quick-sysinfo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quick-sysinfo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
重构脱敏逻辑:(1) 统一脱敏函数处理所有配置读取 (2) all 模块全部走脱敏流程 (3) 模型名展示只取 model 部分 (4) 移除所有直接访问配置的 inline Python
v1.0.2
修复敏感字段脱敏问题,API Key/Token/Secret 等凭证信息现已被自动脱敏显示为 [REDACTED]
v1.0.1
- 移动并重命名主脚本:将 scripts/sysinfo.sh 移动到根目录并更名为 sysinfo.sh - 其余规则、功能和文档无变动
v1.0.0
quick-sysinfo 1.0.0 - 新增技能:支持一键查询本机系统与 OpenClaw 状态。 - 直接执行 sysinfo.sh 脚本,禁止任何解释、推理、格式转换。 - 覆盖 CPU、内存、磁盘、网络、硬件、进程、Docker、OpenClaw 配置信息等多项子模块。 - 响应极简,严格返回原始脚本输出。 - 多问题自动分模块,多次调用、合并结果。
元数据
Slug quick-sysinfo
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

快速信息查询 是什么?

快速查询本机系统信息和OpenClaw配置。包括CPU、内存、磁盘、网络、环境配置、硬件资源占用、Docker容器、OpenClaw配置/频道/插件/服务状态。当用户询问"系统状态"、"CPU使用率"、"内存占用"、"磁盘空间"、"网络信息"、"硬件配置"、"进程状态"、"Docker状态"、"系统负载"、"配置... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 快速信息查询?

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

快速信息查询 是免费的吗?

是的,快速信息查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

快速信息查询 支持哪些平台?

快速信息查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 快速信息查询?

由 Asuka(@evangeliona)开发并维护,当前版本 v1.0.3。

💬 留言讨论