gtasks
Google Tasks,
in your terminal.
Manage Google Tasks from the terminal. View, add, complete, and delete tasks with one command. Works with Claude Code, Codex, and other AI agents.
One command. Done.
View, add, complete, delete. No browser tab, no context switch. Just your terminal.
AI agents speak gtasks
Ships with skill files for Claude Code, Codex, and OpenClaw. Your agent can manage tasks without extra setup.
Real Google Tasks sync
Official API. Changes appear in Gmail, Calendar, and the mobile app the moment you run the command.
Layered config
Flags beat env vars beat config file. TOML, YAML, or JSON — use whatever fits your workflow.
Single binary
No runtime. No deps. macOS, Linux, Windows. curl-install or go install — done in 10 seconds.
Keyring auth
OAuth2 + PKCE. Token lives in macOS Keychain, Linux Secret Service, or Windows Credential Manager.
Let your agent
handle the list
gtasks embeds skill files for Claude Code, Codex, and OpenClaw. Install once, then ask in plain English.
-
01
Install gtasks and run
gtasks login -
02
Run
gtasks skills installto register the skill - 03 Ask Claude: "add deploy v2 to Work list, due Friday"
- 04 Agent runs the command. Task syncs to Google.
Up in 60 seconds.
# installs to ~/.local/bin curl -fsSL https://gtasks.sidv.dev/install | bash # custom location INSTALL_DIR=/usr/local/bin curl -fsSL https://gtasks.sidv.dev/install | bash
# requires Go 1.21+
go install github.com/BRO3886/gtasks@latest
# download the tarball for your platform from GitHub Releases # e.g. gtasks_mac_arm64_vX.Y.Z.tar.gz, then: tar -xzf gtasks_*.tar.gz mv gtasks ~/.local/bin/ gtasks --version
Common questions.
What is gtasks?
How do I install it?
curl -fsSL https://gtasks.sidv.dev/install | bash. Also available via go install github.com/BRO3886/gtasks@latest or as a binary from GitHub Releases.How does authentication work?
gtasks login. A browser opens for Google OAuth2 (PKCE flow). Your token goes into the system keyring — macOS Keychain, Linux Secret Service, Windows Credential Manager. Nothing written to plaintext.macOS, Linux, Windows?
How do AI agents use gtasks?
gtasks skills install (Claude Code), gtasks skills install --agent codex (Codex), or gtasks skills install --agent openclaw (OpenClaw). The embedded skill file teaches the agent every command. After that, just ask in plain English.