원클릭으로
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.