@obversa/engine-claude-cli is an engine plugin that runs engine requests through the claude command-line tool. Each attempt runs in a fresh subprocess, which gives each step a clean context.
Requirements
- Node.js 22.12 or later
- A local Claude CLI installation with existing authentication
Install
Identity
The plugin serves the Anthropic provider. It reportsprovider: 'anthropic', with models such as claude-sonnet-4-5 or the model configured by the caller.
Usage
Limits
- Subprocess execution requires a working Claude binary in
PATHor an explicitcliBinarypath. - The engine depends on local host credentials; it does not take raw API keys in options.
- The plugin classifies usage limits and rate limits from standard error text.