一键导入
chatgpt-import
Import conversation history from ChatGPT into Vellum
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Import conversation history from ChatGPT into Vellum
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Spawn external coding agents via the Agent Client Protocol (ACP)
Build interactive apps, dashboards, calculators, games, trackers, tools, landing pages, and data visualizations with Preact/TypeScript/CSS
Drive a specific named macOS app via raw input bypassing the Accessibility tree
Control the macOS desktop
Manage contacts, communication channels, access control, and invite links
Write, draft, or compose long-form text (blog posts, articles, essays, reports, guides)
| name | chatgpt-import |
| description | Import conversation history from ChatGPT into Vellum |
| compatibility | Designed for Vellum personal assistants |
| metadata | {"emoji":"📥","vellum":{"display-name":"ChatGPT Import"}} |
Import ChatGPT conversation history into Vellum so users can keep their conversation context and memory when switching from ChatGPT.
When a user wants to import their ChatGPT conversations:
bun run scripts/parse-export.ts --file "$ZIP_PATH" | assistant conversations import --json
The parse-export.ts script parses the ChatGPT ZIP and converts it to the standard import format. The assistant conversations import command reads the JSON from stdin and creates the conversations.
The command returns JSON:
{ "ok": true, "imported": 12, "skipped": 0, "messages": 347 }
Report the results — how many conversations and messages were imported, and any skipped duplicates.