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 instructions/phamviet86/google-task-mcp/agents-mdgit clone --depth 1 https://github.com/phamviet86/google-task-mcpWrote 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/instructions/phamviet86/google-task-mcp/agents-md)<a href="https://agentmods.dev/instructions/phamviet86/google-task-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/phamviet86/google-task-mcp/agents-md.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.1 | $0.00598 | $0.00598 |
| Opus 5 | $0.00299 | $0.00299 |
| Sonnet 5 | $0.00120 | $0.00120 |
| Haiku 4.5 | $0.00060 | $0.00060 |
Grade A, and why
google-task-mcp AGENTS.md 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 yesterday.
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 — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent contract
This repository is a local, stdio-only MCP server for one authenticated Google Tasks account. Keep
the repository name google-task-mcp, the console commands google-tasks-mcp and
google-tasks-mcp-auth, and the unique distribution name phamviet-google-tasks-mcp distinct.
Operating rules
- Never read, create, commit, print, or request OAuth client secrets, authorization codes, refresh
tokens, token files, real task content, or unredacted client configuration during ordinary work.
A live authenticated read is allowed only when a maintainer explicitly authorizes it and provides a
dedicated non-production Google account containing only test data. Otherwise do not invoke a
Google tool and record the authenticated-read check as
NOT_VERIFIED. - Treat Google Tasks as external user data. In a maintainer-authorized interaction, read before
modifying when context matters; ask for explicit user confirmation before
delete_task_list,delete_task, orclear_completed_tasks. - Do not represent MCP initialization or tool discovery as an authentication test. Discovery works without credentials; a real tool call requires a valid token.
- Preserve stdio-only operation. Do not add a listener, database, background service, sync job, or webhook without an explicit architecture decision.
- Use absolute executable and token paths in client examples. Keep local tokens outside the checkout.
- macOS and Linux are the current supported release platforms. Do not claim Windows support until permission handling and end-to-end operation are verified.
Change contract
When behavior changes, keep README.md, README.vi.md, docs/release-deployment.md, and tests in
sync with the runtime schema. Preserve the 14-tool public contract unless a versioned compatibility
decision explicitly changes it. Maintain the difference between omitted update fields and explicit
null for clearing notes or due.
Before proposing a release, follow the release and deployment guide, run the configured format, lint, type, and test checks; build the artifact; install it in a clean dedicated virtual environment; and run the machine-actionable verifiers:
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.
- yesterday First seen · 47 lines · 598 tokens per session scan A 40b43a49ed5b
google-task-mcp AGENTS.md is an instructions file published in the GitHub repository phamviet86/google-task-mcp (0 stars, last pushed 4d ago), licensed MIT. It adds 598 tokens to every session, about $0.0030 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-04.
Other instructions, from other repositories
caracal console-example-naming.instructions.md
Use when writing, editing, or reviewing web console help, info pages, field examples, guided setup copy, or example-facing web console UI text. Enforces the approved Caracal demo naming universe.
gomaa CLAUDE.md
Claude Code instructions for M4F-S/gomaa, covering 🎯 agent operational directives & execution protocol, role & objective, core rules and execution protocol.
gws-connector AGENTS.md
AGENTS.md instructions for orieg/gws-connector, covering agents.md, what this project is, build, test, lint, codebase map and conventions.
fable-method AGENTS.md
Instructions for ardhaecosystem/fable-method, covering agents.md - the fable method, triviality gate (run first), fit gate (run next, before step 0), step 0 - classify the ask and step 1 - define done.
hermes-codex-operator AGENTS.md
Instructions for AlekseiUL/hermes-codex-operator, a project described as: A local-first operator that turns plain-language ideas into tracked, verified Codex work—planned by Hermes, executed by Codex, and explained back to you.
portable-agent-skills AGENTS.md
Instructions for ch1109/portable-agent-skills: Read CONTRIBUTING.md before changing a Skill.