Управление Google Tasks через CLI
★ 7.4 · productivity
gog-tasks is a Claude Code skill that manages Google Tasks through the gog CLI, supporting reading, creating, updating, completing, and deleting tasks. It exposes ten commands — add, clear, delete, done, get, list, lists, raw, undo, and update — and requires an explicit account selection via the --account flag. Safety flags include --readonly to prevent mutations, --dry-run to preview writes, and --no-input for non-interactive automation; all Google API responses are returned as JSON using --wrap-untrusted. The raw command dumps the Tasks API response losslessly, making it ideal for scripting and LLM consumption. Developers and DevOps engineers can use this skill to automate Google Workspace task management directly inside agentic workflows or CI pipelines.
- #google-tasks
- #google-workspace
- #cli
- #automation
- #task-management