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 setupgit 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/setup)<a href="https://agentmods.dev/skills/naveedharri/benai-skills/setup"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/setup/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/setup"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/setup.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.00093 | $0.11039 |
| Opus 5 | $0.00046 | $0.05520 |
| Sonnet 5 | $0.00019 | $0.02208 |
| Haiku 4.5 | $0.00009 | $0.01104 |
Grade B, and why
setup scanned grade B 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
| `references/settings-json-template.md` | `./.claude/settings.json` | This is a copy
86% identical to local-os-builder — 80 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 803 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Baalda OS — Setup + Onboarding
USE WHEN the user runs /setup or asks to set up their Baalda vault, bootstrap the second brain, initialize the system, or turn a folder of notes into an AI-operated OS.
Baalda notes are plain .md files on disk, so everything this skill builds is just files and
folders — no plugins to install, no import step. The moment you write them, the app indexes them,
and if the vault is synced they appear for every teammate live.
Baalda ground rules (read once, obey throughout)
These are app invariants, not preferences. Breaking them corrupts note identity or the sync state.
- Run from the vault root. The vault root is the folder the user opened in Baalda. Everything below writes relative to it. If the current directory isn't that folder, stop and ask.
.context/is off-limits. Baalda keeps its SQLite index, CRDT store andconfig.jsonin<vault>/.context/. Never read, write, walk, move, index, orgit addit. Same for.git.- Write files, don't shell out to move them. Creating and editing
.mdfiles with normal tools is fully supported — the watcher picks the change up in ~150ms and merges it as a CRDT operation, so an AI edit and a human keystroke coexist instead of clobbering. - Never
mvorrma note that is already synced. A note's identity is adoc_id, not its path. An external move looks like delete + create to the app: the note gets a newdoc_id, and its history, backlinks and share settings do not follow. Rename and move synced notes in the app, or through themove_note/move_foldertools if this session is connected over Baalda's MCP endpoint. During first-time setup on a brand-new vault there is nothing to fork yet, so themkdirs below are safe. - Attachments live in
attachments/. Images and files the user drops into a note land there. Leave that folder alone; it is not part of the note pipeline. - Markdown Baalda understands: YAML frontmatter,
[[wikilinks]](backlinks + graph view are derived from them),#tags, and standard CommonMark. Prefer wikilinks over relative paths so links survive a later move.
What ships with it
35 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/claude-md-context.md 2.1 KB
- references/claude-md-daily.md 1016 B
- references/claude-md-departments.md 642 B
- references/claude-md-intelligence.md 1.4 KB
- references/claude-md-onboarding.md 655 B
- references/claude-md-processes.md 826 B
- references/claude-md-projects.md 1.9 KB
- references/claude-md-resources.md 957 B
- references/claude-md-skills.md 788 B
- references/claude-md-team.md 1.7 KB
- references/claude-md-template-business.md 6.3 KB
- references/claude-md-template.md 5.1 KB
- references/claudeignore-template.md 431 B
- references/context-brand.md 2.1 KB
- references/context-business.md 382 B
- references/context-icp.md 1.3 KB
- references/context-infrastructure.md 523 B
- references/context-market.md 982 B
- references/context-me.md 1.4 KB
- references/context-operator.md 947 B
- references/context-organization.md 745 B
- references/context-pain-points.md 595 B
- references/context-services.md 729 B
- references/context-stakeholders.md 849 B
- references/context-strategy-business.md 2.0 KB
- references/context-strategy.md 1.5 KB
- references/context-team.md 538 B
- references/gitignore-template.md 678 B
- references/settings-json-template.md 15 B
- references/skills-placeholder-linkedin-example.md 408 B
- references/skills-placeholder-linkedin-notes.md 691 B
- references/skills-placeholder-newsletter-example.md 503 B
- references/skills-placeholder-newsletter-strategy.md 597 B
- references/team-profile-template.md 542 B
- references/team-tasks-template.md 339 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.
- 5d ago First seen · 803 lines · 93 tokens per session scan B 8674d4468c5c
setup is a skill published in the GitHub repository naveedharri/benai-skills (61 stars, last pushed 7d ago), licensed MIT. It adds 93 tokens to every session and 11,039 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). It is 86% identical to local-os-builder, differing in 80 lines, and is treated as a copy.
Other skills, from other repositories
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.
collab-meeting
A meeting facilitation aid that helps define the purpose, plan the agenda, guide discussion, record decisions, and assign follow-up actions.