Files
obsidian-skills/README.md
T
chenminhua 9bb40c564f Update README with npx skills instructions
Add instructions for using npx to add skills.
2026-01-30 09:40:41 +08:00

37 lines
1.2 KiB
Markdown

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 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](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview).
#### Codex CLI
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.
## Skills
### Create and edit Obsidian-compatible plain text files
- [Obsidian Flavored Markdown](https://help.obsidian.md/obsidian-flavored-markdown) `.md`
- [Obsidian Bases](https://help.obsidian.md/bases/syntax) `.base`
- [JSON Canvas](https://jsoncanvas.org/) `.canvas`