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-capturegit 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-capture)<a href="https://agentmods.dev/skills/szaffarano/org-mcp-server/org-capture"><img src="https://agentmods.dev/badge/skills/szaffarano/org-mcp-server/org-capture/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-capture"><img src="https://agentmods.dev/badge/skills/szaffarano/org-mcp-server/org-capture.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.00097 | $0.00756 |
| Opus 5 | $0.00048 | $0.00378 |
| Sonnet 5 | $0.00019 | $0.00151 |
| Haiku 4.5 | $0.00010 | $0.00076 |
Grade A, and why
org-capture 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 9d 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 — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Org Capture
Append new headings and notes to org files using the mcp__org__org-capture tool.
Tool — mcp__org__org-capture
Required:
title: Heading text. Non-empty, no newlines.
Targeting (where to insert):
file: Relative path within the org directory. Defaults to the configured notes file.target_heading: Slash-separated path to insert under (e.g."Projects/Work"). Missing intermediate headings are created automatically.
Heading metadata:
level: Heading depth (1–19). Defaults toparent_level + 1whentarget_headingis set, else 1.todo_state: Keyword matchingorg_todo_keywordsconfig (e.g."TODO","DONE").priority:"A","B", or"C".tags: List of tag strings. Each must match^[A-Za-z0-9_@]+$.body: Text placed beneath the heading.properties: List of{key, value}pairs written into a property drawer.
Timestamps (ISO YYYY-MM-DD or YYYY-MM-DD HH:MM, optional repeater/warning):
scheduled: SCHEDULED active timestamp.deadline: DEADLINE active timestamp.closed: CLOSED inactive timestamp.- Repeater syntax:
+N,++N, or.+Nfollowed byh|d|w|m|y. - Warning syntax:
-Nfollowed byh|d|w|m|y.
Datetree (Year/Month/Day hierarchy):
datetree: true: Expandtarget_headingwith a Year → Month → Day tree before resolving, placing the entry under today's leaf.datetree_date: Override the target day (YYYY-MM-DD). Only valid whendatetreeis true.
Common patterns
| Goal | Key parameters |
|---|---|
| Quick TODO | title, todo_state: "TODO" |
| Scheduled task | title, todo_state, scheduled |
| Journal entry today | datetree: true, title, body |
| Journal entry specific day | datetree: true, datetree_date: "YYYY-MM-DD", title |
| Note under a heading | target_heading: "Area/Subarea", title, body |
| Note in specific file | file: "relative/path.org", title |
| Tagged note | title, tags: ["tag1", "tag2"] |
| Note with properties | title, properties: [{"key": "SOURCE", "value": "..."}] |
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.
- 9d ago First seen · 64 lines · 97 tokens per session scan A 1ac31e61306c
org-capture is a skill published in the GitHub repository szaffarano/org-mcp-server (42 stars, last pushed 3d ago), licensed MIT. It adds 97 tokens to every session and 756 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
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.
knowledge-ingest
Use when indexing docs portals where Axon Chrome rendering, capture-time automation scripts, or host browser-assisted URL discovery are needed.
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.
pptx
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…