← Back to Skills Marketplace
shivaclaw

Nirvana Plugin

by Shiva&G · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-nirvana-plugin
Description
Local-first privacy-first inference. Your OpenClaw agent thinks locally and asks the cloud intelligently. Saves 85%+ tokens, protects privacy, agent learns f...
Usage Guidance
What to check before installing: - Review the code that reads SOUL.md, USER.md, MEMORY.md (src/context-stripper.js and privacy-auditor) to confirm stripping logic is correct and thorough. These files are very sensitive — the plugin needs to read them to strip data, but that requires trust. - Verify Docker image and model provenance before pulling (docker run ollama/ollama will pull from Docker Hub). If you need higher assurance, pull images from a verified registry or inspect image contents first. - The plugin caches cloud responses and writes audit logs to memory/*. Confirm audit logs are stored only locally at the configured path and are rotated/protected as appropriate. - The DELIVERY checklist includes uploading an archive to Google Drive — that is a publication step, not a runtime requirement. Do not upload any private data to external drives as part of setup. - If you enable cloud fallback, only add API keys you control and check that the context-stripping configuration (contextStripDepth, identityFilesNeverExport) is enforced before any cloud calls. Test with synthetic sensitive data to validate stripping. - Because the plugin will handle system prompts and can rewrite queries, do a small controlled test session and inspect outgoing HTTP payloads (or run in an air-gapped environment) to confirm no private fields are transmitted. Overall: the package looks coherent for its stated purpose, but it operates on very sensitive data and downloads large models — perform a code review and controlled testing before trusting it with real private files.
Capability Analysis
Type: OpenClaw Skill Name: project-nirvana-plugin Version: 1.0.0 Project Nirvana is a privacy-focused plugin designed to route AI queries to a local Ollama instance to reduce costs and protect sensitive data. The code implements a robust 'Context Stripper' (src/context-stripper.js) that redacts PII and sensitive files like SOUL.md and USER.md before any cloud fallback occurs. It includes comprehensive auditing (src/privacy-auditor.js) and metrics collection (src/metrics-collector.js) to ensure transparency. While it requests broad permissions to read sensitive agent files and execute Docker commands, these are strictly aligned with its stated purpose of local inference management and privacy enforcement. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (local-first privacy-preserving inference) align with what the package implements: local Ollama integration, a router, context stripper, audit logging, and response integrator. Declared permissions to read identity files and write memory/cache are coherent with implementing context-stripping and caching. There are no unrelated environment variables or mysterious third-party credentials requested.
Instruction Scope
SKILL.md and INSTALL.md instruct the agent/operator to run Docker (ollama/ollama), install the plugin via ClawHub/OpenClaw, and to check local audit logs. These instructions reference sensitive local files (memory/nirvana-audit.log, memory/*, SOUL.md, USER.md, MEMORY.md) — which is expected for a privacy enforcer but should be reviewed. The delivery checklist also asks for uploading an archive to Google Drive (external endpoint) as part of publication; this is a publishing workflow artifact, not a runtime requirement, but it is an external upload step worth reviewing for data exposure.
Install Mechanism
There is no automated install spec embedded with the skill bundle; installation is manual via ClawHub/OpenClaw and Docker. The runtime will pull official Docker images (ollama/ollama) and auto-pull models (qwen2.5:7b) — these are standard but large downloads. No obscure or shortened URLs are used. Verify the Docker image source and model provenance before pulling (official Ollama image expected).
Credentials
The skill requests no environment variables or external API keys by default (cloud fallback is optional). The plugin manifest and code explicitly require read access to identity files (SOUL.md, USER.md, MEMORY.md) and write access to memory/* for audit/caching. That access is proportionate to implementing context stripping/auditing, but those are highly sensitive files — granting read access to them is a significant privilege and should only be given to trusted code after code review.
Persistence & Privilege
The skill does not set always:true and uses normal plugin hooks (on-query, on-response). It writes to its own memory/cache paths and audit log. There is no evidence it attempts to persistently modify unrelated plugin configs or request platform-wide always-on privileges. Autonomous invocation is allowed (platform default) but not combined with an unusual persistent privilege.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install project-nirvana-plugin
  3. After installation, invoke the skill by name or use /project-nirvana-plugin
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Local-first, privacy-first LLM inference plugin for OpenClaw. - Performs most queries locally via Ollama and Qwen2.5 7B; only complex questions are sent to the cloud. - Strips personal and contextual data before sending anything to cloud APIs, ensuring privacy. - Drastically reduces token usage and API cost (85%+ savings). - Cloud responses are cached locally; your agent learns from the cloud, the cloud does not learn from you. - Fully auditable with a privacy audit trail and transparent routing decisions.
Metadata
Slug project-nirvana-plugin
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nirvana Plugin?

Local-first privacy-first inference. Your OpenClaw agent thinks locally and asks the cloud intelligently. Saves 85%+ tokens, protects privacy, agent learns f... It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install Nirvana Plugin?

Run "/install project-nirvana-plugin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nirvana Plugin free?

Yes, Nirvana Plugin is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nirvana Plugin support?

Nirvana Plugin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nirvana Plugin?

It is built and maintained by Shiva&G (@shivaclaw); the current version is v1.0.0.

💬 Comments