← Back to Skills Marketplace
self-check
by
solarise94
· GitHub ↗
· v1.0.0
· MIT-0
237
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install self-check
Description
系统自检工具。全面检查环境配置、文件完整性、权限、依赖、API token 等,并汇报问题给出修复建议(但不主动修复)。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install self-check - After installation, invoke the skill by name or use
/self-check - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is self-check?
系统自检工具。全面检查环境配置、文件完整性、权限、依赖、API token 等,并汇报问题给出修复建议(但不主动修复)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 237 downloads so far.
How do I install self-check?
Run "/install self-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is self-check free?
Yes, self-check is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does self-check support?
self-check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created self-check?
It is built and maintained by solarise94 (@solarise94); the current version is v1.0.0.
More Skills