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/febradc-github/turnstile/turnstile-obsidian-graphnpx skills add febradc-github/turnstile --skill turnstile-obsidian-graphgit clone --depth 1 https://github.com/febradc-github/turnstileWrote 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/febradc-github/turnstile/turnstile-obsidian-graph)<a href="https://agentmods.dev/skills/febradc-github/turnstile/turnstile-obsidian-graph"><img src="https://agentmods.dev/badge/skills/febradc-github/turnstile/turnstile-obsidian-graph.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.00041 | $0.00527 |
| Opus 5 | $0.00020 | $0.00264 |
| Sonnet 5 | $0.00008 | $0.00105 |
| Haiku 4.5 | $0.00004 | $0.00053 |
Grade A, and why
turnstile-obsidian-graph 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 Graph
Purpose
Opens the vault in Obsidian so the user can browse all of turnstile/ -- item notes, designs, specs, decisions, architecture, and brain notes -- as a linked graph. Obsidian's URI scheme has no direct "open graph view" action, so this opens the vault and tells the user the graph hotkey.
Process
- Run
node ../../scripts/open-obsidian.js(path relative to this skill's base directory). It prints one JSON line:{opened, uri, vaultConfigured, vaultRegistered, registration, graphHotkey, reason?, message?}. The script registers the vault in Obsidian's global registry before opening, sinceobsidian://open?path=only works for registered vaults. - Report by result:
opened: true— Obsidian is opening the vault; tell the user to pressgraphHotkey(the default "Open graph view" hotkey) once it loads.registration: "added"— the vault was just registered; warn that if Obsidian was already running it may show "Vault not found" once, and restarting Obsidian (or picking the vault from its vault switcher) fixes it.vaultRegistered: false— Obsidian may show "Vault not found"; relayregistration(andmessageif present), and suggest opening the folder once via Obsidian's own "Open folder as vault".vaultConfigured: false— additionally suggest running/turnstile:install-obsidianso the vault opens with graph view, backlinks, and tags enabled.reason: "no-turnstile-dir"— noturnstile/here; suggest/turnstile:refineor another turnstile command first.reason: "unsupported-platform"— show theuriso the user can open it manually.reason: "opener-failed"— showmessageverbatim; if Obsidian isn't installed, suggest/turnstile:install-obsidian.
Error handling
Never retry a failed open; surface the JSON reason/message and stop.
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 · 28 lines · 41 tokens per session scan A 98de00ba58be
turnstile-obsidian-graph is a skill published in the GitHub repository febradc-github/turnstile (1 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 527 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-08-31.
Other skills, from other repositories
service-desk
Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…
collaboration-platform-administration
Administers the email, chat, meeting and file-sharing platform the organization runs on — tenant and domain configuration, mail authentication and routing, phishing and spam controls, shared mailboxes and distribution groups, external sharing and guest access, permission sprawl in file storage, and retention and legal…
onboarding-and-offboarding
Designs the joining and leaving experience — first-day readiness, ramp to productivity, knowledge capture, and clean exits. Use this to design or fix onboarding, shorten time to productivity, structure a leaver process, capture knowledge before someone leaves, or coordinate the access and asset steps around a joiner…
structure-swift-sources
Organize Swift source trees and oversized Swift files by feature, layer, and declaration group; split large files, normalize // MARK: sections, enforce plain-language block-comment file headers, and move TODO and FIXME text into ledger files. Use after format-swift-sources has established a clean formatting baseline.
tips-helpviewer-workflow
Discover local user-guide topics for installed Apple Mac apps through the Tips HelpViewer catalog, with app matching, installed-version capture, result verification, and authoritative fallback routing. Use when Codex needs task-specific help for an installed Apple app, needs to find a menu command through local Help…
ws
Create and run workstations - permanent areas for routine, repeated work (independent of projects). Actions - new WS, new subWS, new area, new routine, run, from project, list, overview. Hierarchy depth (2 or 3 levels) is fixed at creation.