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 tboome33/obsidian-mcp-router --skill template-executegit clone --depth 1 https://github.com/tboome33/obsidian-mcp-routerWrote 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/tboome33/obsidian-mcp-router/template-execute)<a href="https://agentmods.dev/skills/tboome33/obsidian-mcp-router/template-execute"><img src="https://agentmods.dev/badge/skills/tboome33/obsidian-mcp-router/template-execute/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/tboome33/obsidian-mcp-router/template-execute"><img src="https://agentmods.dev/badge/skills/tboome33/obsidian-mcp-router/template-execute.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.00184 | $0.00652 |
| Opus 5 | $0.00092 | $0.00326 |
| Sonnet 5 | $0.00037 | $0.00130 |
| Haiku 4.5 | $0.00018 | $0.00065 |
Grade A, and why
template-execute 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.
What it actually says
template-execute
Call the obsidian-router execute_template MCP tool with arguments parsed from $ARGUMENTS.
Arguments
Required:
name— path to the template file in the vault (e.g.Templates/Daily.md).
Optional:
vault— omit for default.arguments— key/value object exposed inside the template viatp.mcpTools.prompt("key"). Note: directly undertp, NOT undertp.user.createFile— if true, save the rendered output totargetPath.targetPath— path where to save (required whencreateFile: true).
Argument parsing from $ARGUMENTS
- bare path →
nameonly, nocreateFile(preview mode) name=X arguments={"k":"v"} createFile=true targetPath=Y- conversational: "execute Templates/Trade.md with ticker AAPL and create file Trades/AAPL.md" → infer the structure
Pre-requisites
The target vault must have the templater-obsidian plugin enabled. If the tool returns 503 with "Templater plugin is not available", surface that clearly.
Footgun — tp.mcpTools is NOT under tp.user
The obsidian-mcp-router-bridge plugin (which exposes /templates/execute) monkey-patches Templater so tp.mcpTools.prompt("key") returns whatever you put in the arguments map. This is directly under tp, not under tp.user (which is the convention for Templater user scripts) — easy footgun.
When writing a template that will be invoked via this skill, prompt arguments like:
<% tp.mcpTools.prompt("ticker") %>
NOT:
<% tp.user.mcpTools.prompt("ticker") %> <!-- WRONG — returns undefined -->
After execution
- If
createFilewas true: report the rendered content and confirm the file was written attargetPath. - If
createFilewas false: just show the rendered content (preview mode).
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 · 59 lines · 184 tokens per session scan A 555493b1c6c9
template-execute is a skill published in the GitHub repository tboome33/obsidian-mcp-router (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 184 tokens to every session and 652 once invoked, about $0.0009 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-03.
Other skills, from other repositories
google-workspace
Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.
box
Box manages cloud files, sharing, search, and metadata.
google-apps-script
Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…
pdf-tools-workflow
Run bounded, evidence-first PDF work through a separately configured PDF Tools MCP connection. Use for inspecting, comparing, filling, stamping, organizing, preparing for signature, validating, or returning PDFs when the source must remain unchanged and every result must be independently read back. Do not use as…
google-workspace
Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration via gws CLI (googleworkspace/cli). Uses OAuth2 with automatic token refresh via bridge script. Requires gws binary.
setup-vault-types
Use when configuring which document types a vault tracks: after installing ai-brain-starter, when a new kind of note appears (journals, books, meetings, clients, podcasts, travel, WhatsApp/Slack/iMessage exports), when extraction skips files because no extractor matches their type, or to add, list, or remove a custom…