← 返回 Skills 市场
phenixstar

Oc

作者 PhenixStar · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
1637
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-doctor-pro
功能描述
Comprehensive diagnostic, error-fixing, and skill recommendation tool for OpenClaw
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-doctor-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-doctor-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug openclaw-doctor-pro
版本 1.1.0
许可证
累计安装 6
当前安装数 5
历史版本数 2
常见问题

Oc 是什么?

Comprehensive diagnostic, error-fixing, and skill recommendation tool for OpenClaw. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1637 次。

如何安装 Oc?

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

Oc 是免费的吗?

是的,Oc 完全免费(开源免费),可自由下载、安装和使用。

Oc 支持哪些平台?

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

谁开发了 Oc?

由 PhenixStar(@phenixstar)开发并维护,当前版本 v1.1.0。

💬 留言讨论