convoport
Capture AI web conversations to local JSON + SQLite, and port selected messages into agent harnesses as live, continuable sessions.
AI Analysis
核心用途是同步并迁移网页端(如 chat.deepseek.com)的聊天记录。适合习惯先在网页端沟通,随后需要将特定上下文导入 DSH 进行 Agent 深度开发的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MrElysium/convoportREADME
Read the full README ↗Usage
- With the extension enabled, just chat on
chat.deepseek.com— the extension syncs automatically. - A "⛁ DeepSeek Capture" button appears at the bottom of the Web sidebar:
- Stat cards: total tokens saved / conversations / today's captures / estimated savings
- Capture list: title, message count, tokens, import status
- Click a conversation → message-level picker: check the messages you want (quick-select "first 3 / last 3 / all / clear").
- Click "Import selected → new session (N)" — a new session appears in the sidebar; its history is exactly the messages you picked. Continue chatting there.
A /capture command also shows the stats overview right in the chat.