obsidian-skills

技能包生产力

Obsidian CEO亲自下场,教你用Skills打造个人知识管理神器

热度16747Star11.6kUpdate2026-02-27
暂无实践

README

前往 Source

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 git@github.com:kepano/obsidian-skills.git

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

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 files (.canvas) 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

常见问题

obsidian-skills 是什么?
obsidian-skills 是一个 AI Agent Skill(智能体技能)。Obsidian CEO亲自下场,教你用Skills打造个人知识管理神器
obsidian-skills 怎么用?
你可以在 Skill Hub 中国下载 obsidian-skills 的 SKILL.md 文件,放入你的项目目录中。AI Agent(如 Claude Code)会自动识别并加载该 Skill,按照其中定义的规则和流程来辅助你完成任务。目前已有 15 篇实践案例可供参考。
obsidian-skills 有哪些实践案例?
目前 Skill Hub 中国收录了 15 篇 obsidian-skills 的实践案例,涵盖真实项目中的使用场景、操作步骤和踩坑记录。你可以在本页面的「热门实践」区域查看完整列表。
obsidian-skills 和 browser-use 有什么区别?
obsidian-skills 和 browser-use 都属于「生产力」类别的 AI Skill。obsidian-skills 主要用于Obsidian CEO亲自下场,教你用Skills打造个人知识管理神器。browser-use 则侧重于用于网页测试、表单填写、截图和数据提取的浏览器交互自动化工具。当用户需要浏览网站、与网页交互、填写表单、截图或从网页中提。你可以根据具体场景选择最合适的 Skill。