@NFTCPS: Obsidian CEO亲自下场,搞了个obsidian-skills开源项目,让Claude直接操作你的笔记库!!! 3万颗星 简单到离谱: 把代码扔进笔记库的 /.claude 文件夹 完事,Claude就能帮你写、改、查笔记 焦虑点…
Summary
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
View Cached Full Text
Cached at: 05/11/26, 10:38 AM
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
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 and Codex CLI.
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 CLI
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 |
Similar Articles
@yanhua1010: Obsidian创始人开发的Obsidian skills 包含obsidian-cli、json-canvas和obsidian-markdown多个skills,仓库地址: https://github.com/kepano/obsi…
Obsidian founder releases a set of agent skills including obsidian-cli, json-canvas, and obsidian-markdown, enabling integration with AI agents like Claude Code and Codex CLI.
@PrajwalTomar_: Bro wake up. The Obsidian CEO just open-sourced his private Claude Code skills. Five markdown files, built for himself,…
Obsidian CEO Kepano open-sourced his personal set of five Claude Code skills as markdown files, which have gained 41K stars on GitHub. The skills are designed to fix specific failure modes in his workflow, with a focus on minimalism and effectiveness.
@cyrilXBT: THE CREATOR OF OBSIDIAN JUST TURNED YOUR NOTE VAULT INTO AN AI AGENT. Not a plugin. Not an integration. A full agent sk…
The creator of Obsidian released an open-source AI agent skills system that enables AI coding assistants like Claude Code, Codex, and OpenCode to natively understand and manipulate Obsidian vaults with full support for Obsidian-specific features like wikilinks, callouts, and canvases.
@geekbb: An Obsidian plugin that allows Claude Code to directly manipulate the current note, supporting one-click rewriting, splitting into sections, topic selection, etc. https://github.com/SIXIANGGUO/cc-note-ops…
An Obsidian plugin that integrates Claude Code to perform one-click rewriting, splitting into sections, topic selection, etc. on the current note, aimed at creators who use Obsidian to manage content.
@dr_cintas: Obsidian CEO personally wrote the official Agent Skills for his own app These are 5 skills that fix every layer agents …
The Obsidian CEO released five MIT-licensed official Agent Skills designed to fix common issues with AI agents interacting with the app, supporting tools like Claude Code and Codex CLI.