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 agentmods add skills/ripemangobox/bite/rf-obsidian-markdownnpx skills add RipeMangoBox/BITE --skill rf-obsidian-markdowngit clone --depth 1 https://github.com/RipeMangoBox/BITEWrote 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/ripemangobox/bite/rf-obsidian-markdown)<a href="https://agentmods.dev/skills/ripemangobox/bite/rf-obsidian-markdown"><img src="https://agentmods.dev/badge/skills/ripemangobox/bite/rf-obsidian-markdown.svg" alt="Measured on agentmods" 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.00078 | $0.01673 |
| Opus 5 | $0.00039 | $0.00837 |
| Sonnet 5 | $0.00016 | $0.00335 |
| Haiku 4.5 | $0.00008 | $0.00167 |
Grade A, and why
rf-obsidian-markdown 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 6d 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 — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian Markdown — BITE Convention
All .md files generated by BITE skills must follow Obsidian Flavored Markdown.
This skill covers only Obsidian-specific extensions; standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge.
It governs local/generated Markdown output only; it does not define canonical
research data.
Core Rules
- Internal links — use
[[wikilinks]]for anything inside the vault. Reserve[text](url)for external URLs only. - No raw HTML — Obsidian renders Markdown; HTML tags break reading view and graph indexing.
- Frontmatter — every note starts with valid YAML between
---fences. - Embeds — use
![[path]]for PDFs, images, and note transclusions. - Callouts — use
> [!type]syntax for highlighted blocks. - Tables — never put aliased wikilinks such as
[[full/path|abbr]]in Markdown table cells. The pipe breaks table parsing; use plain display text in the cell and place full wikilinks in surrounding prose or frontmatter. - Image captions — escape Obsidian reserved
<characters in figure/table captions as\<, for example\<MASK>or\< 0.05.
Internal Links (Wikilinks)
[[Note Name]] Link to note
[[Note Name|Display Text]] Custom display text
[[Note Name#Heading]] Link to heading
[[Note Name#^block-id]] Link to block
[[#Heading in same note]] Same-note heading link
When linking to obsidian-vault/analysis notes from other notes, use the full relative path:
[[analysis/Category/Venue_Year/Year_Title|Display Title]]
Embeds
![[image.png]] Embed image
![[image.png|300]] Embed image with width
![[document.pdf]] Embed PDF
![[document.pdf#page=3]] Embed PDF at page
![[Note Name]] Transclude entire note
![[Note Name#Heading]] Transclude section
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 192 lines · 78 tokens per session scan A 96a3a0dab3b3
rf-obsidian-markdown is a skill published in the GitHub repository RipeMangoBox/BITE (60 stars, last pushed 23d ago), licensed MIT. It adds 78 tokens to every session and 1,673 once invoked, about $0.0004 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
results-report
This skill should be used when the user asks to "write an experiment report", "summarize experimental results", "do experiment retrospection", "write a results report", "写实验总结报告", "写实验复盘", or mentions turning completed experiment artifacts into a structured, decision-oriented research report. It assumes strict…
compile-wiki
Merge source summaries into durable concept pages with backlinks, index entries, and explicit open questions.
ingest-sources
Review newly ingested raw sources and draft or update source summary notes in notes/Sources/.
qa-agent
Answer questions from the vault, then file durable insights back into the knowledge base.
research-workflow
Manage resumable research runs under research/ and coordinate the collect, review, report, import, and archive steps.
lint-heal
Scan the vault for contradictions, unsupported claims, structural weaknesses, and missing pages, then repair what is safe.