Agent skill
c-tasks
Manage tasks across Todoist (todoist-cli), Things 3 (things-cli), and Taskwarrior (task). Detects which tool is installed. Supports adding, listing, completing, and filtering tasks across all three managers.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-tasks
SKILL.md
This skill supports three task managers. Detect which is available with which todoist-cli things-cli task and use accordingly.
Todoist — todoist-cli
todoist-cli list # List today's tasks
todoist-cli list --project "Work" # Tasks in a project
todoist-cli add "Task name" --due today --priority 2
todoist-cli add "Task" --project "Work" --label "urgent"
todoist-cli complete <task-id>
todoist-cli delete <task-id>
todoist-cli projects # List all projects
todoist-cli search "query"
Things 3 — things-cli
things-cli today # Today's tasks
things-cli list # All tasks
things-cli list --area "Work"
things-cli add "Task name" --when today --tag "urgent"
things-cli add "Task" --project "Project Name" --deadline "2026-03-01"
things-cli complete "Task name"
things-cli projects # List projects
things-cli areas # List areas
Taskwarrior — task
task list # List pending tasks
task next # Highest-priority next task
task add "Task name" due:tomorrow pri:H project:work
task add "Task" +tag1 +tag2
task <id> done # Complete a task
task <id> delete
task <id> modify priority:H
task project:work list # Filter by project
task +OVERDUE list # Overdue tasks
task summary # Project summary
Usage Guidelines
- Check which tool is installed before running commands.
- If multiple are installed, ask the user which they prefer or use the one matching their request context.
- For natural language dates, Todoist and Things handle them natively; Taskwarrior uses
due:YYYY-MM-DDordue:tomorrow.
Notes
- Todoist requires API token configured via
todoist-cli auth. - Things 3 requires macOS and the Things 3 app.
- Taskwarrior stores tasks locally in
~/.task/.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Didn't find tool you were looking for?