gtasks

gtasks is a skill for Claude Code, Codex from naoterumaker/openclaw-gog-skills. It costs 77 tokens per session (1,342 once invoked), scanned A, original, MIT.

A command-line task tool for managing Google Tasks, Google’s simple to-do list service. It can work with task lists and the tasks inside them.

In plain words
What is it for?
Use it to create, list, view, update, complete, and delete tasks and task lists, including tasks with notes or due dates.
Why use it?
It lets an agent manage to-dos from the command line instead of requiring manual changes in the Google Tasks interface.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create, list, view, update, complete, and delete tasks and task lists, including tasks with notes or due dates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/naoterumaker/openclaw-gog-skills/gtasks
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add naoterumaker/openclaw-gog-skills --skill gtasks
Clone the repo
git clone --depth 1 https://github.com/naoterumaker/openclaw-gog-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gtasks

README.md
[![agentmods](https://agentmods.dev/badge/skills/naoterumaker/openclaw-gog-skills/gtasks/github.svg)](https://agentmods.dev/skills/naoterumaker/openclaw-gog-skills/gtasks)
Your own site
<a href="https://agentmods.dev/skills/naoterumaker/openclaw-gog-skills/gtasks"><img src="https://agentmods.dev/badge/skills/naoterumaker/openclaw-gog-skills/gtasks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gtasks

Your own site · 80×15
<a href="https://agentmods.dev/skills/naoterumaker/openclaw-gog-skills/gtasks"><img src="https://agentmods.dev/badge/skills/naoterumaker/openclaw-gog-skills/gtasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,342 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.01342
Opus 5 $0.00039 $0.00671
Sonnet 5 $0.00015 $0.00268
Haiku 4.5 $0.00008 $0.00134

Measured 12d ago against content hash 95cac9d9d6cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

gtasks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

gtasks/SKILL.md · 247 lines

How it starts

The opening of the file, as written. The whole thing — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Google Tasks 操作スキル (gog v0.10.0)

gog CLI でGoogle Tasksを操作する。

実行パス: gog

認証アカウント: (gogで認証したアカウント)

Execution Notes

  • exec ツールで実行時、timeout: 60 を指定

タスクリスト管理

タスクリスト一覧

gog tasks lists list
gog tasks lists list --json

タスクリスト作成

gog tasks lists create --title "新しいリスト"

タスクリスト削除

gog tasks lists delete <tasklistId>

タスク一覧

リスト内のタスク取得

gog tasks list <tasklistId>
gog tasks list <tasklistId> --max 20

完了済み含めて取得

gog tasks list <tasklistId> --show-completed

期限付きタスクのみ

gog tasks list <tasklistId> --due-min "2026-02-01" --due-max "2026-02-28"

タスク追加

基本

gog tasks add <tasklistId> --title "やること"

詳細付き

gog tasks add <tasklistId> \
  --title "報告書を作成" \
  --notes "月次報告書\n- 売上データ\n- 顧客分析"

期限付き

gog tasks add <tasklistId> \
  --title "請求書送付" \
  --due "2026-02-15"

フルオプション

gog tasks add <tasklistId> \
  --title "プロジェクト計画書作成" \
  --notes "第1四半期の計画をまとめる" \
  --due "2026-02-20"

タスク詳細取得

gog tasks get <tasklistId> <taskId>

タスク更新

タイトル変更

gog tasks update <tasklistId> <taskId> --title "新しいタイトル"

メモ追加

gog tasks update <tasklistId> <taskId> --notes "追加メモ"

期限変更

gog tasks update <tasklistId> <taskId> --due "2026-02-28"

タスク完了

完了にする

gog tasks done <tasklistId> <taskId>

未完了に戻す

gog tasks undo <tasklistId> <taskId>

タスク削除

単一削除

gog tasks delete <tasklistId> <taskId>

完了済みをすべてクリア

gog tasks clear <tasklistId>

追加オプション一覧

オプション 説明
--title タスクタイトル
--notes メモ・詳細
--due 期限(YYYY-MM-DD形式)

一覧オプション

オプション 説明
--max N 最大N件
--show-completed 完了済みも表示
--due-min 期限開始日
--due-max 期限終了日

出力オプション

オプション 説明
--json JSON出力
--plain TSV出力

Read the full file on GitHub · 247 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 247 lines · 77 tokens per session scan A 95cac9d9d6cc

Subscribe to this mod's changes

gtasks is a skill published in the GitHub repository naoterumaker/openclaw-gog-skills (4 stars, last pushed 6mo ago), licensed MIT. It adds 77 tokens to every session and 1,342 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories