google-tasks

google-tasks is a skill for Claude Code, Codex from phamviet86/google-task-mcp. It costs 25 tokens per session (497 once invoked), scanned A, original, MIT.

A workflow for reading and changing a user's Google Tasks through a configured local service. It supports task lists and tasks, including creating, editing, completing, moving, reopening, and deleting them.

In plain words
What is it for?
Use it to list task lists, inspect tasks, create or update items, mark them complete, reopen or move them, and remove tasks or completed items when authorized.
Why use it?
It reduces accidental changes by reading current items first, asking for confirmation where needed, and checking the result again after an uncertain write.

Skill for Claude CodeCodex

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

Good fit Use it to list task lists, inspect tasks, create or update items, mark them complete, reopen or move them, and remove tasks or completed items when authorized.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/phamviet86/google-task-mcp/google-tasks
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 phamviet86/google-task-mcp --skill google-tasks
Clone the repo
git clone --depth 1 https://github.com/phamviet86/google-task-mcp

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 google-tasks

README.md
[![agentmods](https://agentmods.dev/badge/skills/phamviet86/google-task-mcp/google-tasks/github.svg)](https://agentmods.dev/skills/phamviet86/google-task-mcp/google-tasks)
Your own site
<a href="https://agentmods.dev/skills/phamviet86/google-task-mcp/google-tasks"><img src="https://agentmods.dev/badge/skills/phamviet86/google-task-mcp/google-tasks/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 google-tasks

Your own site · 80×15
<a href="https://agentmods.dev/skills/phamviet86/google-task-mcp/google-tasks"><img src="https://agentmods.dev/badge/skills/phamviet86/google-task-mcp/google-tasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 497 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.00025 $0.00497
Opus 5 $0.00013 $0.00249
Sonnet 5 $0.00005 $0.00099
Haiku 4.5 $0.00003 $0.00050

Measured today against content hash 9ce8c1b1f124, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-14, from the pricing page.

Security

Grade A, and why

google-tasks 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 today.

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.

src/google_tasks_mcp/skills/google-tasks/SKILL.md · 40 lines

How it starts

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

Google Tasks MCP usage

Use the configured local google-tasks-mcp server to work with the user's Google Tasks. It exposes exactly 14 tools: list_task_lists, get_task_list, create_task_list, update_task_list, delete_task_list, list_tasks, get_task, create_task, update_task, complete_task, reopen_task, move_task, delete_task, and clear_completed_tasks.

Work safely

Resolve a human-readable task-list name with list_task_lists, then read the list or task before changing an existing resource when current state matters. Use the returned IDs. After an uncertain write result or API error, re-read the affected resource before retrying; do not blindly repeat a write.

Creating a list or task is additive and has a non-destructive annotation, but still needs the user's request. Renaming, updating, moving, completing, and reopening affect existing user data; treat their conservative destructive-risk annotations as a prompt to confirm the intended target and outcome. The user's exact authorization for that named action is sufficient to perform it. For delete_task_list, delete_task, or clear_completed_tasks, require explicit authorization for the named target and then provide confirm: true; reuse exact existing authorization in the current request, otherwise ask. Clearing completed tasks hides completed tasks through Google's clear operation; it is not a substitute for a general deletion preview.

Preserve patch intent

For update_task, omit every field the user wants left unchanged. Send explicit null only to clear notes or due; null for title or status is invalid. A due value may be YYYY-MM-DD or RFC 3339, but Google Tasks retains only the date. Use complete_task and reopen_task for clear status intent rather than combining unrelated updates.

Use list_tasks pagination and filters deliberately. To inspect completed tasks as shown in Google's first-party clients, request both show_completed: true and show_hidden: true. Keep task titles and notes within the server's validation limits, and never request or expose OAuth credentials while handling task work.

Read the full file on GitHub · 40 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. today First seen · 40 lines · 25 tokens per session scan A 9ce8c1b1f124

Subscribe to this mod's changes

google-tasks is a skill published in the GitHub repository phamviet86/google-task-mcp (0 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 497 once invoked, about $0.0001 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-09-14.