← Back to Skills Marketplace
Oc
by
PhenixStar
· GitHub ↗
· v1.1.0
1637
Downloads
0
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-doctor-pro
Description
Comprehensive diagnostic, error-fixing, and skill recommendation tool for OpenClaw
Usage Guidance
This package appears to be what it claims: a local OpenClaw diagnostic and auto-fix suite. Before installing/using it: 1) Review the scripts (especially self-updater.py and any code that performs network requests) for where they fetch updates or send data. 2) Run it in a non-production sandbox or with dry-run options first (many commands have --dry-run or --check modes). 3) Back up openclaw.json and any configs before applying auto-fixes (the tool documents backups but verify behavior). 4) Be cautious granting sudo/root or allowing destructive fixes (kill -9, systemctl start, global npm installs, downloads to /opt). 5) If you need to trust network endpoints, confirm the project's GitHub/homepage and consider auditing clawhub_client/doc_fetcher calls to ensure no secret exfiltration. If you want higher assurance, request a code audit or run the scripts in a readonly / isolated environment first.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-doctor-pro
Version: 1.1.0
This skill bundle is classified as suspicious due to its extensive use of high-risk capabilities, including the execution of arbitrary shell commands (e.g., `kill -9`, `systemctl start docker`, `npm install -g`) and direct file system modifications (create, delete, change permissions) via `scripts/lib/fix_step_executor.py` and `scripts/lib/utils.py`. While these actions are presented as necessary for diagnostic, error-fixing, and setup purposes, and many impactful 'fix recipes' in `data/fix-recipes.json` are marked as requiring user confirmation (`safe_auto: false`), the broad permissions to execute system commands and alter configurations without clear malicious intent still pose a significant risk. No explicit prompt injection attempts or data exfiltration to unauthorized endpoints were detected.
Capability Assessment
Purpose & Capability
Name/description match the actual files and commands: Python scripts, data files, docs, and a skill-recommender/clawhub client. Required binaries (python3) and declared pip deps (click, rich, requests, beautifulsoup4) are proportionate to the stated diagnostic/recommendation purpose.
Instruction Scope
SKILL.md instructs the agent to run local Python scripts (error-fixer, enhanced-doctor, skill-recommender, setup-wizard, self-updater). Those scripts — per included data/recipes — will read OpenClaw config/.env, logs, and may run system commands (kill processes, start Docker, modify openclaw.json, install packages, download binaries). That scope is consistent with an auto-fix tool but includes risky actions (force-kill, systemctl, global npm installs, downloading/extracting binaries) which the agent could perform when invoked.
Install Mechanism
Install uses a simple pip install of well-known Python packages (click, rich, requests, beautifulsoup4). No arbitrary URL downloads are present in the declared install step. The package install list is proportionate to the codebase.
Credentials
The skill declares no required environment variables, but its references and fix recipes frequently mention sensitive variables (OPENAI_API_KEY, ANTHROPIC_API_KEY, GATEWAY_TOKEN, channel tokens, etc.) and will read or prompt for them during diagnosis/auto-fix. Not declaring them up-front is not inherently incoherent, but users should expect the tool to access configs and environment variables and to request tokens for provider actions.
Persistence & Privilege
always:false and disable-model-invocation:false (default) — the skill is not force-installed but can be invoked autonomously. Because it can run destructive system commands (kill processes, start daemons, install software, download binaries into /opt), autonomous invocation increases blast radius; this is expected for an auto-fix utility but worth user review before enabling autonomous runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-doctor-pro - After installation, invoke the skill by name or use
/openclaw-doctor-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Added new modules for complementary skills, diagnostic integrations, recovery integrations, and enhanced notification hooks.
- Introduced data files to track complementary skills, fix execution history, and integration hooks.
- Enhanced error fixing, recommendation, and cache handling logic in core scripts.
- Improved display and scoring for skill recommendations and error fixing processes.
- Updated codebase with improved modularity for diagnostics and integration management.
v1.0.0
Initial release of openclaw-doctor-pro.
- Provides comprehensive diagnostic, error-fixing, and skill recommendation tools for OpenClaw.
- Includes Error Fixer, Skill Recommender, Enhanced Doctor, Self-Updater, and Setup Wizard utilities.
- Supports CLI commands for diagnosing, auto-fixing, recommending skills, and running health checks.
- Bundles reference documentation and templates for troubleshooting and reporting.
- Easy installation via pip for all required Python dependencies.
Metadata
Frequently Asked Questions
What is Oc?
Comprehensive diagnostic, error-fixing, and skill recommendation tool for OpenClaw. It is an AI Agent Skill for Claude Code / OpenClaw, with 1637 downloads so far.
How do I install Oc?
Run "/install openclaw-doctor-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oc free?
Yes, Oc is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Oc support?
Oc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oc?
It is built and maintained by PhenixStar (@phenixstar); the current version is v1.1.0.
More Skills