Obsidian Skills
🚀 Description
kepano/obsidian-skills — a bundle of agent skills from kepano (Steph Ango, Obsidian’s CEO) that teach any skills-compatible agent — Claude Code, Codex, OpenCode — to work natively with Obsidian and its open formats. Follows the Agent Skills specification.
Directly relevant to this vault: this Brain is an Obsidian vault driven by a coding agent, and these skills are exactly the primitives that agent uses.
đź§© The five skills
| Skill | What it does |
|---|---|
obsidian-markdown | Create/edit Obsidian Flavored Markdown — wikilinks, embeds, callouts, properties |
obsidian-bases | Create/edit Obsidian Bases (.base) — views, filters, formulas, summaries |
json-canvas | Create/edit JSON Canvas files (.canvas) — nodes, edges, groups |
obsidian-cli | Drive vaults via the Obsidian CLI, incl. plugin/theme dev |
defuddle | Extract clean markdown from web pages via Defuddle, stripping clutter to save tokens |
đź§© Install
- Marketplace —
/plugin marketplace add kepano/obsidian-skillsthen/plugin install obsidian@obsidian-skills - npx skills —
npx skills add https://github.com/kepano/obsidian-skills - Manual — drop the repo into
.claude/(Claude Code), copyskills/into~/.codex/skills(Codex), or clone the full repo into~/.opencode/skills/(OpenCode auto-discovers everySKILL.md)
Reasoning for
Canonical, format-owner-authored skills for the exact stack this brain runs on. obsidian-bases and json-canvas are the notable ones — teaching an agent Bases (.base) and Canvas (.canvas) unlocks structured views and visual maps the agent otherwise can’t touch. defuddle is a lightweight web-clip cleaner (a leaner cousin of Firecrawl for the ingest step). Worth wiring into the vault’s own skill set.
Alternatives considered
- Second Brain Design / Building an AI Second Brain — the methodology; obsidian-skills is the low-level toolkit those systems can build on
- Hand-written per-vault skills (like this repo’s
.claude/skills) — bespoke to one taxonomy; obsidian-skills covers format mechanics - Firecrawl — heavier scraping API vs
defuddle’s local single-page cleaner
đź”— Links
- Repo: https://github.com/kepano/obsidian-skills
- Author: kepano (Steph Ango) — Obsidian CEO
- Agent Skills spec: https://agentskills.io/specification
đź”— Related notes
- Obsidian — the app these skills target; this vault’s foundation
- Agent Skills — the skill packaging standard
- Awesome Agent Skills — curated skill directory
- Karpathy Skills — another notable skill collection
- Second Brain Design — PKM system these primitives feed into
- Brain — this agent-run Obsidian vault
Template: tool