Skip to content

Commit 1f3caa9

Browse files
max-ngclaude
andcommitted
Restore top-level SKILL.md (kept in public repo)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8bfcf13 commit 1f3caa9

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

SKILL.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: datamoat
3+
description: Back up, analyze, and reuse ChatGPT | Claude | Codex | Cursor | DeepSeek | Qwen | Openclaw data + skills + attachments locally
4+
---
5+
6+
# Data Moat Plugin
7+
8+
Data Moat Plugin installs and operates DataMoat, a local desktop app that
9+
quietly backs up AI work history into an encrypted vault on the user's own
10+
machine.
11+
12+
This root skill entry exists for Claude skill directories. The runnable skill
13+
package is mirrored in `skills/datamoat`; plugin marketplace installs use
14+
`plugins/datamoat`.
15+
16+
## Status
17+
18+
Run the bundled status check before installing or answering DataMoat questions:
19+
20+
```bash
21+
bash skills/datamoat/scripts/datamoat-status.sh
22+
```
23+
24+
## Install
25+
26+
Run the platform installer from the mirrored skill package:
27+
28+
```bash
29+
bash skills/datamoat/scripts/install-datamoat-macos.sh
30+
```
31+
32+
On Linux:
33+
34+
```bash
35+
bash skills/datamoat/scripts/install-datamoat-linux.sh
36+
```
37+
38+
On Windows PowerShell:
39+
40+
```powershell
41+
powershell -ExecutionPolicy Bypass -File skills/datamoat/scripts/install-datamoat-windows.ps1
42+
```
43+
44+
Never ask for or handle DataMoat unlock passwords, recovery phrases, recovery
45+
codes, or authenticator secrets in chat. The user completes unlock and recovery
46+
setup locally in the DataMoat desktop UI.

0 commit comments

Comments
 (0)