org-capture

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

A skill for adding headings and notes to Org-mode files, a plain-text format for outlines, tasks, and journals. It can place entries under a chosen heading and attach statuses, priorities, tags, properties, and dates.

In plain words
What is it for?
Use it to add tasks, notes, journal entries, ideas, or dated items to an Org-based notes system.
Why use it?
It provides a consistent way to capture information in existing Org files without manually maintaining their outline structure.

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 add tasks, notes, journal entries, ideas, or dated items to an Org-based notes system.

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

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

agentmods 80×15 button for org-capture

Your own site · 80×15
<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>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 756 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.00097 $0.00756
Opus 5 $0.00048 $0.00378
Sonnet 5 $0.00019 $0.00151
Haiku 4.5 $0.00010 $0.00076

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

Security

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.

skills/org-capture/SKILL.md · 64 lines

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 to parent_level + 1 when target_heading is set, else 1.
  • todo_state: Keyword matching org_todo_keywords config (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 .+N followed by h|d|w|m|y.
  • Warning syntax: -N followed by h|d|w|m|y.

Datetree (Year/Month/Day hierarchy):

  • datetree: true: Expand target_heading with 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 when datetree is 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": "..."}]

Read the full file on GitHub · 64 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. 9d ago First seen · 64 lines · 97 tokens per session scan A 1ac31e61306c

Subscribe to this mod's changes

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.