turnstile-obsidian-graph

turnstile-obsidian-graph is a skill for Claude Code from febradc-github/turnstile. It costs 41 tokens per session (527 once invoked), scanned A, original, MIT.

A command that opens the turnstile folder as a vault in Obsidian, a note-taking app, so its linked notes can be viewed as a graph.

In plain words
What is it for?
Use it to browse item notes, designs, specifications, decisions, architecture notes, and other linked material in turnstile/.
Why use it?
It saves the manual work of opening the right vault and finding the graph view for connected project notes.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the turnstile plugin — 24 skills, 23 commands, 5 agents, 3 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/febradc-github/turnstile/turnstile-obsidian-graph
Any agent
npx skills add febradc-github/turnstile --skill turnstile-obsidian-graph
Clone the repo
git clone --depth 1 https://github.com/febradc-github/turnstile

Made for: Claude Code.

Or install turnstile, the plugin that ships this one along with the rest of its 24 skills, 23 commands, 5 agents, 3 hooks, 1 MCP server.

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 turnstile-obsidian-graph

README.md
[![agentmods](https://agentmods.dev/badge/skills/febradc-github/turnstile/turnstile-obsidian-graph.svg)](https://agentmods.dev/skills/febradc-github/turnstile/turnstile-obsidian-graph)
Your own site
<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>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 527 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00041 $0.00527
Opus 5 $0.00020 $0.00264
Sonnet 5 $0.00008 $0.00105
Haiku 4.5 $0.00004 $0.00053

Measured 5d ago against content hash 98de00ba58be, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

skills/turnstile-obsidian-graph/SKILL.md · 28 lines

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

  1. 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, since obsidian://open?path= only works for registered vaults.
  2. Report by result:
    • opened: true — Obsidian is opening the vault; tell the user to press graphHotkey (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"; relay registration (and message if present), and suggest opening the folder once via Obsidian's own "Open folder as vault".
    • vaultConfigured: false — additionally suggest running /turnstile:install-obsidian so the vault opens with graph view, backlinks, and tags enabled.
    • reason: "no-turnstile-dir" — no turnstile/ here; suggest /turnstile:refine or another turnstile command first.
    • reason: "unsupported-platform" — show the uri so the user can open it manually.
    • reason: "opener-failed" — show message verbatim; if Obsidian isn't installed, suggest /turnstile:install-obsidian.

Error handling

Never retry a failed open; surface the JSON reason/message and stop.

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. 5d ago First seen · 28 lines · 41 tokens per session scan A 98de00ba58be

Subscribe to this mod's changes

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.

Related

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…

cbrock84/headcount · 73 tokens

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…

cbrock84/headcount · 93 tokens

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…

cbrock84/headcount · 69 tokens

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.

gaelic-ghost/socket · 69 tokens

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…

gaelic-ghost/socket · 93 tokens

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.

protonium-labs/axiomcore-plugin · 60 tokens