Add Claude Code plugin manifest; update for Obsidian v1.12 public release

- Add plugin.json for Claude Code plugin system compatibility
- Remove Catalyst License and Early Access/Insider requirements — Obsidian v1.12
  is now available to all users
- Update README: Claude Code plugin install instructions with /plugin command,
  manual ZIP install option, and corrected prerequisites
- Fix Windows platform note (remove insider Discord channel reference)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
pablo-mano
2026-02-27 20:48:27 +01:00
parent 564dedff4b
commit e780c83ef3
3 changed files with 30 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "obsidian-cli",
"version": "1.0.0",
"description": "Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, sync, plugins, and links — all from the terminal.",
"author": "pablo-mano",
"repository": "https://github.com/pablo-mano/Obsidian-CLI-skill",
"skills": ["."]
}