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 skills add szaffarano/org-mcp-server --skill org-update-todogit clone --depth 1 https://github.com/szaffarano/org-mcp-serverWrote 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/szaffarano/org-mcp-server/org-update-todo)<a href="https://agentmods.dev/skills/szaffarano/org-mcp-server/org-update-todo"><img src="https://agentmods.dev/badge/skills/szaffarano/org-mcp-server/org-update-todo/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.
<a href="https://agentmods.dev/skills/szaffarano/org-mcp-server/org-update-todo"><img src="https://agentmods.dev/badge/skills/szaffarano/org-mcp-server/org-update-todo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00102 | $0.01029 |
| Opus 5 | $0.00051 | $0.00515 |
| Sonnet 5 | $0.00020 | $0.00206 |
| Haiku 4.5 | $0.00010 | $0.00103 |
Grade A, and why
org-update-todo 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.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Org Update Todo
Update TODO state and planning metadata of existing headings using mcp__org__org-update-todo.
Tool — mcp__org__org-update-todo
Targeting (one of these is required)
By ID (preferred): supply id — the :ID: property value of the heading.
Wins over file/heading_path when both are given.
By location: supply both file (relative path within org directory) and
heading_path (slash-separated path, e.g. "Projects/Work/Task name").
Fields to update (all optional — omit what you don't want to change)
todo_state: New keyword matchingorg_todo_keywords(e.g."TODO","DONE").CLOSEDis auto-stamped on done transitions and auto-removed on reactivation unlessorg_auto_closed_timestampis disabled in config.priority:"A","B", or"C".tags: Replaces the tag list wholesale. Each must match^[A-Za-z0-9_@]+$. Pass an empty list[]to remove all tags.
Timestamps (ISO YYYY-MM-DD or YYYY-MM-DD HH:MM, optional repeater/warning):
-
scheduled: New SCHEDULED active timestamp. -
deadline: New DEADLINE active timestamp. -
closed: New CLOSED inactive timestamp (usually auto-managed; set manually only when overriding auto-close behavior). -
Repeater syntax:
+N,++N, or.+Nfollowed byh|d|w|m|y. -
Warning syntax:
-Nfollowed byh|d|w|m|y. -
title: Replace the heading title. Non-empty, no newlines. -
body: Replace the entire body text. Pass empty string orclear: ["body"]to remove. Setting and clearing in the same call is an error. -
properties: List of{key, value}pairs to upsert into the property drawer. Keys are case-insensitive; new keys are appended, existing keys are updated. -
remove_properties: List of property keys to delete from the drawer. Removing a non-existent key is a no-op. A key must not appear in bothpropertiesandremove_properties.
Clearing fields:
clear: List of field names to remove entirely. Valid values:"todo_state","priority","tags","scheduled","deadline","closed","body".
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.
- 12d ago First seen · 82 lines · 102 tokens per session scan A 133bf8e489dd
org-update-todo is a skill published in the GitHub repository szaffarano/org-mcp-server (42 stars, last pushed yesterday), licensed MIT. It adds 102 tokens to every session and 1,029 once invoked, about $0.0005 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
spec-driven-workflow
Use when starting a non-trivial feature or change — align on WHAT before HOW by recording a proposal, requirement deltas, and a task checklist with the spec tool, then archive to fold the change into the living specs.
tmux-via-mcp
Use the tmux MCP tools to create sessions, shape layouts, run tracked commands, and automate interactive terminals when a real TTY or parallel panes are required.
tmux-buffer-explorer
Explore large tmux buffers via search and bounded slices. Use when buffer data is too large to load at once or needs incremental inspection.
workflows
Route outcome-focused Axon requests only when no more specific bundled workflow skill is already selected.
demo-walkthrough
Use when the user needs a product walkthrough from authorized browser automation, with Axon used for public page scrape/screenshot evidence or captured URLs.
knowledge-ingest
Use when indexing docs portals where Axon Chrome rendering, capture-time automation scripts, or host browser-assisted URL discovery are needed.