skills/task_board/SKILL.md
# Task Board — Persistent Task Tracking for Open Manus This skill provides a shared task board backed by Redis. Harmony uses it to track delegated work across all agents, and agents use it to report progress and completion. ## When to Use - **Harmony**: Use this whenever you delegate a task to an agent. Add the task to the board, then check the board periodically to follow up. - **Worker Agents**: Use this to update your task status or mark tasks as complete. ## Commands ### Add a new task
npx skillsauth add garrettroi/open-manus skills/task_boardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides a shared task board backed by Redis. Harmony uses it to track delegated work across all agents, and agents use it to report progress and completion.
python3 /app/skills/task_board/task_board.py add \
--title "Create spring wedding promo graphics" \
--assignee "cora" \
--priority high \
--deadline "2026-03-25" \
--details "Need 3 Instagram posts and 1 Facebook cover for Vows & Vinyl spring promo"
python3 /app/skills/task_board/task_board.py update \
--task-id "TASK-001" \
--status "in_progress" \
--notes "Started working on the first Instagram post" \
--by "cora"
python3 /app/skills/task_board/task_board.py complete \
--task-id "TASK-001" \
--result "All 3 Instagram posts and Facebook cover created. Files in shared drive."
# All tasks
python3 /app/skills/task_board/task_board.py list
# Filter by assignee
python3 /app/skills/task_board/task_board.py list --assignee "cora"
# Filter by status
python3 /app/skills/task_board/task_board.py list --status "in_progress"
python3 /app/skills/task_board/task_board.py view --task-id "TASK-001"
python3 /app/skills/task_board/task_board.py summary
This shows: total counts by status, active tasks, workload per agent, overdue items, and blocked tasks.
python3 /app/skills/task_board/task_board.py overdue
python3 /app/skills/task_board/task_board.py delete --task-id "TASK-001"
| Status | Meaning |
|--------|---------|
| pending | Task created but not yet started |
| in_progress | Agent is actively working on it |
| blocked | Agent is stuck and needs help |
| completed | Task is done |
| cancelled | Task was cancelled |
| Priority | When to Use |
|----------|-------------|
| urgent | Needs immediate attention (client-facing, time-sensitive) |
| high | Should be handled today |
| normal | Standard priority, handle in order |
| low | Can wait, handle when free |
add[REQUEST] tagin_progress when startingcompleted when done, or blocked if stucksummary periodically and follows up on stale taskssummary command is designed for Harmony's periodic review--details field so the assignee can work independentlydevelopment
# Voice Sanitizer This skill cleans up text before it is sent to the Text-to-Speech (TTS) engine. It removes technical jargon, code blocks, and long URLs to ensure the agent sounds natural and conversational in voice chat. ## Usage To sanitize text for speech, run the following command in the terminal: ```bash python3 /app/skills/voice_sanitizer/sanitizer.py "Your long, technical text with `code` and https://links.com/long-url" ``` ### Example Output ```text Your long, technical text with a
tools
Professional AI video production workflow. Use when creating videos, short films, commercials, or any video content using AI generation tools.
tools
Secure API key access from the centralized vault. Fetch keys on-demand without storing them in environment variables.
tools
# Task Planner This skill replicates the core functionality of the Manus.im `plan` tool. It allows you to create, manage, and display a structured, multi-phase task plan to guide your execution. ## When to Use Use this skill at the beginning of every complex, multi-step task. Update the plan whenever the user changes requirements or you discover significant new information. Advance the plan when you complete a phase. ## Commands ### Create or Update a Plan ``` /task-planner update --goal "