| name | thread-management |
| description | Manage chat threads — create, list, inspect, delete, and search conversations. Use when users want to organize chats or open a specific thread. |
| allowed-tools | ["bash","read","write"] |
Thread Management Skill
Manage Aliceloop chat threads via the aliceloop CLI.
Commands
aliceloop threads [limit]
aliceloop thread info <id>
aliceloop thread new [title]
aliceloop thread delete <id>
aliceloop thread search <query>
Tips
- Use
aliceloop threads for a quick overview
- Use
aliceloop thread search <query> before aliceloop thread info <id>
- When creating threads for the user, give them short descriptive titles
- Always confirm before deleting threads
- Never delete the current active thread that is executing this request
- If the user asks to delete all threads, leave the current thread undeleted and only delete the others
- Aliceloop does not currently expose a dedicated
thread switch command; if the user wants a different thread, identify it first and then operate on that thread explicitly