🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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
TriggerAction
- Personal AI agents (no API cost constraints)
- Private/sensitive workloads (code, healthcare, finance)
- Latency-critical applications (local response < 2s)
- Air-gapped environments (local-only mode available)
- Learning/experimentation (zero API key friction)
### ⚠️ Consider Cloud For
- Advanced reasoning (Grok, Claude Opus for complex problems)
- Rare specialized tasks (image generation, audio synthesis)
- Extreme scale (millions of tokens/day)
βš™οΈ 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

Edit config.schema.json to adjust:
  • Model selection (Ollama)
  • Routing thresholds (when to use cloud)
  • Privacy audit level
  • Metrics retention
  • View on ClawHub
    TERMINAL
    clawhub install nirvana-plugin

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’