Claude Skill
kepano/obsidian-skills
教导你的AI Agent使用Obsidian CLI及Markdown、Bases、JSON Canvas等开放格式。适用于Claude及其他助手的技能集合。
概览
仓库信息
安装这个 Skill
npx skills add git@github.com:kepano/obsidian-skills.gitRegistry 信息
npx skills add git@github.com:kepano/obsidian-skills.gitnpx skills add https://github.com/kepano/obsidian-skillsgit clone https://github.com/kepano/obsidian-skills.git ~/.opencode/skills/obsidian-skills
项目简介
一组Agent技能,教导AI助手如何通过Obsidian的CLI及开放格式(包括Markdown、Bases和JSON Canvas)进行交互。
Agent skills for Obsidian. Teach your agent to use Obsidian CLI and open formats including Markdown, Bases, JSON Canvas.
要点
- 教导Agent使用Obsidian CLI命令
- 支持开放格式:Markdown、Bases、JSON Canvas
- 专为Claude及其他AI助手设计
- 包含读写笔记的技能
- 兼容Obsidian库和纯Markdown文件
使用场景
- 通过CLI自动化笔记记录和库管理
- 让AI Agent搜索和检索Obsidian笔记
- 将Obsidian集成到AI驱动的工作流中
- 构建读写Markdown和JSON Canvas的自定义工具
README 摘要
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-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 git@github.com: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](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview). #### Codex Copy the `skills/` directory into your Codex skills path (typically `~/.codex/skills`). See the [Agent Skills specification](https://agentskills.io/specification) for the standard skill format. #### OpenCode Clone the entire repo into the OpenCode skills directory (`~/.opencode/skills/`): ```sh 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](skills/obsidian-markdown) | Create and edit [Obsidian Flavored Markdown](https://help.obsidian.md/obsidia