بنقرة واحدة
tasks
Track durable Task Working Memory across sessions with the local Aliceloop tracked-task CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Track durable Task Working Memory across sessions with the local Aliceloop tracked-task CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage chat threads — create, list, inspect, delete, and search conversations. Use when users want to organize chats or open a specific thread.
当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.
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 | tasks |
| description | Track durable Task Working Memory across sessions with the local Aliceloop tracked-task CLI. |
| allowed-tools | ["bash"] |
Use this skill for the Task Working Memory layer: current goal, steps, progress, blockers, and work that should survive across turns and sessions.
aliceloop tasks list
aliceloop tasks add "Title" --steps "Step 1,Step 2,Step 3"
aliceloop tasks update TASK_ID --status in_progress
aliceloop tasks update TASK_ID --step 2 --status done
aliceloop tasks done TASK_ID
aliceloop tasks show TASK_ID
aliceloop tasks delete TASK_ID
--steps when you want checklist-style progress.tasks update --step N --status done marks a single checklist item complete.continue is the companion skill for resuming an interrupted turn.tasks done marks the task finished and checks any remaining steps.