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 arch3rPro/ark-space --skill obsidian-basesgit clone --depth 1 https://github.com/arch3rPro/ark-spaceWrote 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/arch3rpro/ark-space/obsidian-bases)<a href="https://agentmods.dev/skills/arch3rpro/ark-space/obsidian-bases"><img src="https://agentmods.dev/badge/skills/arch3rpro/ark-space/obsidian-bases.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.00063 | $0.01022 |
| Opus 5 | $0.00032 | $0.00511 |
| Sonnet 5 | $0.00013 | $0.00204 |
| Haiku 4.5 | $0.00006 | $0.00102 |
Grade A, and why
obsidian-bases 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian Bases Skill
Workflow
- Create or open the target
.basefile and keep it valid YAML. - Define scope with the smallest useful
filters. - Prefer existing file metadata and note properties before inventing new schema.
- Add formulas only when the requested view cannot be expressed with raw properties.
- Add one or more views with a clear
orderand optional grouping or summaries. - Validate YAML syntax, formula references, and quoted strings before finishing.
Property Discipline
Prefer Obsidian-native file properties and existing note properties before introducing new frontmatter fields.
- Use
file.name,file.basename,file.folder,file.path,file.ext,file.ctime,file.mtime,file.tags,file.links,file.backlinks,file.embeds, andfile.propertieswhen they satisfy the request. - Prefer
file.hasTag(...),file.inFolder(...), andfile.hasLink(...)for scope filters instead of adding duplicate custom metadata. - Do not add custom properties such as
status,priority,due,category,type,author,pages, orcoverunless the user asks for them, the vault already uses them, or the requested view cannot be built from native metadata. - When custom note properties are needed, keep them minimal and make the Base consume the existing schema rather than inventing extra fields.
Minimal Schema
Base files use the .base extension and contain valid YAML.
filters:
and: []
formulas:
age_days: '(now() - file.ctime).days'
properties:
formula.age_days:
displayName: "Age (days)"
views:
- type: table
name: "All Notes"
order:
- file.name
- formula.age_days
Filters
Use string expressions for simple cases and nested and / or / not objects when the logic needs structure.
filters:
and:
- 'file.ext == "md"'
- file.hasTag("project")
filters:
or:
- file.hasTag("book")
- and:
- file.inFolder("Reading")
- 'status != "done"'
What ships with it
1 file 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.
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.
- 8d ago First seen · 130 lines · 63 tokens per session scan A 1f67292a3b27
obsidian-bases is a skill published in the GitHub repository arch3rPro/ark-space (2 stars, last pushed 12d ago), licensed MIT. It adds 63 tokens to every session and 1,022 once invoked, about $0.0003 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
aql-authoring
This skill should be used when the user asks to "write an AQL query", "optimize an AQL query", "review AQL", or "query openEHR data" — the multi-step authoring/optimization workflow for AQL (Archetype Query Language) over openEHR clinical data. For a one-off explanation of an existing query or a single AQL…
my-adhd-caveman
Self-contained output mode: ADHD actable structure (action first, numbered steps, one next action, one-line progress) plus caveman diction (drop fluff/articles, fragments, fewer tokens). Use when the user says "adhd-caveman", "my-adhd-caveman", or invokes /my-adhd-caveman. Needs no other skills.
ecto-patterns
Ecto patterns — schemas, changesets, queries, migrations, Multi, associations, preloads, upserts. Use when editing Repo calls, Ecto.Query, or schema fields. Skip for Ash.
ggsql
Write ggsql queries — a grammar of graphics for SQL. Use when the user wants to create, modify, or understand a ggsql visualization query.
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…