← 返回 Skills 市场
self-check
作者
solarise94
· GitHub ↗
· v1.0.0
· MIT-0
237
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install self-check
功能描述
系统自检工具。全面检查环境配置、文件完整性、权限、依赖、API token 等,并汇报问题给出修复建议(但不主动修复)。
安全使用建议
This skill appears internally consistent with its purpose: it inspects local OpenClaw workspace files, processes and installed runtimes and only prints findings and suggested commands. Before running: (1) review the script yourself (it's included) to confirm it prints but does not exfiltrate secret values; (2) run it from an account with least privilege needed (avoid running as root) to limit exposure; (3) inspect reported 'fix' commands before pasting them into a shell (they may include sudo/pip/npm operations); (4) because the package source is 'unknown', prefer running it in a test environment or container first if you have sensitive production data. If you want, I can point out exact lines in the script that read specific files/commands to make a more targeted risk review.
功能分析
Type: OpenClaw Skill
Name: self-check
Version: 1.0.0
The skill performs system-wide diagnostics using high-risk capabilities, including the execution of numerous shell commands via `subprocess.run(shell=True)` and scanning for sensitive API keys/tokens in environment variables and configuration files. While the script (scripts/self_check.py) appears to follow its stated 'report-only' policy and does not currently exfiltrate data, the logic for discovering secrets and the use of shell execution represent significant security risks. It also suggests a 'curl|bash' command for NVM installation (raw.githubusercontent.com/nvm-sh/nvm) which is a common but risky practice.
能力评估
Purpose & Capability
Name/description (system self‑check) aligns with required binaries (node, npm, nvm) and the script's behavior: checking Node/nvm, gateway, OpenClaw config, skills, and local workspace files. No unrelated credentials or cloud services are requested.
Instruction Scope
SKILL.md and the Python script instruct the agent to run local read/inspection commands (pgrep, ss, readlink, node/npm, python3 -c import ...), parse SKILL.md and config files, and list presence/absence of tokens (without printing values). This is appropriate for a system audit, but the tool does access many local files and runs shell commands — review results before acting on suggested fix commands.
Install Mechanism
No install spec; the skill is instruction+script only. There are no downloads or archive extraction steps and no external installers invoked by the skill, minimizing installation risk.
Credentials
The skill requests no environment variables or credentials. It reads local workspace/config files (e.g., openclaw.json, SKILL.md, agent files) to determine presence of API tokens and settings. This is proportional to a self‑check, but that access can reveal metadata about local tokens and configuration — verify that outputs don't leak secret values and run with appropriate privileges.
Persistence & Privilege
always is false; the skill is user‑invoked. The script declares it will not modify files or auto‑fix anything. It does not attempt to modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-check - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-check触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Major update: Comprehensive system self-check tool with structured reporting and safety-first design.
- Systematically checks Node.js env, file integrity, permissions, dependencies, API tokens, and more.
- Reports issues with clear repair suggestions; never performs repairs automatically.
- Filters sensitive info: only indicates presence of tokens, not their values.
- Results sorted by severity (Errors > Warnings > Passed).
- All repair commands are for user confirmation and manual execution only.
元数据
常见问题
self-check 是什么?
系统自检工具。全面检查环境配置、文件完整性、权限、依赖、API token 等,并汇报问题给出修复建议(但不主动修复)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。
如何安装 self-check?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-check」即可一键安装,无需额外配置。
self-check 是免费的吗?
是的,self-check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
self-check 支持哪些平台?
self-check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 self-check?
由 solarise94(@solarise94)开发并维护,当前版本 v1.0.0。
推荐 Skills