| name | thread-management |
| description | Manage chat threads — create, list, switch, delete, and search conversations. Use when users want to organize their chats. |
| allowed-tools | ["Bash"] |
Thread Management Skill
Manage Alma chat threads via the alma CLI.
Commands
alma threads [limit]
alma thread info <thread-id>
alma thread create <title> [--model providerId:modelName]
alma thread delete <thread-id>
alma thread messages <thread-id> [--limit 20]
alma thread switch <thread-id>
curl -s "http://localhost:23001/api/threads/search?q=QUERY&limit=10"
Tips
- Use
alma threads for a quick overview
- Use
alma thread switch <id> to switch the current Telegram/Discord chat to a different thread (the ALMA_THREAD_ID env is automatically set)
- When creating threads for the user, give them descriptive titles
- Always confirm before deleting threads