Distribution repository for prebuilt, signed KelvinClaw plugin packages.
This repo is intentionally focused on publish/install artifacts, not plugin source code:
index.json(plugin index, schemav1)packages/<plugin_id>/<version>/<plugin_id>-<version>.tar.gztrusted_publishers.kelvin.json(publisher trust policy)
Currently published first-party packages:
kelvin.clikelvin.anthropickelvin.openaikelvin.openrouter
Upstream plugin ids that are documented in the main repo but not yet published here:
kelvin.browser.automation
Use this guide first:
All plugins are signed with Ed25519 keys. AgenticHighway first-party releases are signed via CI. Community publishers use the PEM-based signing flow documented in the guides above.
For local community development, use the public authoring flow in the
kelvinclaw repo first. Unsigned local plugins are supported there and Kelvin
warns on install instead of blocking them. This repo is only for published
package artifacts and trust/index metadata.
Repo automation:
.github/workflows/validate-repository.yml.github/workflows/publish-first-party-package.ymlscripts/validate-repository.shscripts/refresh-first-party-package.sh
Templates:
- templates/plugin.tool.wasm_tool_v1.json
- templates/plugin.model.wasm_model_v1.json
- templates/index.entry.v1.json
This repo does not duplicate SDK/runtime specification docs. Canonical references:
- KelvinClaw: Plugin Install Flow
- KelvinClaw: Model Plugin ABI
- KelvinClaw: Plugin Index Schema
- KelvinClaw: Trusted Executive + WASM
scripts/install-kelvin-cli-plugin.shscripts/install-kelvin-openai-plugin.shscripts/install-kelvin-anthropic-plugin.shscripts/install-kelvin-browser-plugin.shscripts/plugin-index-install.sh
All are in the KelvinClaw repository.