π¦ ClawHub
Nirvana
by @shivaclaw
Local-first OpenClaw plugin providing privacy-focused AI inference with bundled qwen2.5:7b model, intelligent routing, audit logging, and optional cloud fall...
β‘ When to Use
βοΈ Configuration
Default Settings
{
"nirvana": {
"mode": "local-first",
"ollama": {
"endpoint": "http://ollama:11434",
"model": "qwen2.5:7b",
"timeout": 180000
},
"routing": {
"localThreshold": 0.7,
"maxLocalContextTokens": 8000,
"cloudFallback": true
},
"privacy": {
"stripIdentity": true,
"auditLog": "/var/log/nirvana-audit.json",
"redactPatterns": ["SOUL\\.md", "USER\\.md", "MEMORY\\.md"]
},
"metrics": {
"enabled": true,
"retentionDays": 7
}
}
}
Customization
Editconfig.schema.json to adjust:
TERMINAL
clawhub install nirvana-plugin