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 aaronnat23/disp8ch --skill obsidiangit clone --depth 1 https://github.com/aaronnat23/disp8chWrote 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/aaronnat23/disp8ch/obsidian)<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/obsidian"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/obsidian/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/aaronnat23/disp8ch/obsidian"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/obsidian.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.00000 | $0.00272 |
| Opus 5 | $0.00000 | $0.00136 |
| Sonnet 5 | $0.00000 | $0.00054 |
| Haiku 4.5 | $0.00000 | $0.00027 |
Grade A, and why
obsidian 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 5d 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
Obsidian
Read, write, and search an Obsidian vault using the local REST API plugin or direct file access.
- Local REST API plugin (preferred when enabled): use
http_requesttohttp://127.0.0.1:27123withAuthorization: Bearer <OBSIDIAN_API_KEY>.- List files:
GET /vault/— returns directory tree - Read a note:
GET /vault/{path}— returns Markdown content - Create/update a note:
PUT /vault/{path}with raw Markdown body - Search:
POST /search/simple/?query={query}&contextLength=100
- List files:
- Direct file access (fallback): use
read_file/write_fileon the vault directory path configured in settings. - When writing notes, follow the vault's existing frontmatter convention. Preserve existing YAML frontmatter when updating.
- Use
[[wikilinks]]syntax for internal links. Use#tagsfor categorization. - Store vault path and frequently accessed note paths in memory for reuse.
- For daily notes: write to
Daily Notes/YYYY-MM-DD.mdusing the date-time node for the current date. - Always append to existing notes rather than overwriting unless explicitly replacing content.
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.
- 5d ago First seen · 16 lines · 0 tokens per session scan A d1587160a346
obsidian is a skill published in the GitHub repository aaronnat23/disp8ch (100 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 272 tokens. 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-03.
Other skills, from other repositories
dws
A command-line guide for DingTalk, a workplace platform with chat, documents, calendars, approvals, tasks, and other business tools.
tmeet-skill
A command-line tool for Tencent Meeting, a video-conferencing service. It covers sign-in, meetings, recordings, transcripts, reports, invitations, and controls during a meeting.
agent-initialization
Initialize an Agent's settings from a user requirement by writing AGENTS.md, setting identity metadata, and installing only needed Skills.
co-mail-and-drive
Read and send mail from the user's own Gmail or Outlook account, safely stage Gmail draft attachments, send from the agent's own address, manage Outlook contacts, and work with Google Drive files — with co gmail, co outlook, co email, and co gdrive. Use when the user asks about their inbox, an email or draft they want…
dashboard
Update the agent's Control Center. Use when the user says "update my Control Center", "update my dashboard", "redesign my home", or "/dashboard".
co-google
Route Google account work to Gmail, Drive, Calendar, and YouTube CLI commands using one locally saved login.