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.
npx agentmods add skills/xuiltul/animaworks/google-tasks-toolnpx skills add xuiltul/animaworks --skill google-tasks-toolgit clone --depth 1 https://github.com/xuiltul/animaworksWrote 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.
[](https://agentmods.dev/skills/xuiltul/animaworks/google-tasks-tool)<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>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.
| Model | Per session | Once 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 |
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.
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. |
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.
- 5d ago First seen · 92 lines · 42 tokens per session scan A 046b9fa892a1
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.
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.
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…
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…
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.
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.
mupeng-collab
Multi-agent project collaboration. Track progress, coordinate tasks, share context, real-time sync across distributed agents.