@AISuperDomain: Obsidian 用户有福了:现在 AI Agent 终于能真正“学会”怎么操作你的知识库了。 kepano 开源了 obsidian-skills,专门为 Claude Code、Codex、OpenCode 等 Agent 提供 Ob…
摘要
kepano 开源了 obsidian-skills,为 Obsidian 知识库提供 AI Agent 技能支持,支持 Claude Code、Codex 等多种编码代理,GitHub 已获 45K+ Stars。
查看缓存全文
缓存时间: 2026/08/14 17:40
Obsidian 用户有福了:现在 AI Agent 终于能真正“学会”怎么操作你的知识库了。
kepano 开源了 obsidian-skills,专门为 Claude Code、Codex、OpenCode 等 Agent 提供 Obsidian 技能支持,目前 GitHub 已经 45K+ Stars。
它内置 5 类核心能力:
obsidian-markdown:读写 Obsidian Markdown、Wikilink、Callout、Properties obsidian-bases:创建和编辑 Bases、过滤器、公式、视图 json-canvas:生成和修改 Canvas,自动连接节点和关系 obsidian-cli:直接通过 CLI 操作 Vault、插件和主题 defuddle:把网页正文清洗成干净 Markdown,直接存进知识库
更重要的是,它遵循 Agent Skills 标准,不是只能绑定某一个模型,而是可以直接接入 Claude Code、Codex、OpenCode 等 Coding Agent。
如果你一直想把 Obsidian 从“笔记软件”升级成真正由 AI Agent 驱动的个人知识库,这个项目非常值得折腾。
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 to use 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
| Skill | Description |
|---|---|
| obsidian-markdown | Create and edit Obsidian Flavored Markdown (.md) with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax |
| obsidian-bases | Create and edit Obsidian Bases (.base) with views, filters, formulas, and summaries |
| json-canvas | Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections |
| obsidian-cli | Interact with Obsidian vaults via the Obsidian CLI including plugin and theme development |
| defuddle | Extract clean markdown from web pages using Defuddle, removing clutter to save tokens |
相似文章
@yanhua1010: Obsidian创始人开发的Obsidian技能,包含obsidian-cli、json-canvas和obsidian-markdown等多个技能,仓库地址:https://github.com/kepano/obsi…
Obsidian创始人发布了一套智能体技能,包括obsidian-cli、json-canvas和obsidian-markdown,支持与Claude Code、Codex CLI等AI智能体集成。
@NFTCPS: Obsidian CEO亲自下场,搞了个obsidian-skills开源项目,让Claude直接操作你的笔记库!!! 3万颗星 简单到离谱: 把代码扔进笔记库的 /.claude 文件夹 完事,Claude就能帮你写、改、查笔记 焦虑点…
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
一组 Agent 技能,让 AI 编码代理(Claude Code、Codex、Open Code)能够使用 Obsidian 仓库,涵盖 Markdown、Bases、JSON Canvas 和 CLI 交互。
@cyrilXBT: Obsidian 的创造者刚刚将你的笔记库变成了一个 AI 代理。不是一个插件。不是一个集成。一个完整的代理技能……
Obsidian 的创造者发布了一个开源的 AI 代理技能系统,使 Claude Code、Codex 和 OpenCode 等 AI 编码助手能够原生地理解和操作 Obsidian 库,并完全支持 wikilinks、callouts 和 canvases 等 Obsidian 专属功能。
@yunxi0623: https://x.com/yunxi0623/status/2068171252595147166
介绍如何使用 Obsidian 和 Claude Code 搭建本地 AI 知识库,通过创建文件夹结构、编写 CLAUDE.md 规则文件、分步导入和整理资料,实现长期可迁移的个人知识管理。