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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neura-openclaw-core - 安装完成后,直接呼叫该 Skill 的名称或使用
/neura-openclaw-core触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Neura Relay Core for OpenClaw-Style Agents?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neura-openclaw-core」即可一键安装,无需额外配置。
Neura Relay Core for OpenClaw-Style Agents 是免费的吗?
是的,Neura Relay Core for OpenClaw-Style Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neura Relay Core for OpenClaw-Style Agents 支持哪些平台?
Neura Relay Core for OpenClaw-Style Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neura Relay Core for OpenClaw-Style Agents?
由 Neura Relay(@neurarelay)开发并维护,当前版本 v0.1.0。