org-agenda

org-agenda is a skill for Claude Code from szaffarano/org-mcp-server. It costs 120 tokens per session (783 once invoked), scanned A, original, MIT.

A tool for viewing and managing org-mode agendas, tasks, deadlines, and scheduled items. Org-mode is a plain-text system for keeping structured notes and to-do lists.

In plain words
What is it for?
Use it to view today's or upcoming agenda, find open or completed tasks, and filter items by dates, priority, or tags.
Why use it?
It makes date-based planning and open-task searches easier without manually scanning files.

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 view today's or upcoming agenda, find open or completed tasks, and filter items by dates, priority, or tags.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/szaffarano/org-mcp-server/org-agenda
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-agenda
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-agenda

README.md
[![agentmods](https://agentmods.dev/badge/skills/szaffarano/org-mcp-server/org-agenda/github.svg)](https://agentmods.dev/skills/szaffarano/org-mcp-server/org-agenda)
Your own site
<a href="https://agentmods.dev/skills/szaffarano/org-mcp-server/org-agenda"><img src="https://agentmods.dev/badge/skills/szaffarano/org-mcp-server/org-agenda/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-agenda

Your own site · 80×15
<a href="https://agentmods.dev/skills/szaffarano/org-mcp-server/org-agenda"><img src="https://agentmods.dev/badge/skills/szaffarano/org-mcp-server/org-agenda.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 783 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.00120 $0.00783
Opus 5 $0.00060 $0.00392
Sonnet 5 $0.00024 $0.00157
Haiku 4.5 $0.00012 $0.00078

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

Security

Grade A, and why

org-agenda 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 11d 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-agenda/SKILL.md · 72 lines

How it starts

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

Org Agenda

View and manage org-mode agenda items using the @org MCP server.

Tool — mcp__org__org-agenda

Query agenda items with filtering and two display modes.

Parameters:

  • mode: "view" (calendar-like, organized by date) or "list" (flat task list, default)
  • start_date / end_date: ISO 8601 (YYYY-MM-DD). Compute from relative terms.
  • todo_states: e.g. ["TODO"], ["DONE"], ["TODO", "IN_PROGRESS"]
  • priority: "A", "B", or "C"
  • tags: e.g. ["work", "urgent"]
  • limit: Max items to return

When to use each mode:

  • "view" — Date-range queries (today, tomorrow, this week, last month, etc.)
  • "list" — Broad task listings without a specific date range (all TODOs, all done items)

Common patterns:

Request Parameters
Today's agenda mode: "view", both dates = today
Tomorrow mode: "view", both dates = tomorrow
This week mode: "view", start = Monday, end = Sunday
Next week mode: "view", start = next Monday, end = next Sunday
Last week mode: "view", start = prev Monday, end = prev Sunday
All open tasks mode: "list", todo_states: ["TODO"]
Done items mode: "list", todo_states: ["DONE"]
High priority add priority: "A" to any query
Tagged items add tags: ["tag"] to any query

Priority filter caveat

priority filtering only works in "list" mode. It is silently ignored in "view" mode — use "list" mode and add a date-range filter manually when you need both.

Resources

Use ReadMcpResourceTool with server: "org" for quick snapshots without filtering:

URI Content
org-agenda:// All agenda items
org-agenda://today Today's scheduled items
org-agenda://week This week's items
org-agenda://day/{YYYY-MM-DD} Agenda for a specific day
org-agenda://week/{N} Agenda for week number N
org-agenda://month/{N} Agenda for month number N
org-agenda://query/from/{YYYY-MM-DD}/to/{YYYY-MM-DD} Custom date range

Read the full file on GitHub · 72 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. 11d ago First seen · 72 lines · 120 tokens per session scan A 13a203eea98b

Subscribe to this mod's changes

org-agenda is a skill published in the GitHub repository szaffarano/org-mcp-server (42 stars, last pushed today), licensed MIT. It adds 120 tokens to every session and 783 once invoked, about $0.0006 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

omh-rust

This is a Hermes-native rust workflow skill.

rlaope/oh-my-hermes · 69 tokens

harbor

Run Terminal-Bench or any Harbor dataset with Ante as the agent, using the Harbor adapter in the ante repo's ante-harbor/ directory. Use when the user wants to benchmark Ante on Harbor or reproduce Ante's published eval results.

AntigmaLabs/ante · 51 tokens

sivtr-memory

Retrieve shared local work memory: terminal activity, AI conversation history, prior decisions, validation evidence, debugging trails, recaps, and handoff context. Use before asking the user to repeat local work context.

Ariestar/sivtr · 46 tokens

bifrost

A command-line assistant for managing Bifrost, a local proxy that can inspect and modify network traffic, and for sending messages through configured Feishu or Weixin bots.

bifrost-proxy/bifrost · 174 tokens

umg-mcp-authoring

Use when Codex needs to create, edit, inspect, validate, or demo UE5.8 UMG interfaces through Unreal Motion Graphics MCP/FabUmgMcp, especially target/default workflows, widget tree authoring, HLSL-backed UI materials, Sequencer widget animations, Blueprint event wiring, readback validation, or operation-trace demo…

winyunq/UnrealMotionGraphicsMCP · 79 tokens

umg-material-mcp

Use when Codex needs to create, inspect, edit, delete, or validate UE5.8 material assets through Unreal Motion Graphics MCP/FabUmgMcp HLSL material tools, especially one-HLSL Custom-node authoring, UI-default versus non-UI material type selection, union-only writes, semantic outputs, hlsldelete recovery, or Material…

winyunq/UnrealMotionGraphicsMCP · 84 tokens