vellum-conversation-management

Manage assistant conversation threads via CLI with rename, list, export, and wipe operations.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill vellum-conversation-management-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vellum-conversation-management
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/vellum-conversation-management
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill vellum-conversation-management-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You need to manage growing assistant conversation history—fix confusing thread names, back up or share transcripts, and remove conversations while rolling back the memory changes they made.

Core Features & Use Cases

  • Rename threads: Update a conversation title when the topic has changed or the auto-generated name is vague.
  • List conversations: View conversation IDs alongside their current titles so you can target the right thread.
  • Export for sharing or records: Export a conversation as Markdown or JSON for documentation or downstream processing.
  • Wipe with memory reversion: Delete a conversation and revert memory changes it made to restore a cleaner state.

Quick Start

Ask the assistant to list your conversations and identify the one you want to back up, then export it to JSON.

Frequently Asked Questions about vellum-conversation-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export assistant conversation threads to Markdown or JSON?

You can export assistant conversation threads to Markdown or JSON by using the assistant conversations CLI. This requires specifying the target conversationId and selecting your desired output format to generate audit-friendly records for documentation or downstream processing.

How do I rename an assistant conversation thread with a CLI?

To rename an assistant conversation thread, use the CLI and provide the explicit conversationId along with the new title. This updates the conversation name when the topic has changed or the auto-generated name is too vague for clear identification.

What does wiping a conversation do to assistant memory?

Wiping a conversation deletes the thread and reverts memory changes it made. This safe cleanup process restores a cleaner state by rolling back any memory modifications applied during the conversation.

How do I list conversation IDs and titles for assistant thread management?

You can list conversation IDs and their current titles by asking the assistant to display your conversations. This allows you to identify and target the correct thread before performing rename, export, or wipe operations.

Do I need a conversationId to wipe or export an assistant thread?

Yes, an explicit conversationId is required to rename, export, or wipe assistant conversation threads. You must first list your conversations to retrieve the correct ID before executing any thread management or cleanup operations.

What is the best way to clean up assistant conversations and revert memory changes?

The best way to clean up assistant conversations is using the wipe function via the CLI. It safely deletes the targeted conversationId and performs a memory rollback to revert any state changes made during that session.