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 <noreply@anthropic.com>
This commit is contained in:
only-cli
2026-08-19 19:11:50 -04:00
co-authored by Claude Sonnet 5
parent bf9fd98137
commit 8bab2500b6
2 changed files with 19 additions and 0 deletions
+14
View File
@@ -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"
}
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"name": "only-cli",
"description": "Browse websites from the terminal in a few hundred tokens",
"version": "0.2.0"
}