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 sohampatwardhan/Agentic-Joplin --skill joplin-capturing-notesgit clone --depth 1 https://github.com/sohampatwardhan/Agentic-JoplinWrote 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/sohampatwardhan/agentic-joplin/joplin-capturing-notes)<a href="https://agentmods.dev/skills/sohampatwardhan/agentic-joplin/joplin-capturing-notes"><img src="https://agentmods.dev/badge/skills/sohampatwardhan/agentic-joplin/joplin-capturing-notes/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/sohampatwardhan/agentic-joplin/joplin-capturing-notes"><img src="https://agentmods.dev/badge/skills/sohampatwardhan/agentic-joplin/joplin-capturing-notes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00041 | $0.00543 |
| Opus 5 | $0.00020 | $0.00271 |
| Sonnet 5 | $0.00008 | $0.00109 |
| Haiku 4.5 | $0.00004 | $0.00054 |
Grade A, and why
joplin-capturing-notes 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 10d 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.
What it actually says
Capturing notes in Joplin
See the using-joplin skill for the connection check and shared conventions (resolve
names to IDs, truncated, delete caution).
Steps
- Find the target notebook. Call
list_notebooksand match the user's intended notebook by title (use the nestedtreeto disambiguate notebooks with the same name under different parents). If it doesn't exist and the user wants it created, callcreate_notebookwith thetitleand an optionalparent_idto nest it. - Choose the format. Default to
markdown. Usehtmlonly when the content is genuinely HTML (e.g. clipped rich content). The body you pass is stored as-is in that format. - Create the note. Call
create_notewithtitle,body,format, andnotebook_id. Capture the returned noteid. - Apply tags (separate step).
create_notedoes not take tags. For each desired tag: ensure it exists vialist_tags(create it withcreate_tagif missing), then attach it withtag_note(note id + tag id). - Report the created note's id and where it landed.
Diagrams
Joplin renders Mermaid natively inside a fenced ```mermaid block in Markdown
notes. Whenever the note includes or would benefit from a diagram (flowchart, sequence,
architecture, gantt, ER, etc.), use the mermaid skill to author and validate it,
then embed the fenced ```mermaid block in the note body. Requirements:
- The note
formatmust bemarkdown(step 2) — Mermaid does not render inhtmlnotes. - Never paste hand-written Mermaid you haven't validated; the
mermaidskill renders it first so the note doesn't display a syntax error to the user.
Notes
- Don't invent a notebook. If the user didn't name one and none is obvious, ask, or fall back to a clearly-named default only if the user approved that.
- For a quick capture with no notebook specified, it's fine to create/append to a dedicated inbox notebook — but say so.
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.
- 10d ago First seen · 43 lines · 41 tokens per session scan A 3b62f28a509e
joplin-capturing-notes is a skill published in the GitHub repository sohampatwardhan/Agentic-Joplin (0 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 543 once invoked, about $0.0002 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-09-01.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.