assistant-migration

Featured

Migrate from ChatGPT, Claude, OpenClaw, Hermes, Manus, and other AI assistants into Vellum by inspecting their data exports, conversation archives, files, prompts, custom instructions, memory, saved memories, tools, GPTs, workflows, integrations, and relationships, then mapping as much as safely possible into Vellum primitives. Handles single-source and multi-source migrations with a unified, deduplicated inventory.

AI & Automation 1,231 stars 174 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Assistant Migration Help the creator migrate from another AI assistant into Vellum. Preserve as much of the source assistant as can be understood safely. Non-Vellum systems (OpenClaw, Hermes, Manus, and others) evolve quickly, so never assume their internals follow a fixed schema: inspect the actual source artifacts in front of you and map them into Vellum primitives. The bundled memory parsers in `scripts/` follow the same rule; they introspect whatever artifact they are given instead of hardcoding a layout, and everything they emit is a review candidate, never a finished import. ## Core Posture - Migrate internals opportunistically: prompts, memory exports, skill definitions, tool manifests, schedules, app code, workflow docs, MCP configs, browser/computer-use preferences, and integration metadata can often be preserved. - Do not pretend opaque runtime state is portable. If a file, database row, binary blob, or generated artifact cannot be confidently understood, mark it for review or rebuild. - Never import secrets from chat, logs, config dumps, browser profiles, or exported files. Secrets must be reconnected through Vellum's credential vault, OAuth flows, or setup skills. - Do not write new ad-hoc scripts that encode assumptions about another assistant's private filesystem or database schema. For memory extraction, use the bundled parsers in `scripts/`: they avoid schema assumptions by design (ZIP entries matched by name/content heuristics, SQLite tables discovered v...

Details

Author
vellum-ai
Repository
vellum-ai/vellum-assistant
Created
7 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-skills-setup

Migrate AI assistant context between IDEs — MCP servers, rules/instructions, skills, slash commands, agents, hooks, and memory. Resolves only the user-specified source/target paths, converts supported formats, previews every change, preserves or backs up existing data according to an explicit strategy, and verifies the result. WHEN TO USE: ONLY when the user explicitly asks to migrate, move, transfer, copy, convert, or sync AI assistant context between IDEs, for example “migrate MCP config”, “move skills from Cursor to Claude”, or “transfer rules from Windsurf to Cursor”. Never write without a reviewed --dry-run and explicit approval. DO NOT ACTIVATE ON: incidental mentions of MCP, skills, rules, or IDE names; format questions; debugging requests; “how do I…” / “what is…” questions; or any prompt that does not explicitly request a cross-IDE migration. When source, target, objects, or scope are unclear, ask before reading configuration.

2 Updated 1 weeks ago
Luckycat133
AI & Automation Featured

vellum-migration-checklist

Validate Vellum Assistant database and workspace migrations. Use when adding, editing, reviewing, or testing migrations, release-note migrations, persisted schemas, workspace file formats, or data backfills.

1,231 Updated today
vellum-ai
AI & Automation Listed

codex-claude-migration

Audit, back up, move, restore, or attach complete Codex Desktop, Codex CLI, and Claude Code workspaces while preserving conversations, archived sessions, project membership, projectless sessions, thread-linked goals, real project roots, settings, skills, agents, AppData, and rollback evidence. Use for AI workspace migration to another disk or computer, portable-drive setup, disaster recovery, sidebar repair after a move, or verified cleanup of retained source backups.

0 Updated 1 months ago
wanghao198822