General
threads - Claude MCP Skill
List all conversation threads
SEO Guide: Enhance your AI agent with the threads tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to list all conversation threads... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# List Threads Command
List all available conversation threads with their status and statistics.
## Usage
```bash
/threads [options]
```
## Options
- `--sort [field]`: Sort by `updatedAt`, `createdAt`, or `messageCount` (default: `updatedAt`)
- `--order [asc|desc]`: Sort order (default: `desc`)
- `--tags [tag1,tag2]`: Filter by tags
- `--limit [number]`: Limit the number of results (default: 50)
## Implementation Details for Claude
### â ïž åçœ®æ£æ¥ïŒæé«äŒå
级ïŒ
**åšæ§è¡ä»»äœæäœä¹åïŒå¿
é¡»å
æ£æ¥ `thread-manager` MCP æå¡åšæ¯åŠå¯çšã**
å€ææ¹æ³ïŒæ£æ¥åœåå¯çšçå·¥å
·åè¡šäžæ¯åŠå
å« `mcp__thread-manager__list_threads` å·¥å
·ã
**åŠæ MCP å·¥å
·äžå¯çšïŒå¿
é¡»ç«å³èŸåºä»¥äžé误信æ¯å¹¶åæ¢ïŒäžèŠå°è¯è°çšä»»äœå·¥å
·ïŒ**
```
â thread-manager MCP æå¡åšæªé
眮
åœåé¡¹ç®æªé
眮 thread-manager MCP æå¡åšïŒæ æ³äœ¿çšçº¿çšç®¡çåèœã
ð§ è§£å³æ¹æ¡ïŒ
æ¹æ¡ 1ïŒå
šå±å®è£
ïŒæšèïŒäžæ¬¡é
眮å
šå±å¯çšïŒ
claude mcp add thread-manager -s user -- node <path-to-thread-manager>/dist/index.js
æ¹æ¡ 2ïŒé¡¹ç®çº§å®è£
claude mcp add thread-manager -s project -- node <path-to-thread-manager>/dist/index.js
æ¹æ¡ 3ïŒåæ¢å°å·²é
眮该æå¡ç项ç®ç®åœ
æ·»å åéèŠéå¯ Claude Code äŒè¯æèœçæã
```
**ðŽ éèŠïŒç»å¯¹äžèŠåš MCP äžå¯çšæ¶å°è¯è°çšå·¥å
·ïŒè¿äŒå¯ŒèŽåœä»€å¡äœæ ååºïŒ**
---
### æ£åžžæµçš
When the user invokes `/threads`, call the `thread-manager.list_threads` tool.
**Example:**
If user types: `/threads --sort messageCount`
You call:
```javascript
use_mcp_tool({
server_name: "thread-manager",
tool_name: "list_threads",
arguments: {
sortBy: "messageCount"
}
});
```
**Output Format:**
Please format the output as a **compact table** with the following structure:
```
ç¶æ æ é¢ ID æ¶æ¯ æä»¶ æŽæ°æ¶éŽ
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
â
[åœåçº¿çšæ é¢] [short-id] [n] [n] [æ¶éŽ]
[å
¶ä»çº¿çšæ é¢] [short-id] [n] [n] [æ¶éŽ]
[æè¿°] (åŠææ)
...
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
æ»è®¡: [n] 䞪线çš
```
**æ ŒåŒèŠæ±:**
- åœå掻è·çº¿çšçš â
æ è®°
- ID æŸç€ºå 8 äœç ID
- åŠæçº¿çšææè¿°ïŒåšæ é¢äžæ¹çŒ©è¿æŸç€º
- æ¶æ¯åæŸç€ºæ¶æ¯æ°é
- æä»¶åæŸç€ºæä»¶åæŽæ°é
- æŽæ°æ¶éŽäœ¿çšçžå¯¹æ¶éŽïŒåŠïŒååã3åéåã1å°æ¶åïŒ
- è¡šæ Œäœ¿çš ASCII å笊åé线Signals
Information
- Repository
- peterfei/ai-agent-team
- Author
- peterfei
- Last Sync
- 3/12/2026
- Repo Updated
- 3/10/2026
- Created
- 1/16/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-webkit
Upgrade Bun's Webkit fork to the latest upstream version of Webkit.
browser-use
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
remote-browser
Controls a cloud browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.
code-review
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
Related Guides
Mastering VSCode Extension Development with Claude: A Complete Guide to the TypeScript Extension Dev Skill
Learn how to use the vscode extension dev typescript Claude skill. Complete guide with installation instructions and examples.
Mastering Next.js, React, and TypeScript Development with Claude: A Complete Guide to the "nextjs react typescript" Skill
Learn how to use the nextjs react typescript Claude skill. Complete guide with installation instructions and examples.
Laravel TALL Stack Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the laravel tall stack best practices Claude skill. Complete guide with installation instructions and examples.