Skip to main content
HindClaw

Pro Hindsight Plugin for OpenClaw

Per-agent memory banks. Multi-bank recall. Named strategies. Server-side access control. Infrastructure as code.

openclaw plugins install hindclaw

How It Works

1

Message Arrives

User sends a message via Telegram. OpenClaw gateway routes it to the right agent.

2

Plugin Signs JWT

hindclaw generates a JWT with sender, agent, channel, and topic. No user config needed.

3

Server Resolves

Hindsight extension authenticates, resolves permissions, injects tags and strategy.

4

Memory Operates

Recall returns filtered memories. Retain stores with correct tags. All server-side.

Features

Per-Agent Memory Banks

Each agent gets its own memory bank with custom missions, entity labels, dispositions, and directives. Configured via JSON5 files, synced to Hindsight.

Multi-Bank Recall

Agents can read from multiple banks in parallel. A strategic advisor recalls from finance, marketing, and ops banks simultaneously.

Named Retain Strategies

Route retain operations through a 5-level strategy cascade: agent, channel, topic, group, user. Most specific scope wins.

Infrastructure as Code

hindclaw plan/apply/import. Declare bank configs in files, diff against server state, apply changes. Like Terraform for memory banks.

Built on Hindsight

Biomimetic memory with semantic, BM25, graph, and temporal retrieval. Facts, entities, observations, mental models.

Server-Side Access Control

JWT-based auth, per-user tag injection and strategy routing via Hindsight extensions. One enforcement point for all clients.