When you're building a tool that needs to read DeepChat's local databases, this skill walks you through the entire import path: finding agent.db on disk, handling SQLCipher encryption and Electron safeStorage wrappers, navigating the SQLite schema for providers, sessions, messages, and legacy chat.db migrations. The safety rules are the real value here. They're explicit about consent, warn you not to write to a live profile, and remind you to copy WAL files or wait for the app to quit. References cover data locations across macOS, Windows, and Linux, plus schema inspection strategies when table structure has evolved. It treats DeepChat's internal format as documentable but not stable, so you inspect first rather than hardcode assumptions.
npx -y skills add thinkinaixyz/deepchat --skill deepchat-data-import --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template