← Back to Skills Marketplace
147
Downloads
1
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install quick-sysinfo
Description
快速查询本机系统信息和OpenClaw配置。包括CPU、内存、磁盘、网络、环境配置、硬件资源占用、Docker容器、OpenClaw配置/频道/插件/服务状态。当用户询问"系统状态"、"CPU使用率"、"内存占用"、"磁盘空间"、"网络信息"、"硬件配置"、"进程状态"、"Docker状态"、"系统负载"、"配置...
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quick-sysinfo - After installation, invoke the skill by name or use
/quick-sysinfo - Provide required inputs per the skill's parameter spec and get structured output
Version History
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 配置信息等多项子模块。
- 响应极简,严格返回原始脚本输出。
- 多问题自动分模块,多次调用、合并结果。
Metadata
Frequently Asked Questions
What is 快速信息查询?
快速查询本机系统信息和OpenClaw配置。包括CPU、内存、磁盘、网络、环境配置、硬件资源占用、Docker容器、OpenClaw配置/频道/插件/服务状态。当用户询问"系统状态"、"CPU使用率"、"内存占用"、"磁盘空间"、"网络信息"、"硬件配置"、"进程状态"、"Docker状态"、"系统负载"、"配置... It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.
How do I install 快速信息查询?
Run "/install quick-sysinfo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 快速信息查询 free?
Yes, 快速信息查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 快速信息查询 support?
快速信息查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 快速信息查询?
It is built and maintained by Asuka (@evangeliona); the current version is v1.0.3.
More Skills