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 naveedharri/benai-skills --skill agentic-os-obsidiangit clone --depth 1 https://github.com/naveedharri/benai-skillsWrote 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/naveedharri/benai-skills/agentic-os-obsidian)<a href="https://agentmods.dev/skills/naveedharri/benai-skills/agentic-os-obsidian"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/agentic-os-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/naveedharri/benai-skills/agentic-os-obsidian"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/agentic-os-obsidian.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Supply Chain · line 361 Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
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.00154 | $0.05387 |
| Opus 5 | $0.00077 | $0.02694 |
| Sonnet 5 | $0.00031 | $0.01077 |
| Haiku 4.5 | $0.00015 | $0.00539 |
Grade A, and why
agentic-os-obsidian scanned grade A with 1 finding 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Do not auto-fetch latest plugin versions at install time — bundled versions are pinned. To refresh, re-run the curl commands. How it starts
The opening of the file, as written. The whole thing — 381 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agentic OS — Obsidian vault
Installs a configurable command-center dashboard inside an existing Obsidian vault. Bundles and side-loads 5 plugins (Dataview, CustomJS, Shell-commands, Terminal, Homepage). Home + per-profile + Vault Overview pages, KPI cards, sparklines, heatmap, task rollup, recent-files lists, and a button bar wired to user-defined Claude prompts via the Shell-commands plugin. All 5 required plugins are bundled and auto-enabled — the user only has to restart Obsidian. Markdown-based, no servers.
Looking for a real web app with live API integrations and a Railway URL instead? That's the standalone route — use the
agentic-os-standaloneskill.
What gets installed
{vault}/
├── Dashboard/
│ ├── Home.md # Team-wide dashboard
│ ├── Vault-Overview.md # Top-level vault health view
│ ├── {Profile}.md # One per configured profile
│ ├── Setup.md # In-vault setup reference
│ ├── CLAUDE.md # AI routing rules for this folder
│ ├── components/dashboard.js # The renderer (CONFIG substituted)
│ └── lib/frappe-charts.min.js
└── .obsidian/
├── snippets/command-center.css # Brand-styled CSS (enabled)
├── plugins/dataview/ # Side-loaded, enabled
├── plugins/customjs/ # Side-loaded, enabled
├── plugins/obsidian-shellcommands/ # Side-loaded, enabled, aliases pre-registered
├── plugins/terminal/ # Side-loaded, enabled, "Claude" profile configured
├── plugins/homepage/ # Side-loaded, enabled, points to Dashboard/Home
├── community-plugins.json # Union'd with the 5 plugin IDs
└── appearance.json # CSS snippet enabled
Pre-flight checks
test -d .obsidian && echo "vault confirmed" || (echo "NOT A VAULT — cd into your Obsidian vault first" && exit 1)
test -d Dashboard && echo "DASHBOARD EXISTS — ask user before overwriting"
If Dashboard/ exists, ask: cancel / install into Dashboard-new/ / overwrite (require explicit "yes overwrite").
What ships with it
23 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.
- references/obsidian/claude-md-template.md 2.8 KB
- references/obsidian/command-center.css 38 KB
- references/obsidian/dashboard-template.js 195 KB runs code
- references/obsidian/frappe-charts.min.js 67 KB runs code
- references/obsidian/home-template.md 220 B
- references/obsidian/plugins/customjs/main.js 578 KB runs code
- references/obsidian/plugins/customjs/manifest.json 285 B
- references/obsidian/plugins/customjs/styles.css 69 B
- references/obsidian/plugins/dataview/main.js 2322 KB runs code
- references/obsidian/plugins/dataview/manifest.json 357 B
- references/obsidian/plugins/dataview/styles.css 2.9 KB
- references/obsidian/plugins/homepage/main.js 58 KB runs code
- references/obsidian/plugins/homepage/manifest.json 344 B
- references/obsidian/plugins/homepage/styles.css 4.2 KB
- references/obsidian/plugins/obsidian-shellcommands/main.js 3136 KB runs code
- references/obsidian/plugins/obsidian-shellcommands/manifest.json 517 B
- references/obsidian/plugins/obsidian-shellcommands/styles.css 10 KB
- references/obsidian/plugins/terminal/main.js 2493 KB runs code
- references/obsidian/plugins/terminal/manifest.json 413 B
- references/obsidian/plugins/terminal/styles.css 5.6 KB
- references/obsidian/profile-template.md 281 B
- references/obsidian/setup-template.md 4.3 KB
- references/obsidian/vault-overview-template.md 232 B
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.
- 12d ago First seen · 381 lines · 154 tokens per session scan A 69421f9ac431
agentic-os-obsidian is a skill published in the GitHub repository naveedharri/benai-skills (61 stars, last pushed 8d ago), licensed MIT. It adds 154 tokens to every session and 5,387 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
daily-briefing
Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…
career-portfolio
A portfolio-building skill for Korean job seekers that organizes projects and explains their work for development, design, marketing, and planning roles.
marketing-meta-ads-manager
A skill that manages Facebook and Instagram advertising through Meta’s official connector using natural-language instructions.
hr-operations
A skill for designing remote-work and team-operation policies. It covers flexible work, asynchronous communication, collaboration tools, productivity tracking, and employee experience.
collab-conflict
A guide for handling difficult workplace colleagues and recurring communication conflicts.
collab-feedback-loop
A guide for giving and receiving workplace feedback about specific actions and their effects.