← Back to Skills Marketplace
Data Recovery Assistant
by
li-jin-xuan
· GitHub ↗
· v1.0.0
· MIT-0
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install data-recovery-assistant
Description
数据恢复诊断助手。教AI Agent诊断各种数据丢失场景(误删、格式化、分区丢失、硬盘异响、RAW分区等), 推荐对应工具和操作步骤,区分SSD和HDD的不同处理方案。 触发词:数据恢复、文件丢失、误删、格式化、硬盘坏了、分区丢失、恢复数据
README (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 逻辑故障的处理方案完全不同,不要混用
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install data-recovery-assistant - After installation, invoke the skill by name or use
/data-recovery-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Data Recovery Assistant?
数据恢复诊断助手。教AI Agent诊断各种数据丢失场景(误删、格式化、分区丢失、硬盘异响、RAW分区等), 推荐对应工具和操作步骤,区分SSD和HDD的不同处理方案。 触发词:数据恢复、文件丢失、误删、格式化、硬盘坏了、分区丢失、恢复数据. It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.
How do I install Data Recovery Assistant?
Run "/install data-recovery-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Data Recovery Assistant free?
Yes, Data Recovery Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Data Recovery Assistant support?
Data Recovery Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Data Recovery Assistant?
It is built and maintained by li-jin-xuan (@li-jin-xuan); the current version is v1.0.0.
More Skills