org-update-todo

org-update-todo is a skill for Claude Code from szaffarano/org-mcp-server. It costs 102 tokens per session (1,029 once invoked), scanned A, original, MIT.

A tool for changing the status and planning details of an existing task in Org mode, a plain-text task and notes format. It can update fields such as TODO state, priority, tags, scheduled date, deadline, and closed date.

In plain words
What is it for?
Use it to mark tasks done, reopen them, change priorities or tags, and set or update scheduled dates and deadlines.
Why use it?
It avoids manually editing task headings and reduces mistakes when keeping project plans current.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the org-mcp-server plugin — 4 skills shipped together

Good fit Use it to mark tasks done, reopen them, change priorities or tags, and set or update scheduled dates and deadlines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/szaffarano/org-mcp-server/org-update-todo
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 szaffarano/org-mcp-server --skill org-update-todo
Clone the repo
git clone --depth 1 https://github.com/szaffarano/org-mcp-server

Made for: Claude Code.

Or install org-mcp-server, the plugin that ships this one along with the rest of its 4 skills.

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 org-update-todo

README.md
[![agentmods](https://agentmods.dev/badge/skills/szaffarano/org-mcp-server/org-update-todo/github.svg)](https://agentmods.dev/skills/szaffarano/org-mcp-server/org-update-todo)
Your own site
<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.

agentmods 80×15 button for org-update-todo

Your own site · 80×15
<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>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,029 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00102 $0.01029
Opus 5 $0.00051 $0.00515
Sonnet 5 $0.00020 $0.00206
Haiku 4.5 $0.00010 $0.00103

Measured 12d ago against content hash 133bf8e489dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/org-update-todo/SKILL.md · 82 lines

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 matching org_todo_keywords (e.g. "TODO", "DONE"). CLOSED is auto-stamped on done transitions and auto-removed on reactivation unless org_auto_closed_timestamp is 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 .+N followed by h|d|w|m|y.

  • Warning syntax: -N followed by h|d|w|m|y.

  • title: Replace the heading title. Non-empty, no newlines.

  • body: Replace the entire body text. Pass empty string or clear: ["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 both properties and remove_properties.

Clearing fields:

  • clear: List of field names to remove entirely. Valid values: "todo_state", "priority", "tags", "scheduled", "deadline", "closed", "body".

Read the full file on GitHub · 82 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. 12d ago First seen · 82 lines · 102 tokens per session scan A 133bf8e489dd

Subscribe to this mod's changes

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.