@klura/agent-claude-code
v0.1.1
Published
Claude provider for the klura CLI agent — drives klura with the Claude Agent SDK, reusing your Claude Code authentication.
Maintainers
Readme
@klura/agent-claude-code
Claude provider for the klura CLI agent (klura chat, klura execute --agent).
Drives klura with the Claude Agent SDK — the engine behind Claude Code. Reuses your existing Claude Code authentication, so there is no separate API key to manage.
Install
npm install -g @klura/agent-claude-codeThen point klura at it:
klura chat --provider claude-codeOr set it in ~/.klura/config.json:
{
"agent": {
"provider": "claude-code",
"model": "claude-sonnet-4-6"
}
}License
BUSL-1.1
