google-tasks
SKILL.md
Google Tasks CLI
gtasks is globally installed at ~/.local/bin/gtasks. Use it via Bash to manage the user's Google Tasks.
Source: ~/Developer/Tools/GoogleTasks/
Reinstall after edits: uv tool install ~/Developer/Tools/GoogleTasks --force
Commands
gtasks lists # Show all task lists
gtasks list [LIST_NAME] # Show tasks in a list (default if omitted)
gtasks list [LIST_NAME] --all # Include completed tasks
gtasks add "TITLE" [-l LIST] [-n NOTES] [-d YYYY-MM-DD] # Create a task
gtasks update TASK_ID [-l LIST] [-t TITLE] [-n NOTES] [-d YYYY-MM-DD] # Update a task
gtasks complete TASK_ID [TASK_ID...] [-l LIST] # Mark task(s) done
gtasks delete TASK_ID [TASK_ID...] [-l LIST] [--yes] # Delete task(s)
gtasks clear [-l LIST] [--yes] # Remove all completed tasks
Task Lists
⏰ Urgent🎯 Important🎉 Fun✅ To-Do ListOld Google Keep reminders
Usage Notes
- Always run
gtasks listfirst to get task IDs before updating/completing/deleting. - List names with emoji must be quoted:
gtasks list "⏰ Urgent" - Multiple task IDs can be passed to
completeanddelete. - Always confirm with the user before deleting tasks.
- The
--yesflag skips confirmation prompts (use only when user explicitly says to skip).
Weekly Installs
1
Repository
clearsmog/claude-skillsGitHub Stars
2
First Seen
8 days ago
Security Audits
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1