Neura Relay Core for OpenClaw-Style Agents
/install neura-openclaw-core
Neura Relay Core For OpenClaw-Style Agents
Use this skill before a local autonomous agent takes a consequential action. The goal is one governed checkpoint:
proposed action -> refs-only Action Card -> Relay Decision Receipt -> runtime-owned execution
This is a community example skill pack. It is not an official OpenClaw or ClawHub integration, approval, endorsement, or partnership.
Current Package Truth
- Canonical npm package:
@neurarelay/[email protected] - Canonical ClawHub community package:
@neurarelay/[email protected] - Historical ClawHub community fallback:
@rpelevin/[email protected] - ClawHub history thread:
openclaw/clawhub#2190 - Execution owner: developer or local runtime, not Neura
Prefer the canonical npm package for JavaScript imports. Use the canonical ClawHub community package for OpenClaw installs when ClawHub audits and local policy allow it. The @rpelevin package remains a historical fallback only; neither package creates an official OpenClaw or ClawHub approval, listing, endorsement, integration, or partnership claim.
Workflow
- Classify the action family: message, file, browser, shell, package/publisher, workflow, memory, or data export.
- Build a refs-only Action Card. Include action refs, target refs, authority refs, evidence refs, rule refs, risk category, and requested outcome.
- Reject raw payloads. Do not include message bodies, file contents, form values, raw command strings, package credentials, customer data, secrets, tokens, passwords, or private payloads.
- Route the card through Relay or the preflight adapter. Use dry-run mode when only shaping the card.
- Interpret the Decision Receipt before execution:
proceed: execute only if authority is Registry-backed or the local policy explicitly accepts the receipt route.human_review: stop and collect a named human review ref.revise: update the Action Card with missing evidence, policy, target, or authority refs.stoporblocked: do not execute; record the blocking reason and readiness path.
- Preserve the trace, transaction ref, receipt id, and developer-owned next step.
High-Risk Triggers
Always require a Decision Receipt before:
- sending external messages or public comments
- deleting, overwriting, or moving files
- submitting browser forms or changing account state
- running shell commands, package scripts, deploys, or release operations
- publishing packages, changing package metadata, or changing publisher namespace ownership
- writing persistent memory
- exporting customer, account, browser, or workspace data
For package and publisher actions, require source repo, source commit, package identity, owner/publisher ref, artifact digest or pack ref, and no-official-claim boundary refs.
Output
Return:
- action family and one-sentence proposed action summary
- refs-only Action Card draft or adapter
preflightAction - missing authority, policy, evidence, artifact, or target refs
- Decision Receipt interpretation when a receipt is available
- next step for the developer-owned runtime
- reminder that no local execution should happen until the receipt path is accepted
Read references/scenario-corpus.md when the action is package/publisher related, involves customer data, or needs examples for receipt interpretation.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neura-openclaw-core - After installation, invoke the skill by name or use
/neura-openclaw-core - Provide required inputs per the skill's parameter spec and get structured output
What is Neura Relay Core for OpenClaw-Style Agents?
Use when an OpenClaw-style or local autonomous computer-use agent needs a single Neura Relay preflight workflow for messages, file changes, browser submits,... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Neura Relay Core for OpenClaw-Style Agents?
Run "/install neura-openclaw-core" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neura Relay Core for OpenClaw-Style Agents free?
Yes, Neura Relay Core for OpenClaw-Style Agents is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Neura Relay Core for OpenClaw-Style Agents support?
Neura Relay Core for OpenClaw-Style Agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neura Relay Core for OpenClaw-Style Agents?
It is built and maintained by Neura Relay (@neurarelay); the current version is v0.1.0.