← Back to Skills Marketplace
neurarelay

Neura Relay Core for OpenClaw-Style Agents

by Neura Relay · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install neura-openclaw-core
Description
Use when an OpenClaw-style or local autonomous computer-use agent needs a single Neura Relay preflight workflow for messages, file changes, browser submits,...
README (SKILL.md)

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

  1. Classify the action family: message, file, browser, shell, package/publisher, workflow, memory, or data export.
  2. Build a refs-only Action Card. Include action refs, target refs, authority refs, evidence refs, rule refs, risk category, and requested outcome.
  3. 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.
  4. Route the card through Relay or the preflight adapter. Use dry-run mode when only shaping the card.
  5. 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.
    • stop or blocked: do not execute; record the blocking reason and readiness path.
  6. 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.

Usage Guidance
This result is inconclusive: do not treat it as a completed security review until metadata.json and the artifact directory can be read successfully.
Capability Assessment
Purpose & Capability
Not assessed from artifact content; file inspection was blocked by sandbox command startup failure.
Instruction Scope
Not assessed from artifact content; file inspection was blocked by sandbox command startup failure.
Install Mechanism
Not assessed from artifact content; file inspection was blocked by sandbox command startup failure.
Credentials
Not assessed from artifact content; file inspection was blocked by sandbox command startup failure.
Persistence & Privilege
Not assessed from artifact content; file inspection was blocked by sandbox command startup failure.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neura-openclaw-core
  3. After installation, invoke the skill by name or use /neura-openclaw-core
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial community skill publication for the Neura Relay pre-action workflow. Adds one agent-facing skill that teaches refs-only Action Card creation, Relay Decision Receipt interpretation, and developer/runtime-owned execution boundaries for consequential local actions. Complements the existing @neurarelay/[email protected] community plugin package.
Metadata
Slug neura-openclaw-core
Version 0.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments