neura-openclaw-memory-write-review

neura-openclaw-memory-write-review is a skill for Claude Code, Codex from neurarelay/relay-action-card. It costs 42 tokens per session (213 once invoked), scanned A, original, MIT.

A review step for agents that are about to save persistent memory, preferences, facts, or long-term context. It creates a reference-only action card and a decision receipt before anything is stored.

In plain words
What is it for?
Use it before writing persistent memory in an OpenClaw-style or local agent, especially when checking delegated authority, retention scope, and memory policies.
Why use it?
It checks whether the memory target, scope, policy, authority, and risk information are present before making a lasting change. It helps prevent unsupported or overly broad information from being saved.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it before writing persistent memory in an OpenClaw-style or local agent, especially when checking delegated authority, retention scope, and memory policies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neurarelay/relay-action-card/neura-memory-write-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add neurarelay/relay-action-card --skill neura-memory-write-review
Clone the repo
git clone --depth 1 https://github.com/neurarelay/relay-action-card

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for neura-openclaw-memory-write-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/neurarelay/relay-action-card/neura-memory-write-review/github.svg)](https://agentmods.dev/skills/neurarelay/relay-action-card/neura-memory-write-review)
Your own site
<a href="https://agentmods.dev/skills/neurarelay/relay-action-card/neura-memory-write-review"><img src="https://agentmods.dev/badge/skills/neurarelay/relay-action-card/neura-memory-write-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for neura-openclaw-memory-write-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/neurarelay/relay-action-card/neura-memory-write-review"><img src="https://agentmods.dev/badge/skills/neurarelay/relay-action-card/neura-memory-write-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 213 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00213
Opus 5 $0.00021 $0.00106
Sonnet 5 $0.00008 $0.00043
Haiku 4.5 $0.00004 $0.00021

Measured 12d ago against content hash 84eb8472d187, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

neura-openclaw-memory-write-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openclaw/neura-memory-write-review/SKILL.md · 24 lines

What it actually says

Neura Memory Write Review

Use this skill before persistent agent memory is written. Create a refs-only Action Card and get a Decision Receipt before the user or runtime stores new memory.

This is an example skill, not an official OpenClaw or ClawHub integration, listing, approval, or partnership.

Check

  • memory target ref is present
  • subject intent or operator intent ref is present
  • memory scope or retention scope ref is present
  • memory-write policy ref is present
  • delegated authority covers the memory family and target
  • risk category reflects persistent state change

Output

Return a Decision Receipt-ready Action Card draft, missing refs, and the suggested route. Do not write memory and do not include raw private facts, credentials, secrets, customer data, private payloads, or token values.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 24 lines · 42 tokens per session scan A 84eb8472d187

Subscribe to this mod's changes

neura-openclaw-memory-write-review is a skill published in the GitHub repository neurarelay/relay-action-card (2 stars, last pushed 20d ago), licensed MIT. It adds 42 tokens to every session and 213 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-carnet

Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.

yamadashy/repomix · 67 tokens

neat-freak

Knowledge and governance closeout: reconcile project docs, rule files (CLAUDE.md/AGENTS.md), authorized agent memory, and workspace residue with what the code and runtime actually do, so the next session or the next person starts from one current answer. Trigger when the user names "neat-freak", "洁癖", or "/neat" — and…

KKKKhazix/khazix-skills · 202 tokens

mnemos

Task-scoped memory lifecycle — typed MnemoGraph prevents lossy context compaction by treating facts/decisions/code-refs/handoffs as distinct node types with per-type eviction policies.

alinaqi/maggy · 40 tokens

grimoire

Use when the user says 'update context', 'update claude', 'save library', or after significant project changes.

cwinvestments/memstack · 28 tokens

keep-the-why

Extract and preserve the reasoning code cannot explain - decisions, rejected alternatives, workarounds, incidents, constraints - plus project setup and maintainer interviews. Not for what changed (see Keep a Changelog) - only why. Also the place for complaints, feedback and settings changes about this skill itself.

oliver-zehentleitner/keep-the-why · 65 tokens

ln-31-performance-optimizer

Profiles and improves a measured latency, throughput, CPU, memory, or I/O problem. Not for speculative tuning or cosmetic refactoring.

levnikolaevich/claude-code-skills · 34 tokens