47d3d78f66
- Move plugin manifest to .claude-plugin/plugin.json (correct location) - Move SKILL.md to skills/obsidian-cli/SKILL.md (auto-discovered by Claude Code) - Move references/ inside skill directory to preserve relative paths - Update README: Claude Code install uses --plugin-dir, fix reference paths Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
489 B
JSON
11 lines
489 B
JSON
{
|
|
"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.",
|
|
"version": "1.0.1",
|
|
"author": {
|
|
"name": "pablo-mano"
|
|
},
|
|
"homepage": "https://github.com/pablo-mano/Obsidian-CLI-skill",
|
|
"repository": "https://github.com/pablo-mano/Obsidian-CLI-skill"
|
|
}
|