plan-mode
Plan Mode Skill
Enter and exit structured planning mode.
Enter Plan Mode
curl -s -X POST http://localhost:23001/api/plan-mode/enter
Response: {"active": true, "since": "2026-01-01T00:00:00.000Z", "message": "Plan mode activated."}
Exit Plan Mode
curl -s -X POST http://localhost:23001/api/plan-mode/exit
Response: {"active": false, "since": null, "message": "Plan mode exited."}
Check Status
curl -s http://localhost:23001/api/plan-mode
When to Use
- Before outlining a complex multi-step solution
- When the user asks you to "plan" or "think through" an approach
- Exit after the plan is finalized and you're ready to execute
More from naohainezha/skill
reactions
React to the user's Telegram message with an emoji. Use when the message evokes a genuine emotional response.
28self-reflection
Daily self-reflection and personal growth. Triggered by heartbeat at end of day. Review the day's experiences, extract lessons, update personality, and write a diary entry.
6voice
Send voice messages (TTS) to the user via Telegram. Use when replying to voice messages or when a voice reply feels natural.
3scheduler
Create, manage, and delete scheduled tasks (cron jobs) and configure heartbeat. Use when users ask for reminders, recurring tasks, daily summaries, periodic checks, or anything time-based. Also manages HEARTBEAT.md for periodic awareness checks.
3thread-management
Manage chat threads — create, list, switch, delete, and search conversations. Use when users want to organize their chats.
3memory-management
Search and manage Alma's memory and conversation history. Use when the user asks about past conversations, personal facts, preferences, or anything that requires recalling information ("你知道我...吗", "我们之前聊过...", "你还记得...", "帮我找之前说的..."). Also used to store new memories and search through archived chat threads.
3