@openvole/paw-claude
v1.0.1
Published
Brain Paw powered by Anthropic Claude
Downloads
496
Maintainers
Readme
@openvole/paw-claude
Brain Paw powered by Anthropic Claude.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-claudeConfig
{
"name": "@openvole/paw-claude",
"allow": {
"network": ["api.anthropic.com"],
"env": ["ANTHROPIC_API_KEY", "ANTHROPIC_MODEL", "ANTHROPIC_BASE_URL"]
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| ANTHROPIC_API_KEY | Anthropic API key |
| ANTHROPIC_MODEL | Model to use (e.g. claude-sonnet-4-20250514) |
| ANTHROPIC_BASE_URL | Custom API base URL (optional) |
Brain
Implements the Think phase — receives the conversation context and registered tools, returns the next assistant message and any tool calls. Connects to the Anthropic API.
BRAIN.md
The system prompt is loaded from .openvole/paws/paw-claude/BRAIN.md. On first startup, the paw scaffolds a default prompt there. Edit this file to customize how the Brain reasons and responds.
The old .openvole/BRAIN.md path is no longer used.
