google-tasks-tool

google-tasks-tool is a skill for Claude Code, Codex from xuiltul/animaworks. It costs 42 tokens per session (720 once invoked), scanned A, original, Apache-2.0.

A command-line connection to Google Tasks, Google's service for personal to-do lists. It can list task lists and tasks, create new lists and tasks, and update task status.

In plain words
What is it for?
Use it to view open or completed tasks, add tasks with notes and due dates, create task lists, or mark items complete.
Why use it?
It keeps task planning available to the agent instead of requiring manual copying between tools.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/xuiltul/animaworks/google-tasks-tool
Any agent
npx skills add xuiltul/animaworks --skill google-tasks-tool
Clone the repo
git clone --depth 1 https://github.com/xuiltul/animaworks

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-tool

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuiltul/animaworks/google-tasks-tool.svg)](https://agentmods.dev/skills/xuiltul/animaworks/google-tasks-tool)
Your own site
<a href="https://agentmods.dev/skills/xuiltul/animaworks/google-tasks-tool"><img src="https://agentmods.dev/badge/skills/xuiltul/animaworks/google-tasks-tool.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 720 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00042 $0.00720
Opus 5 $0.00021 $0.00360
Sonnet 5 $0.00008 $0.00144
Haiku 4.5 $0.00004 $0.00072

Measured 5d ago against content hash 046b9fa892a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

google-tasks-tool 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 5d 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.

templates/en/common_skills/google-tasks-tool/SKILL.md · 92 lines

How it starts

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

Google Tasks Tool

External tool for Google Tasks API: list task lists, list tasks, create tasks.

Invocation via Bash

animaworks-tool google_tasks <subcommand> [args]

Actions

list_tasklists — List task lists

animaworks-tool google_tasks tasklists [-n 50]
Parameter Type Default Description
max_results integer 50 Max results

list_tasks — List tasks in a task list

animaworks-tool google_tasks list <tasklist_id> [-n 50] [--no-completed]
Parameter Type Required Description
tasklist_id string Yes Task list ID
max_results integer 50 Max results
show_completed boolean true Include completed tasks

insert_task — Add a task

animaworks-tool google_tasks add <tasklist_id> "Task title" [--notes notes] [--due datetime]
Parameter Type Required Description
tasklist_id string Yes Task list ID
title string Yes Task title
notes string No Notes
due string No Due date (RFC 3339)

insert_tasklist — Create a task list

animaworks-tool google_tasks new-list "List name"
Parameter Type Required Description
title string Yes List title

update_task — Update a task

Update a task's title, notes, due date, or status (only provided fields are updated).

animaworks-tool google_tasks update <tasklist_id> <task_id> [--title title] [--notes notes] [--due datetime] [--status completed|needsAction]
Parameter Type Required Description
tasklist_id string Yes Task list ID
task_id string Yes Task ID
title string No New title
notes string No Notes
due string No Due date (RFC 3339)
status string No needsAction (incomplete) or completed. At least one of title/notes/due/status required.

Read the full file on GitHub · 92 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. 5d ago First seen · 92 lines · 42 tokens per session scan A 046b9fa892a1

Subscribe to this mod's changes

google-tasks-tool is a skill published in the GitHub repository xuiltul/animaworks (254 stars, last pushed yesterday), licensed Apache-2.0. It adds 42 tokens to every session and 720 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

hive.colony-progress-tracker

Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.

aden-hive/hive · 36 tokens

aspirations-all-blocked

Handles the all-goals-blocked state inside the aspirations loop (phases B0-B7): scans the coordination board, generates constraint-aware aspirations, runs the idle playbook, triggers evolution, kicks off research, performs reflection, and applies exponential backoff. Use whenever the goal selector returns zero…

zkysar1/Claude-Mind · 103 tokens

backlog-report

Generates a complete sprint-planning backlog as copy-pasteable markdown: all aspirations, goals, scores, blockers, and user action items, written to {agent}/BACKLOG.md with a compact terminal summary. Use whenever the user says "show me the backlog", "give me sprint planning material", "what's in the queue", or needs…

zkysar1/Claude-Mind · 101 tokens

c-tasks

Manage tasks across Todoist (todoist-cli), Things 3 (things-cli), and Taskwarrior (task). Detects which tool is installed. Supports adding, listing, completing, and filtering tasks across all three managers.

daxaur/openpaw · 50 tokens

crm-operations

Resolve and safely create/update demo CRM contacts, deals, activity notes and follow-up tasks with revision checks and an atomic audit trail. Use for business-object operations; do not clean spreadsheets, analyze business performance or send customer messages.

Prompthon-IO/agent-systems-handbook · 49 tokens

mupeng-collab

Multi-agent project collaboration. Track progress, coordinate tasks, share context, real-time sync across distributed agents.

mupengi-bot/mupengism · 28 tokens