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.
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 and decision-model documentation for configuration, rubrics, and API semantics.