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" +}