mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
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:
co-authored by
Claude Sonnet 5
parent
bf9fd98137
commit
8bab2500b6
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "only-cli",
|
||||
"description": "Browse websites from the terminal in a few hundred tokens",
|
||||
"version": "0.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user