Files
claude-code/skills/gtasks/SKILL.md
OpenCode Test 7e563bd334 Add /tasks skill for Google Tasks
- New gtasks skill with thin wrapper around morning-report collector
- Register /tasks command with /todo, /todos aliases
- Design doc at docs/plans/2026-01-05-gtasks-skill-design.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 13:15:15 -08:00

1018 B

name, description, allowed-tools
name description allowed-tools
gtasks Google Tasks read access — list pending tasks. Use when asked about tasks, todos, or what needs to be done.
Bash
Read

Google Tasks Skill

List pending Google Tasks. Uses OAuth credentials at ~/.gmail-mcp/.

Quick Commands

GMAIL_PY=~/.claude/mcp/gmail/venv/bin/python
SCRIPTS=~/.claude/skills/gtasks/scripts

# List tasks (default 10)
$GMAIL_PY $SCRIPTS/list.py

# Show more tasks
$GMAIL_PY $SCRIPTS/list.py 20

Script Reference

Script Purpose Args
list.py List pending tasks [max] (default 10)

Request Routing

User Request Script
"What are my tasks?" list.py
"Show my todos" list.py
"/tasks" list.py

Output Format

6 pending
  • 5:00 PM - Dinner at Lecosho
  • 3:00 PM - Snack at Le Panier
  • 2:00 PM - Coffee at QED

Policy

  • Read-only operations only
  • Summarize results, don't dump raw data