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-agendagit 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-agenda)<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.
<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>- 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.00120 | $0.00783 |
| Opus 5 | $0.00060 | $0.00392 |
| Sonnet 5 | $0.00024 | $0.00157 |
| Haiku 4.5 | $0.00012 | $0.00078 |
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.
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 |
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.
- 11d ago First seen · 72 lines · 120 tokens per session scan A 13a203eea98b
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.
Other skills, from other repositories
omh-rust
This is a Hermes-native rust workflow skill.
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.
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.
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.
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…
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…