一键导入
thread-management
Manage chat threads — create, list, inspect, delete, and search conversations. Use when users want to organize chats or open a specific thread.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage chat threads — create, list, inspect, delete, and search conversations. Use when users want to organize chats or open a specific thread.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
当agent因maxIterations中断时,恢复 Task Working Memory 并继续执行未完成的任务。用户说"继续"时自动触发。
Enter a planning-first workflow with structured steps, checkpoints, and explicit approval before execution.
Schedule recurring work, reminders, and periodic checks through the Aliceloop daemon cron service.
Planned Alice-native selfie workflow for self-portraits, local album management, and future face-reference generation support.
Track durable Task Working Memory across sessions with the local Aliceloop tracked-task CLI.
Extract content from Twitter/X links, x.com links, twitter.com links, and tweet URLs, or use OpenCLI for logged-in Twitter/X actions such as search, profile reads, timeline reads, bookmarks, notifications, and lightweight interactions.
| 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"] |
Manage Aliceloop chat threads via the aliceloop CLI.
# List recent threads
aliceloop threads [limit]
# Show thread details
aliceloop thread info <id>
# Create a new thread
aliceloop thread new [title]
# Delete a thread
aliceloop thread delete <id>
# Search across threads
aliceloop thread search <query>
aliceloop threads for a quick overviewaliceloop thread search <query> before aliceloop thread info <id>thread switch command; if the user wants a different thread, identify it first and then operate on that thread explicitly