skills/linux-tasks/SKILL.md
Manage tasks and todos on Linux using Taskwarrior CLI. Add, list, complete, modify, and delete tasks with projects, tags, priorities, and due dates. Use when a user asks FRIDAY to add a task, list todos, manage projects, or track tasks on Linux.
npx skillsauth add balaraj74/f.r.i.d.a.y linux-tasksInstall 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.
Use task (Taskwarrior) to manage tasks and todos from the terminal. This is a Linux alternative to Things 3 on macOS.
Install Taskwarrior:
sudo apt-get install -y taskwarrior
Initialize on first run:
task
# Press 'yes' to create config
task list
task due:today list
task +OVERDUE list
task due.before:eow list
task project: list
task /search query/ list
task 1 info
task add "Buy groceries"
task add "Submit report" due:tomorrow
task add "Pay rent" due:2026-02-01
task add "Meeting" due:monday
task add "Design mockup" project:Work
task add "Book flights" project:Travel
task add "Urgent fix" priority:H
task add "Nice to have" priority:L
task add "Call dentist" +health +phone
task add "Review PR" +work +code
task add "Prepare presentation" project:Work due:friday priority:H +meeting
task 1 annotate "Remember to include Q4 numbers"
task 1 done
task 1-3 done
task 1 2 5 done
task /groceries/ done
task 1 modify due:tomorrow
task 1 modify project:Personal
task 1 modify priority:H
task 1 modify +urgent +important
task 1 modify -urgent
task 1 edit
task 1 delete
task undo
task projects
task project:Work list
task tags
task +health list
task summary
task calendar
task burndown.daily
task completed
task stats
task add "Morning standup" due:tomorrow recur:daily
task add "Weekly review" due:friday recur:weekly
task add "Pay bills" due:1st recur:monthly
task priority:H status:pending list
task due.before:eow status:pending list
task project:Work due.before:eow list
# Add to ~/.taskrc for shortcuts
alias.in=add +inbox
alias.today=list due:today
alias.week=list due.before:eow
~/.task/.task help for full command reference.~/.taskrc.development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Control VS Code from the terminal. Open files, run commands, manage extensions, use the integrated terminal, interact with Copilot, and automate editor tasks. Use when a user asks FRIDAY to work with VS Code, edit files, or run VS Code commands.
tools
Start voice calls via the FRIDAY voice-call plugin.