@AISuperDomain: Obsidian users rejoice: Now AI Agents can truly 'learn' how to operate your knowledge base. kepano has open-sourced obsidian-skills, specifically providing Obsidian support for Agents like Claude Code, Codex, OpenCode, etc. Ob…

X AI KOLs Timeline Tools

Summary

kepano has open-sourced obsidian-skills, providing AI Agent skill support for Obsidian knowledge bases, supporting multiple coding agents like Claude Code, Codex, etc., with GitHub reaching over 45K+ Stars.

Obsidian users rejoice: Now AI Agents can truly 'learn' how to operate your knowledge base. kepano has open-sourced obsidian-skills, specifically providing Obsidian skill support for Agents like Claude Code, Codex, OpenCode, etc., and currently, GitHub has over 45K+ Stars. It includes 5 core capabilities: obsidian-markdown: Read and write Obsidian Markdown, Wikilink, Callout, Properties obsidian-bases: Create and edit Bases, filters, formulas, views json-canvas: Generate and modify Canvas, automatically connecting nodes and relationships obsidian-cli: Directly operate Vault, plugins, and themes via CLI defuddle: Clean web page content into clean Markdown, directly storing it in the knowledge base More importantly, it adheres to the Agent Skills standard, not limited to binding with a single model, but can directly integrate with Coding Agents like Claude Code, Codex, OpenCode, etc. If you've always wanted to upgrade Obsidian from a 'note-taking software' to a truly AI Agent-driven personal knowledge base, this project is definitely worth exploring. GitHub:
Original Article
View Cached Full Text

Cached at: 08/14/26, 05:40 PM

Good news for Obsidian users: AI Agents can now truly “learn” how to operate your knowledge base. kepano has open-sourced obsidian-skills, providing Obsidian skill support for agents like Claude Code, Codex, OpenCode, and more. It has already garnered over 45K stars on GitHub.

It includes five core capabilities:

  • obsidian-markdown: Read and write Obsidian Markdown, Wikilinks, Callouts, and Properties
  • obsidian-bases: Create and edit Bases, filters, formulas, and views
  • json-canvas: Generate and modify Canvas, automatically connecting nodes and relationships
  • obsidian-cli: Operate vaults, plugins, and themes directly via CLI
  • defuddle: Clean web page content into pure Markdown and save it directly into the knowledge base

More importantly, it follows the Agent Skills specification, meaning it isn’t locked to a single model—it can integrate directly with Coding Agents like Claude Code, Codex, and OpenCode.

If you’ve been wanting to upgrade Obsidian from a “note-taking app” to a truly AI Agent-driven personal knowledge base, this project is definitely worth exploring.

GitHub: —

kepano/obsidian-skills

Source: https://github.com/kepano/obsidian-skills

Agent Skills for use with Obsidian. These skills follow the Agent Skills specification so they can be used by any skills-compatible agent, including Claude Code, Codex, and Open Code.

Installation

Marketplace

/plugin marketplace add kepano/obsidian-skills
/plugin install obsidian@obsidian-skills

npx skills

npx skills add [email protected]:kepano/obsidian-skills.git

Instead of SSH, if you prefer HTTPS:

npx skills add https://github.com/kepano/obsidian-skills

Manually

Claude Code

Add the contents of this repo to a /.claude folder in the root of your Obsidian vault (or whichever folder you’re using with Claude Code). See more in the official Claude Skills documentation.

Codex

Copy the skills/ directory into your Codex skills path (typically ~/.codex/skills). See the Agent Skills specification for the standard skill format.

OpenCode

Clone the entire repo into the OpenCode skills directory (~/.opencode/skills/):

git clone https://github.com/kepano/obsidian-skills.git ~/.opencode/skills/obsidian-skills

Do not copy only the inner skills/ folder—clone the full repo so the directory structure is ~/.opencode/skills/obsidian-skills/skills/<skill-name>/SKILL.md. OpenCode auto-discovers all SKILL.md files under ~/.opencode/skills/. No changes to opencode.json or any config file are needed. Skills become available after restarting OpenCode.

Skills

SkillDescription
obsidian-markdownCreate and edit Obsidian Flavored Markdown (.md) with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax
obsidian-basesCreate and edit Obsidian Bases (.base) with views, filters, formulas, and summaries
json-canvasCreate and edit JSON Canvas (.canvas) files with nodes, edges, groups, and connections
obsidian-cliInteract with Obsidian vaults via the Obsidian CLI, including plugin and theme development
defuddleExtract clean markdown from web pages using Defuddle, removing clutter to save tokens

Similar Articles

@NFTCPS: Obsidian CEO亲自下场,搞了个obsidian-skills开源项目,让Claude直接操作你的笔记库!!! 3万颗星 简单到离谱: 把代码扔进笔记库的 /.claude 文件夹 完事,Claude就能帮你写、改、查笔记 焦虑点…

X AI KOLs Timeline

Obsidian CEO亲自下场,搞了个obsidian-skills开源项目,让Claude直接操作你的笔记库!!! 3万颗星 简单到离谱: 把代码扔进笔记库的 /.claude 文件夹 完事,Claude就能帮你写、改、查笔记 焦虑点:别人已经用Claude自动整理知识库了,你还在手动复制粘贴?这波不跟进,下个风口又错过。 https://github.com/kepano/obsidian-skills… --- # kepano/obsidian-skills Source: [https://github.com/kepano/obsidian-skills](https://github.com/kepano/obsidian-skills) Agent Skills for use with Obsidian. These skills follow the [Agent Skills specification](https://agentskills.io/specification) so they can be used by any skills-compati

kepano/obsidian-skills

GitHub Trending (daily)

A collection of Agent Skills that let AI coding agents (Claude Code, Codex, Open Code) work with Obsidian vaults, covering markdown, Bases, JSON Canvas, and CLI interactions.

@yunxi0623: https://x.com/yunxi0623/status/2068171252595147166

X AI KOLs Timeline

Introduces how to use Obsidian and Claude Code to build a local AI knowledge base, by creating folder structures, writing CLAUDE.md rule files, and step-by-step importing and organizing materials, to achieve long-term portable personal knowledge management.