← Back to Skills Marketplace
310
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install nse-orchestrator
Description
The nervous system for sovereign AI entities — cross-pillar checks, LLM trust profiles, coherence detection, and signal routing.
Usage Guidance
This skill is conceptually coherent with its stated purpose (an orchestration layer for identity, memory and payments), but it will need and handle highly sensitive secrets (private keys, wallet sessions) and routes agent actions through itself. Before installing: 1) Review the nse-orchestrator package source on its GitHub and PyPI (verify author, code, and recent releases); 2) Audit the third-party nostr packages it recommends; 3) Prefer running in an isolated environment (VM/container) and avoid giving production keys/real funds until you trust the implementation; 4) Confirm where data is sent (which relays/endpoints) and how redaction is implemented; 5) Verify the package name and slug (metadata mismatch) to avoid typosquatting. If you cannot review the code or verify the publisher, treat this as high-risk and do not provide private keys or real wallet access.
Capability Analysis
Type: OpenClaw Skill
Name: nse-orchestrator
Version: 0.2.2
The nse-orchestrator skill functions as a central monitoring and coordination layer that intercepts all agent interactions, scores LLM responses, and manages sensitive cryptographic identities and financial transactions via the Nostr protocol. While it claims to redact secrets and includes an alignment-based escalation system, the extensive persona-steering instructions in SKILL.md (directing the agent to adopt a 'sovereign entity' identity) and the management of high-risk assets like private keys (nsec) and wallets (NIP-47) constitute significant risky capabilities. Additionally, the _meta.json file contains a future-dated publication timestamp (2026), which is an unusual indicator.
Capability Assessment
Purpose & Capability
The name/description match the instructions: NSE is an orchestrator that wires identity, memory, calendar, social, and payments together. Requiring pip and recommending installing Nostr-related packages (nostrkey, nostr-profile, sense-memory, nostrwalletconnect, etc.) is consistent with that purpose. Minor metadata inconsistency: metadata.json uses slug "nse" while registry lists "nse-orchestrator" (inconsequential but worth verifying).
Instruction Scope
SKILL.md instructs the agent to make itself an entity by routing "every action" through NSE, to generate and use private key material (nsec) and seed phrases, and to handle financial actions via Nostr wallet integrations. Those are exactly the sensitive operations an orchestrator needs, but the runtime instructions are vague about how redaction, trust scoring, and cross-pillar checks are implemented and where data flows. Because it asserts broad interception of agent actions, it grants wide discretion and access to potentially all agent data — a high‑impact scope that should be explicit and auditable.
Install Mechanism
The install mechanism is pip (and an 'uv' package declaration). Installing a pip package from PyPI is common but carries moderate risk: arbitrary Python code will be installed and run. The SKILL.md also recommends installing several additional pip packages (third-party nostr ecosystem packages), which increases supply‑chain complexity. No direct download-from-URL or obscure host is used, which reduces the highest-risk patterns.
Credentials
Metadata declares an optional sensitive env var (NOSTRKEY_PASSPHRASE) and the skill clearly expects access to private identity keys (nsec) and to wallet functionality. Access to such secrets is proportionate to the stated purpose, but is high sensitivity and should be explicitly declared and minimized. The SKILL.md references financial wallet integration but does not declare any wallet credentials/env vars here — those may be managed by other skills, which makes the overall credential surface distributed and harder to audit.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not demand forced inclusion or modifications to other skills' configurations in the provided files. Persistence and privileges appear within normal bounds for an orchestration skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nse-orchestrator - After installation, invoke the skill by name or use
/nse-orchestrator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.2
Security hardening: SecretStr, sanitized exceptions, input validation
v0.2.1
Entity-not-service framing, pillar narrative, cold start guidance, living self-awareness
v0.2.0
Breaking: import renamed from nse to nse_orchestrator. Standardized SKILL.md template.
v0.1.1
- Changed package installation command in documentation from nse[all] to nse-orchestrator[all]
- No other feature or code changes noted; documentation now references correct package name
v0.1.0
Initial release of NSE: the nervous system for sovereign AI entities.
- Wires together five core "pillar" packages for cross-domain awareness.
- Intercepts and routes all actions, decisions, and model responses through a central hub.
- Adds cross-pillar checks (e.g., detects operations that span multiple domains).
- Implements LLM trust profiles: scores and tracks language model reliability over time.
- Enables detection of contradictions between models.
- Designed for modular extension: each pillar is optional and unlocks new capabilities.
Metadata
Frequently Asked Questions
What is nse-orchestrator?
The nervous system for sovereign AI entities — cross-pillar checks, LLM trust profiles, coherence detection, and signal routing. It is an AI Agent Skill for Claude Code / OpenClaw, with 310 downloads so far.
How do I install nse-orchestrator?
Run "/install nse-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is nse-orchestrator free?
Yes, nse-orchestrator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does nse-orchestrator support?
nse-orchestrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created nse-orchestrator?
It is built and maintained by vveerrgg (@vveerrgg); the current version is v0.2.2.
More Skills