From sundial-org-awesome-openclaw-skills-4
Manages tasks (lists, due dates, planning, notes) by translating natural language into CLI commands via tasker_cmd. Supports add, move, complete, and weekly views.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route task-related requests to `tasker_cmd` (raw args only, no leading `tasker`).
Route task-related requests to tasker_cmd (raw args only, no leading tasker).
/task ..., pass the args through unchanged.--stdout-json/--stdout-ndjson unless explicitly requested.--format telegram. Use --all only when done/archived are explicitly requested.skills/task-slash/.| (space-pipe-space), prefer --text "<title | details | due 2026-01-23>" so the CLI can parse details/due/tags. Only split on explicit | to avoid corrupting titles.|.resolve "<query>" (uses smart fallback; --match search includes notes/body), then act by ID if there is exactly one match. Never show IDs in human output.note add <selector...> -- <text...> to avoid ambiguity; without --, tasker will attempt to infer the split.Common mappings:
tasks --open --format telegram (today + overdue)week --days 7 --format telegramtasks --project Work --format telegramboard --project <name> --format telegramadd "<task>" --today [--project <name>] --format telegramadd --text "<task> | <details>" --format telegramcapture "<text>" --format telegramconfig shownpx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Manages todo.txt tasks via the topydo CLI. Add, complete, prioritize, tag, and organize tasks with dependencies, due dates, recurrence, and projects. Activates on any task management, todo list, or todo.txt mention.
Provides CRUD operations for Todoist tasks, projects, sections, labels, and comments via the td CLI. Requires confirmation before destructive actions. Activate when user wants to read, create, update, or delete Todoist data.
Manages tasks using a shared TASKS.md file. Automatically reads, adds, completes, and organizes tasks when asked. Also sets up a visual dashboard.