🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Nirvana Plugin

by @shivaclaw

Local-first privacy-first inference. Your OpenClaw agent thinks locally and asks the cloud intelligently. Saves 85%+ tokens, protects privacy, agent learns f...

⚑ When to Use
TriggerAction
- Personal AI agents (maximize budget, minimize cost)
- Private/sensitive workloads (code, healthcare, legal, finance)
- Latency-critical tasks (local response < 2s)
- Air-gapped environments (fully offline)
- Cost-conscious organizations (85% savings)
- Privacy-first deployments (zero external data exposure)
### ⚠️ When to Use Cloud
- Advanced reasoning (Claude Opus for complex problems)
- Specialized tasks (image generation, audio synthesis)
- Extreme scale (millions of tokens/day)
---
βš™οΈ Configuration

Basic Setup

{
  "nirvana": {
    "mode": "local-first",
    "local_model": {
      "provider": "ollama",
      "endpoint": "http://ollama:11434",
      "model": "qwen2.5:7b",
      "timeout_ms": 180000
    },
    "routing": {
      "local_threshold": 0.75,
      "max_local_tokens": 8000,
      "cloud_fallback": true
    },
    "privacy": {
      "strip_soul": true,
      "strip_user": true,
      "strip_memory": true,
      "audit_logging": true
    }
  }
}

Custom Local LLM (Non-Ollama)

{
  "nirvana": {
    "local_model": {
      "provider": "custom",
      "endpoint": "http://your-llm-server:5000",
      "api_format": "openai-compatible",
      "model": "your-model-name",
      "timeout_ms": 120000
    }
  }
}


View on ClawHub
TERMINAL
clawhub install project-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 β†’