thread-management

Manage chat threads — create, list, switch, delete, and search conversations. Use when users want to organize their chats.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "thread-management" with this command: npx skills add ninehills/skills/ninehills-skills-thread-management

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 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

self-reflection

No summary provided by upstream source.

Repository SourceNeeds Review
General

tvscreener

No summary provided by upstream source.

Repository SourceNeeds Review
General

send-file

No summary provided by upstream source.

Repository SourceNeeds Review
General

news-aggregator-skill

No summary provided by upstream source.

Repository SourceNeeds Review