# @openclaw/typesafe

> OpenClaw TypeSafe typed decisions and optional evaluation tool

Latest version **2026.9.6** (published 2026-09-23) · 0 weekly downloads

## Install

```sh
npm install @openclaw/typesafe
pnpm add @openclaw/typesafe
yarn add @openclaw/typesafe
bun add @openclaw/typesafe
```

## Health

**Score 75/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 2026.9.6 |
| Published | 2026-09-23 |
| First published | 2026-09-23 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 1 |
| Unpacked size | 1.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 390349 |
| Maintainers | steipete, vincentkoc |

## Links

- npm: https://www.npmjs.com/package/@openclaw/typesafe
- Repository: https://github.com/openclaw/openclaw
- Homepage: https://github.com/openclaw/openclaw#readme
- Issues: https://github.com/openclaw/openclaw/issues
- npm.io page: https://npm.io/package/@openclaw/typesafe

## Dependencies (1)

- [typebox](https://npm.io/package/typebox.md) 1.3.30

## Recent versions

- 2026.9.6 (latest) — 2026-09-23

## README

# TypeSafe AI for OpenClaw

Official external plugin for typed decisions with hosted TypeSafe AI Jev models
or a local Kev System One server.
It provides Choice, Score, and Boolean judgments through OpenClaw's shared
decision-model API, plus the optional `typesafe_evaluate` tool.

Requires OpenClaw and plugin API **2026.9.6 or later**. Released OpenClaw
2026.9.5 does not include the decision API.

```sh
openclaw plugins install @openclaw/typesafe
```

The ClawHub install spec is `clawhub:@openclaw/typesafe`. First publication is
pending a supporting release. Enable the plugin, configure a protected TypeSafe credential, and select
`typesafe/jev-latest` as your agent's `decisionModel`. Evaluations send the
supplied evidence to TypeSafe AI and incur its normal usage charges.

For local Kev, configure `plugins.entries.typesafe.config.baseUrl` with the
server's loopback origin, such as `http://127.0.0.1:8009`, omit `apiKey`, and select
`typesafe/kev-latest`. The plugin calls `/v1/systemone` without a hosted credential.
Start the server separately with your chosen checkpoint; the decision-model
selection labels requests and does not download or load a model.

See the [TypeSafe AI setup guide](https://docs.openclaw.ai/plugins/typesafe) and
[decision-model documentation](https://docs.openclaw.ai/concepts/decision-models)
for configuration, rubrics, and API semantics.

---
_Source: https://npm.io/package/@openclaw/typesafe · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
