File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments