Summary

An announcement that Obsidian’s creator (kepano) released an open Agent Skills system — not a plugin — teaching Claude Code, Codex, and OpenCode to read, write, and reason inside an Obsidian vault like a power user, reaching 27,000 GitHub stars in days. Shipped components: obsidian-markdown (wikilinks, embeds, callouts, properties), obsidian-bases (.base files with views/filters/formulas), json-canvas (.canvas files), obsidian-cli (vault control, plugin/theme dev from terminal), and defuddle (strips web pages to clean Markdown). Install via npx skills add github.com/kepano/obsidian-skills; built on the open Agent Skills spec, MIT licensed and free.

這則貼文宣布 Obsidian 創作者 kepano 發布了一套開放的 Agent Skills 系統(非外掛),教 Claude Code、Codex 與 OpenCode 像高手般在 Obsidian vault 內讀寫與推理,數日內獲得 27,000 個 GitHub stars。內含元件:obsidian-markdown(wikilinks、嵌入、callouts、properties)、obsidian-bases(.base 檔)、json-canvas(.canvas 檔)、obsidian-cli(終端控制 vault、開發外掛與主題)、defuddle(將網頁清理為乾淨 Markdown)。以 npx skills add github.com/kepano/obsidian-skills 一行安裝,基於開放 Agent Skills 規範,採 MIT 授權且免費。

Key Points

  • Official Obsidian-flavored Agent Skills, not a plugin or integration; 27k GitHub stars in days.
  • Components: obsidian-markdown, obsidian-bases, json-canvas, obsidian-cli, defuddle.
  • One-line install (npx skills add ...); connects to Claude Code, Codex, or OpenCode.
  • Agent natively understands wikilinks, callouts, canvases — not a generic text-paster.
  • Built on the open Agent Skills spec, MIT license, free forever.

Insights

This is the official, first-party version of the very architecture several other clippings describe DIY (Teresa Torres’ Obsidian + Claude Code setup, the bot_vault repo itself). By teaching the agent Obsidian’s native primitives — wikilinks, callouts, .base, .canvas — it removes the lossy “paste text into files” step and makes the vault a true agent substrate. The defuddle component (web → clean Markdown) is directly relevant to clip/analyze pipelines that burn tokens on page clutter. The marketing-heavy tone warrants discounting the claims, but the underlying release is concrete and verifiable.

Connections

Raw Excerpt

Your second brain now has an agent inside it that understands how Obsidian actually works. Not a generic AI that pastes text into files.