Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89e6296c94 | |||
| 68d6ec9ce3 | |||
| 5981bcfe98 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-cli",
|
"name": "obsidian-cli",
|
||||||
"description": "Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.",
|
"description": "Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.",
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "pablo-mano"
|
"name": "pablo-mano"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -94,17 +94,30 @@ Add to your project's `.claude/settings.json`:
|
|||||||
|
|
||||||
Cursor has a native skills system (launched Feb 2026) that is directly compatible with the `SKILL.md` format — no rules file needed.
|
Cursor has a native skills system (launched Feb 2026) that is directly compatible with the `SKILL.md` format — no rules file needed.
|
||||||
|
|
||||||
**Option A — GitHub install (recommended):**
|
In a terminal:
|
||||||
1. Open Cursor Settings → Rules
|
|
||||||
2. Click **Add Rule** → **Remote Rule (GitHub)**
|
|
||||||
3. Paste `https://github.com/pablo-mano/Obsidian-CLI-skill`
|
|
||||||
4. Done — the skill auto-triggers on Obsidian-related tasks.
|
|
||||||
|
|
||||||
**Option B — Local copy:**
|
```bash
|
||||||
1. Clone or download this repo
|
git clone --depth 1 https://github.com/pablo-mano/Obsidian-CLI-skill /tmp/Obsidian-CLI-skill
|
||||||
2. Copy the folder into your project: `.cursor/skills/obsidian-cli/`
|
mkdir -p ~/.cursor/skills
|
||||||
(or globally: `~/.cursor/skills/obsidian-cli/`)
|
cp -r /tmp/Obsidian-CLI-skill/skills/obsidian-cli ~/.cursor/skills/obsidian-cli
|
||||||
3. Cursor picks it up automatically — no restart needed.
|
rm -rf /tmp/Obsidian-CLI-skill
|
||||||
|
```
|
||||||
|
|
||||||
|
Cursor picks it up automatically — no restart needed.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### GitHub Copilot (VS Code)
|
||||||
|
|
||||||
|
Copilot supports [custom instructions](https://docs.github.com/en/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot) via repository files:
|
||||||
|
|
||||||
|
**Option A — Repository-wide (recommended):**
|
||||||
|
1. Create `.github/copilot-instructions.md` in your repo.
|
||||||
|
2. Paste the body of `SKILL.md` into the file.
|
||||||
|
|
||||||
|
**Option B — Path-scoped:**
|
||||||
|
1. Create `.github/instructions/obsidian-cli.instructions.md`
|
||||||
|
2. Add frontmatter `applyTo: "**/*"` then paste the `SKILL.md` body.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -147,20 +160,6 @@ Openclaw loads skills from the `skills/` directory at the project root using the
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### GitHub Copilot (VS Code)
|
|
||||||
|
|
||||||
Copilot supports [custom instructions](https://docs.github.com/en/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot) via repository files:
|
|
||||||
|
|
||||||
**Repository-wide** (applies to all files):
|
|
||||||
1. Create `.github/copilot-instructions.md` in your repo.
|
|
||||||
2. Paste the body of `SKILL.md` into the file.
|
|
||||||
|
|
||||||
**Path-scoped** (optional alternative):
|
|
||||||
1. Create `.github/instructions/obsidian-cli.instructions.md`
|
|
||||||
2. Add frontmatter `applyTo: "**/*"` then paste the `SKILL.md` body.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Any Other LLM Agent or Assistant
|
### Any Other LLM Agent or Assistant
|
||||||
|
|
||||||
`SKILL.md` is a plain Markdown document. For any agent that supports custom system prompts or instructions:
|
`SKILL.md` is a plain Markdown document. For any agent that supports custom system prompts or instructions:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-cli",
|
"name": "obsidian-cli",
|
||||||
"description": "Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.",
|
"description": "Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.",
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "pablo-mano"
|
"name": "pablo-mano"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user