Cosine first-party OpenClaw extensions monorepo.
This repository is intended to publish external OpenClaw plugins under the
@cosineai/* npm scope, starting with @cosineai/claw-inference.
packages/inference— Cosine inference provider plugin for OpenClaw
Docs:
docs/inference-plugin.md— how to install, authenticate, and use the plugin
pnpm install
pnpm build
pnpm testThe repository includes:
- CI for install, build, and test
- a local helper script for manual npm releases
Users install the published plugin with:
openclaw plugins install @cosineai/claw-inferenceManual release helpers:
pnpm release:inference:dry-run
pnpm release:inference
pnpm release:inference -- --tag beta
pnpm release:inference -- --provenanceNotes:
- local/manual npm publishes should use the default behavior with provenance disabled
--provenanceshould only be used in a supported CI/OIDC environment