google-tasks
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
More from clearsmog/claude-skills
typst
Syntax guide and ecosystem reference for writing Typst (.typ) files. Use this skill when writing, editing, or debugging Typst documents. Covers core syntax, common errors, packages, and best practices.
11image-search
Search the web for images (photos, logos, graphics) and download them with Typst embedding code. Use when the user needs real-world images, company logos, or existing graphics for documents.
3compile
Compile any supported file type. Detects format (.typ, .qmd, .py) and runs appropriate build command.
2qa
Adversarial quality audit loop. Critic finds issues, fixer applies fixes, loops until APPROVED (max 5 rounds). Works with any document format.
2learn
|
2deploy
Render and deploy documents to output directory for hosting. Supports Quarto slides and Typst PDFs.
2