Skills give your agents new capabilities. Browse the catalog, pick what you need, and install with a single command.
Featured
Manage conversation threads (rename, list, search, export)
Tools for managing conversation threads via the assistant conversations CLI.
Rename the current conversation thread when:
Keep titles concise (under 60 characters) and descriptive of the current topic.
assistant conversations rename <conversationId> "<new title>"
List all conversations with their IDs and titles:
assistant conversations list
Search conversation titles and message content. Quote multi-word terms. Archived conversations are excluded, matching assistant conversations list.
assistant conversations search "project planning"
assistant conversations search flux --limit 5
assistant conversations search "quarterly metrics" --json
Export a conversation as markdown or JSON:
assistant conversations export [conversationId] [--format md|json] [-o file]