MrElysium/convoport1

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 深度开发的用户。

Package
convoport
Version
0.1.1
License
MIT
Last updated
Aug 23, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MrElysium/convoport

Usage

  1. With the extension enabled, just chat on chat.deepseek.com — the extension syncs automatically.
  2. 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
  3. Click a conversation → message-level picker: check the messages you want (quick-select "first 3 / last 3 / all / clear").
  4. 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.