openclaw

openclaw is an agent for coding agents from zhhjluka/hm-arch. It costs 0 tokens per session (2,159 once invoked), scanned A, original, Apache-2.0.

An OpenClaw memory integration that installs HM-Arch as its built-in memory provider. It uses a TypeScript plugin and a persistent Python helper with a local SQLite database.

In plain words
What is it for?
Installing, checking, diagnosing, and removing HM-Arch memory support in OpenClaw.
Why use it?
It lets OpenClaw recall, save, remove, and consolidate memories without starting a new process for every query. Setup and management work offline without API keys.

Agent

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 agents/zhhjluka/hm-arch/openclaw
Clone the repo
git clone --depth 1 https://github.com/zhhjluka/hm-arch

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 openclaw

README.md
[![agentmods](https://agentmods.dev/badge/agents/zhhjluka/hm-arch/openclaw.svg)](https://agentmods.dev/agents/zhhjluka/hm-arch/openclaw)
Your own site
<a href="https://agentmods.dev/agents/zhhjluka/hm-arch/openclaw"><img src="https://agentmods.dev/badge/agents/zhhjluka/hm-arch/openclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,159 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 $0.00000 $0.02159
Opus 5 $0.00000 $0.01079
Sonnet 5 $0.00000 $0.00432
Haiku 4.5 $0.00000 $0.00216

Measured 5d ago against content hash 3ac0e09baeff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openclaw 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 5d 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.

docs/agents/openclaw.md · 267 lines

How it starts

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

OpenClaw setup (HM-Arch)

Install HM-Arch as OpenClaw's native memory provider. OpenClaw integration uses the @hm-arch/openclaw-plugin TypeScript memory plugin backed by a persistent Python sidecar that exposes HM-Arch recall, capture, forget, and consolidation without per-query process startup.

All management commands are offline and do not require LLM/API keys.

Current availability

Path Status Notes
hm-arch install openclaw Available Registers config, plugin package, sidecar command, and SQLite database.
hm-arch status openclaw / doctor openclaw Available Inspect slot, sidecar command, storage, and plugin manifest.
hm-arch uninstall openclaw Available Removes HM-Arch-owned config and plugin files; preserves the database.
npx @hm-arch/installer install openclaw Available Same behavior via the npm launcher (hm-arch-install).

hm-arch install openclaw is registered in the CLI alongside codex, claude-code, and hermes. On success it writes openclaw.json plugin settings and copies the canonical @hm-arch/openclaw-plugin package under the OpenClaw extensions directory.

Memory modes

OpenClaw can run with several memory configurations. HM-Arch documentation and benchmarks treat these as distinct modes:

Mode Description
No memory OpenClaw runs without an active memory provider. Baseline for benchmarks.
Native memory OpenClaw's built-in memory slot uses another provider already configured in OpenClaw.
HM-Arch The HM-Arch memory plugin owns the OpenClaw memory slot and delegates durable storage to the Python sidecar.
Mem0 External Mem0 provider configured in OpenClaw instead of HM-Arch.
OpenViking External OpenViking provider configured in OpenClaw instead of HM-Arch.

HM-Arch install commands detect an occupied memory slot and refuse to overwrite another provider silently. Switch providers explicitly in OpenClaw configuration when you intend to replace Mem0, OpenViking, or another native backend.

Read the full file on GitHub · 267 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. 5d ago First seen · 267 lines · 0 tokens per session scan A 3ac0e09baeff

Subscribe to this mod's changes

openclaw is an agent published in the GitHub repository zhhjluka/hm-arch (18 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,159 tokens. 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.