vellum-conversation-management

star 695

Manage conversation threads (rename, list, export, wipe)

vellum-ai By vellum-ai schedule Updated 6/3/2026

name: vellum-conversation-management description: Manage conversation threads (rename, list, export, wipe) compatibility: "Designed for Vellum personal assistants" metadata: emoji: "💬" vellum: category: "productivity" display-name: "Conversations"


Tools for managing conversation threads via the assistant conversations CLI.

Renaming

Rename the current conversation thread when:

  • The topic has shifted significantly from the original title
  • The auto-generated title is generic or unhelpful
  • The user explicitly asks to rename the thread

Keep titles concise (under 60 characters) and descriptive of the current topic.

assistant conversations rename <conversationId> "<new title>"

Listing

List all conversations with their IDs and titles:

assistant conversations list

Exporting

Export a conversation as markdown or JSON:

assistant conversations export [conversationId] [--format md|json] [-o file]

Wiping

Wipe a conversation and revert all memory changes it made:

assistant conversations wipe <conversationId> [--yes]
Install via CLI
npx skills add https://github.com/vellum-ai/vellum-assistant --skill vellum-conversation-management
Repository Details
star Stars 695
call_split Forks 102
navigation Branch main
article Path SKILL.md
More from Creator