← 返回 Skills 市场
oreoandyuumi

maxclaw-doctor

作者 OreoAndYuumi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
215
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maxclaw-doctor
功能描述
帮助用户使用openclaw时提供文件保护,所有文件操作均建立版本索引,支持删除恢复和修改回滚
安全使用建议
This skill appears coherent with its stated purpose: it includes a local Python script that implements diffs, snapshots, trash, and retention policies and SKILL.md shows how to invoke it. Before installing/using: - Understand it operates on arbitrary file paths and will read/copy/move files under your user account; it will create ~/.openclaw/minivcs/ and store backups there. Back up critical data separately before first use. - SKILL.md suggests commands that fetch and run remote installers (Homebrew via curl|bash) and appends exports into shell rc files; review those commands yourself and avoid running remote install scripts blindly. - The tool treats files in your home and system paths as "important" (longer retention). If you plan to use it on system directories (/etc, root) be aware it may attempt file operations that require elevated permissions — run only with appropriate privileges. - If you have security concerns, review the full minivcs.py source (it's included) before invoking, and run it in a safe environment (container or non-production VM) to confirm behavior. Overall this skill is internally consistent with a local file-versioning utility, but because it manipulates local files (including potentially sensitive ones) follow the above precautions.
功能分析
Type: OpenClaw Skill Name: maxclaw-doctor Version: 1.0.0 The skill bundle provides a local version control system (MiniVCS) designed to track file modifications and deletions. The core logic in 'minivcs.py' handles incremental diffs, snapshots, and a 'trash' system for file recovery, storing all data locally in the user's home directory (~/.openclaw/minivcs/). The 'SKILL.md' instructions correctly guide the AI agent to seek user confirmation before any file operations and provide standard, legitimate setup procedures for Python and Homebrew. No evidence of data exfiltration, unauthorized remote execution, or malicious intent was found.
能力评估
Purpose & Capability
Name/description (file protection, versioning, restore) match the provided Python implementation and SKILL.md. There are no unrelated environment variables, external credentials, or surprising install steps required by the skill itself. The included minivcs.py implements diffs, snapshots, trash/backups and retention as advertised.
Instruction Scope
SKILL.md instructs the agent/user to run the shipped Python script and to check/install Python. It also provides shell commands that download and execute remote installers (Homebrew) and writes export lines into shell rc files — these are typical for guiding Python installation but are actions that modify user shell configuration and would execute remote code if run. The core runtime instructions (record, delete, restore) operate on arbitrary file paths and will read/move/copy files across the filesystem (including user home and system paths), which is expected for this tool but is sensitive by nature.
Install Mechanism
No install spec; this is instruction-only with a local Python script included. Nothing in the manifest downloads or installs third-party code automatically. The only potentially remote commands are suggested in the SKILL.md for the user to install Homebrew/Python manually (via curl|bash), which the skill does not itself perform.
Credentials
The skill requests no environment variables or external credentials. It does access filesystem paths (and treats home/C: and /etc etc. as 'important'); that file-system access is proportional to a versioning/backup tool but does mean the skill can read and copy arbitrary local files when invoked.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings. It stores its data under ~/.openclaw/minivcs/, which is self-contained. The SKILL.md suggests writing shell environment variables only when advising Homebrew mirrors — that modifies user shell configs but is an optional installation hint, not an automatic persistent privilege requested by the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maxclaw-doctor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maxclaw-doctor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Major update: switched from OpenClaw diagnostics to file protection and versioning.** - Renamed skill from "openclaw-doctor" to "mmxagent-guardian" with a new purpose. - Replaced diagnose.sh with a MiniVCS-based file versioning and protection script. - Added comprehensive instructions for file backups, rollback, and restoration. - Implemented user confirmation and notification flows before and after file operations. - Provided detailed guides for Python 3 installation as a prerequisite. - All file operations are now indexed and support restore/rollback, enhancing safety while using OpenClaw.
元数据
Slug maxclaw-doctor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

maxclaw-doctor 是什么?

帮助用户使用openclaw时提供文件保护,所有文件操作均建立版本索引,支持删除恢复和修改回滚. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。

如何安装 maxclaw-doctor?

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

maxclaw-doctor 是免费的吗?

是的,maxclaw-doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

maxclaw-doctor 支持哪些平台?

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

谁开发了 maxclaw-doctor?

由 OreoAndYuumi(@oreoandyuumi)开发并维护,当前版本 v1.0.0。

💬 留言讨论