Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ Before installing, make sure you have:

### Install the OpenCode plugin

OpenCode has no plugin marketplace — you install by referencing the npm package
The plugin is published to public npm as
[`@jfrog/opencode-jfrog-plugin`](https://www.npmjs.com/package/@jfrog/opencode-jfrog-plugin)
in your OpenCode config (`opencode.json`):
and listed on the [OpenCode ecosystem page](https://opencode.ai/docs/ecosystem). OpenCode has
no plugin marketplace — you install by referencing the npm package in your OpenCode config
(`opencode.json`):

```json
{
Expand Down Expand Up @@ -85,6 +87,10 @@ skills the same way it discovers any skill — via the `skill` tool and `/skills
invokes them when relevant. There is no runtime download, unzip, or network call on
load.

The plugin is **self-contained**: everything it needs ships in the published npm tarball
(`dist/` + the vendored `skills/`), with no runtime downloads and no dependency on
`releases.jfrog.io` or any other external artifact host.

---

## Authentication
Expand Down
Loading