← 返回 Skills 市场
Data Recovery Assistant
作者
li-jin-xuan
· GitHub ↗
· v1.0.0
· MIT-0
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install data-recovery-assistant
功能描述
数据恢复诊断助手。教AI Agent诊断各种数据丢失场景(误删、格式化、分区丢失、硬盘异响、RAW分区等), 推荐对应工具和操作步骤,区分SSD和HDD的不同处理方案。 触发词:数据恢复、文件丢失、误删、格式化、硬盘坏了、分区丢失、恢复数据
使用说明 (SKILL.md)
数据恢复诊断助手
基于数据恢复专业经验,帮助AI准确诊断数据丢失场景并给出可操作方案。
诊断流程
第一步:确认故障类型
| 症状 | 可能原因 | 紧急程度 |
|---|---|---|
| 误删后回收站清空 | 逻辑删除 | 🔵 低 — 尽快处理即可 |
| 格式化/重装系统 | 文件系统覆盖 | 🟡 中 — 越快越好 |
| 分区变RAW/无法访问 | 文件系统损坏 | 🟡 中 |
| 硬盘不识别/不转 | 电路板/电机故障 | 🔴 高 — 别自己拆 |
| 硬盘异响(咔咔/吱吱) | 磁头损坏 | 🔴 紧急 — 立即断电 |
| 进水/摔坏 | 物理损坏 | 🔴 紧急 |
第二步:按情况推荐方案
逻辑故障(误删/格式化/RAW分区):
- 立即停止写入,不要再存新文件
- 推荐工具链:R-Studio → DMDE → Recuva(按优先级)
- 镜像优先原则:先用 ddrescue 做全盘镜像,在镜像上恢复
物理故障(不识别/异响):
- 不要自己拆盘,开盘需要超净环境
- 异响立即断电,以免划伤盘片
- 推荐找专业数据恢复机构处理
SSD 特殊情况:
- TRIM 开启后删除的数据几乎无法恢复
- 主控损坏需要芯片级维修
- 跟HDD的处理方案完全不同
第三步:操作建议
## 用户可以做
1. 下载并运行 DiskGenius/CrystalDiskInfo 查看SMART信息
2. 用 ddrescue 创建磁盘镜像(命令行需要Linux环境)
3. 用 R-Studio/DMDE 在镜像上扫描恢复
## 用户不要做
1. ⛔ 对异响硬盘通电多次
2. ⛔ 用免费软件反复扫描写入
3. ⛔ 自己开盘更换磁头
4. ⛔ 对SSD做长时间通电解焊
工具参考
| 工具 | 适用场景 | 费用 |
|---|---|---|
| ddrescue | Linux下创建磁盘镜像 | 免费 |
| TestDisk | 分区表修复 | 免费 |
| DMDE | 深度扫描恢复 | 免费版限4000文件 |
| R-Studio | 专业恢复(最强) | 付费 |
| Recuva | 简单误删恢复 | 免费版可用 |
注意事项
- 不要在源盘上操作 — 先镜像再恢复是铁律
- 恢复后的文件不要存回源盘
- 物理故障 vs 逻辑故障的处理方案完全不同,不要混用
安全使用建议
Install only if you want an assistant to provide data-recovery troubleshooting guidance. Before following any command, confirm the exact drive path, avoid writing to the damaged source disk, work from an image where possible, and use a professional recovery service for clicking, dropped, water-damaged, or otherwise physically failing drives.
能力评估
Purpose & Capability
The skill’s stated purpose is to help diagnose deleted files, formatting, RAW partitions, drive failure, SSD/HDD differences, and recovery tooling; the included guidance matches that purpose.
Instruction Scope
The trigger phrases are broad and the reference includes privileged disk commands and hardware-repair suggestions, but these are disclosed as recovery guidance rather than hidden agent behavior.
Install Mechanism
The package contains only markdown files, with no install scripts, dependencies, background workers, or executable code.
Credentials
Commands such as ddrescue, smartctl, testdisk, and fdisk are proportionate for data-recovery diagnosis, but users must verify device paths and avoid writing to the affected drive.
Persistence & Privilege
No persistence, credential access, session/profile use, network automation, or privilege escalation mechanism is present beyond example sudo commands a user would explicitly run.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install data-recovery-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/data-recovery-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of 数据恢复诊断助手 (Data Recovery Assistant).
- Guides diagnosis of various data loss scenarios (e.g., accidental deletion, formatting, partition loss, drive failure, RAW partitions).
- Recommends appropriate tools and recovery steps, with distinction between SSD and HDD solutions.
- Emphasizes immediate actions, do’s and don’ts, and when to seek professional help.
- Lists key recovery tools and their suitable scenarios.
元数据
常见问题
Data Recovery Assistant 是什么?
数据恢复诊断助手。教AI Agent诊断各种数据丢失场景(误删、格式化、分区丢失、硬盘异响、RAW分区等), 推荐对应工具和操作步骤,区分SSD和HDD的不同处理方案。 触发词:数据恢复、文件丢失、误删、格式化、硬盘坏了、分区丢失、恢复数据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。
如何安装 Data Recovery Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install data-recovery-assistant」即可一键安装,无需额外配置。
Data Recovery Assistant 是免费的吗?
是的,Data Recovery Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Data Recovery Assistant 支持哪些平台?
Data Recovery Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Data Recovery Assistant?
由 li-jin-xuan(@li-jin-xuan)开发并维护,当前版本 v1.0.0。
推荐 Skills