DeepChat Data Import
Build read-only importers/migration tools for DeepChat's encrypted SQLite chat data
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · aff6d36
An unguided export plan hedged with 'likely under Application Support'; the skill produced exact per-OS paths, the real database pragma sequence, working table names and explicit redaction rules for API keys.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What DeepChat Data Import does
Guides building third-party tools that locate, decrypt, and read DeepChat's local Electron data store (agent.db/chat.db, SQLCipher, safeStorage-wrapped passwords) to export provider configs, sessions, and messages. Triggers when a request involves importing, inspecting, migrating, or analyzing DeepChat data, agent.db/chat.db, SQLCipher, or Electron safeStorage-wrapped credentials.
How to install DeepChat Data Import
git clone https://github.com/ThinkInAIXYZ/deepchat
cd deepchat
mkdir -p ~/.claude/skills
cp -r .agents/skills/deepchat-data-import ~/.claude/skills/deepchat-data-import
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger DeepChat Data Import
-
/deepchat-data-importBuild read-only importers/migration tools for DeepChat's encrypted SQLite chat data
It also activates on plain-language prompts like these:
-
Build a read-only importer for DeepChat's encrypted chat.db -
Decrypt DeepChat's SQLCipher database and export the messages -
Migrate provider configs out of DeepChat's agent.db
Frequently asked questions
- Is the DeepChat Data Import skill free?
- Yes. The skill itself is free from ThinkInAIXYZ/deepchat. SkillProof publishes the install command and an independent test verdict at no cost.
- Does DeepChat Data Import work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. An unguided export plan hedged with 'likely under Application Support'; the skill produced exact per-OS paths, the real database pragma sequence, working table names and explicit redaction rules for API keys.
- What is the DeepChat Data Import SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install DeepChat Data Import?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use DeepChat Data Import with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.