GTasks includes an embedded Agent Skill for teaching compatible AI agents how to use gtasks effectively.
The gtasks-cli skill contains command references, examples, and workflow guidance for Google Tasks management. You can install it directly with gtasks skills install.
Use the built-in skill management commands:
gtasks skills status
gtasks skills install
gtasks skills install --agent codex
gtasks skills uninstall --agent codex
Supported install targets:
claude -> ~/.claude/skills/gtasks-cli/codex -> ~/.agents/skills/gtasks-cli/openclaw -> ~/.openclaw/skills/gtasks-cli/gtasks skills install copies the embedded skill files into the selected agent’s skill directory so they are available in future sessions.
For contributors, the canonical skill files are located in the internal/skills/assets/gtasks-cli/ directory of the repository.
The primary instruction file contains:
Additional documentation for advanced usage:
If you’re using Claude Code, install the skill first:
gtasks skills install --agent claude
After installation, Claude can discover and load the skill automatically when relevant.
Other agents can use the installed skill if they support the Agent Skills specification or scan compatible skill directories.
Before AI agents can use gtasks, ensure:
export GTASKS_CLIENT_ID="your-client-id.apps.googleusercontent.com"
export GTASKS_CLIENT_SECRET="your-client-secret"
gtasks loginThe AI agent will check these prerequisites and guide you through setup if needed.
Once the skill is loaded, you can ask your AI agent:
For Users:
For AI Agents:
To improve the AI skills:
internal/skills/assets/gtasks-cli/gtasks commandsgtasks skills status and at least one install flowSee the canonical skill directory for contribution guidance and examples.