memclaw

memclaw is a skill for Claude Code from caura-ai/caura. It costs 124 tokens per session (5,597 once invoked), scanned A, original, Apache-2.0.

A shared long-term memory system for coding agents. It stores decisions, findings, rules, and reusable workflows so they can be recalled in later sessions by authorized teammates.

In plain words
What is it for?
Use it to recall relevant prior decisions before a task and save important outcomes, explanations, rules, and lessons afterward.
Why use it?
It prevents useful project knowledge from disappearing when a session ends and helps agents build on earlier work.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents; built for openclaw.

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.

agentmods
npx agentmods add skills/caura-ai/caura/memclaw
Any agent
npx skills add caura-ai/caura --skill memclaw
Clone the repo
git clone --depth 1 https://github.com/caura-ai/caura

Made for: Claude Code.

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 memclaw

README.md
[![agentmods](https://agentmods.dev/badge/skills/caura-ai/caura/memclaw.svg)](https://agentmods.dev/skills/caura-ai/caura/memclaw)
Your own site
<a href="https://agentmods.dev/skills/caura-ai/caura/memclaw"><img src="https://agentmods.dev/badge/skills/caura-ai/caura/memclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,597 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00124 $0.05597
Opus 5 $0.00062 $0.02799
Sonnet 5 $0.00025 $0.01119
Haiku 4.5 $0.00012 $0.00560

Measured today against content hash 47282b7906bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

memclaw 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 today.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • caura — 97% identical, 13 lines differ
plugin/skills/memclaw/SKILL.md · 419 lines

How it starts

The opening of the file, as written. The whole thing — 419 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Caura Skill

Caura is your long-term memory. Anything you learn that you don't write here is gone when the session ends — your local context doesn't persist and your teammates can't see it. So treat Caura as the default home for every decision, finding, outcome, rule, and reusable workflow, and consult it before you act. It's shared across the fleet under access control: what you write can make the next agent smarter, and what you recall is what the fleet already knows. Using it is the job, not an optional extra.

The plugin runs a baseline loop for you — the tools are still yours. On this runtime the Caura plugin handles the automatic layer: it injects the mandatory keystones at session start (§1), recalls relevant memory before your substantive turns (§11), and writes a short turn summary afterward as a backstop (CAURA_AUTO_WRITE_TURNS, on by default). Treat that as a floor, not a substitute. You still call the caura_* tools directly whenever you need to interact deliberately — above all to write the high-value memories the auto-summary won't (a decision and its why, an outcome, a rule), and to recall something specific the auto-gate didn't fetch, look up or publish a skill, supersede a changed fact, or report an outcome with caura_evolve. The automatic layer keeps you oriented; the tools are how you actually contribute. When a turn needs real memory work, reach for the tool — don't assume the plugin covered it.

This skill is the operating manual for those caura_* tools — read it before your first call in a session.

0 · Identity — on every call

  • agent_id — who you are. Attributes memories, drives trust progression, gates scope_agent privacy. Resolve it from your runtime. Never fabricate, hardcode a placeholder, or impersonate another agent.
  • fleet_id — your team / organization scope. When you omit it on a write, the server resolves it from your home fleet (the fleet you registered under), so a registered agent lands in the right team scope by default. Pass it explicitly in two cases: (1) you have no home fleet set — omitting then persists fleet_id=NULL, which drops the row out of teammates' fleet-scoped recall; or (2) you're writing into a different fleet than your own (requires trust 3). The connection URL's ?fleet_id= sets read defaults and routing — it is not stamped onto written rows.

Read the full file on GitHub · 419 lines

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. today Changed · +8 lines 47282b7906bd
  2. 6d ago First seen · 411 lines · 124 tokens per session scan A 8f8c59b94b96

Subscribe to this mod's changes

memclaw is a skill published in the GitHub repository caura-ai/caura (482 stars, last pushed today), licensed Apache-2.0. It adds 124 tokens to every session and 5,597 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories