From 3f9a593fa7a01be99ac20917272d6e332d1725a4 Mon Sep 17 00:00:00 2001 From: pablo-mano Date: Fri, 27 Feb 2026 23:07:12 +0100 Subject: [PATCH] Add marketplace.json to support plugin marketplace add command Co-Authored-By: Claude Sonnet 4.6 --- .claude-plugin/marketplace.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..4b0acbb --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", + "name": "obsidian-cli-skill", + "description": "Obsidian CLI skill for Claude Code — interact with Obsidian vaults from the terminal", + "owner": { + "name": "pablo-mano" + }, + "plugins": [ + { + "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.", + "author": { + "name": "pablo-mano" + }, + "source": ".", + "category": "productivity", + "homepage": "https://github.com/pablo-mano/Obsidian-CLI-skill" + } + ] +}