thread-management
3
总安装量
1
周安装量
#60556
全站排名
安装命令
npx skills add https://github.com/ninehills/skills --skill thread-management
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Thread Management Skill
Manage Alma chat threads via the alma CLI.
Commands
# List recent threads (default 20)
alma threads [limit]
# Show thread details
alma thread info <thread-id>
# Create a new thread
alma thread create <title> [--model providerId:modelName]
# Delete a thread
alma thread delete <thread-id>
# Read thread messages
alma thread messages <thread-id> [--limit 20]
# Switch current chat to a different thread
alma thread switch <thread-id>
# Search across threads (via API)
curl -s "http://localhost:23001/api/threads/search?q=QUERY&limit=10"
Tips
- Use
alma threadsfor 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