From 8bab2500b68d725a69bcecf91bd399925031c1b2 Mon Sep 17 00:00:00 2001 From: only-cli Date: Wed, 19 Aug 2026 19:11:50 -0400 Subject: [PATCH] add plugin marketplace manifest Lets users run /plugin marketplace add only-cli/oc and install the existing skill as a plugin, alongside the skills.sh and manual-copy distribution paths. Co-Authored-By: Claude Sonnet 5 --- .claude-plugin/marketplace.json | 14 ++++++++++++++ .claude-plugin/plugin.json | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..8bed363 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,14 @@ +{ + "name": "only-cli", + "owner": { "name": "only-cli" }, + "plugins": [ + { + "name": "only-cli", + "source": { "source": "github", "repo": "only-cli/oc" }, + "description": "Browse websites from the terminal in a few hundred tokens", + "version": "0.2.0", + "homepage": "https://github.com/only-cli/oc", + "license": "MIT" + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..f329aa7 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,5 @@ +{ + "name": "only-cli", + "description": "Browse websites from the terminal in a few hundred tokens", + "version": "0.2.0" +}