Skip to content

CosineAI/claw

Repository files navigation

claw

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

  • packages/inference — Cosine inference provider plugin for OpenClaw

Docs:

  • docs/inference-plugin.md — how to install, authenticate, and use the plugin

Development

pnpm install
pnpm build
pnpm test

Publishing

The 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-inference

Manual release helpers:

pnpm release:inference:dry-run
pnpm release:inference
pnpm release:inference -- --tag beta
pnpm release:inference -- --provenance

Notes:

  • local/manual npm publishes should use the default behavior with provenance disabled
  • --provenance should only be used in a supported CI/OIDC environment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors