← Back to Skills Marketplace
taka3693

Memory Harness

by taka3693 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
254
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-harness
Description
Runtime-enforced memory harness for OpenClaw. Implements 3-stage recall (session preflight, triggered recall, pre-execution gate) with intent classification,...
Usage Guidance
What to consider before installing: - Functionality mismatch: The SKILL.md promises retrieval of pinned facts, projects, and session history, but the code contains only local placeholders and does not connect to any memory backend—don't expect it to actually fetch your stored memories without additional integration. - Broken code: intent-classifier.js contains syntax and logic errors and appears nonfunctional; the harness may fail or behave unexpectedly. Review and test that file and the whole harness in an isolated environment before trusting it in production. - Local execution: The skill runs local node scripts via child_process.execFileSync. This is normal for this kind of tool, but ensure the agent environment has Node available and verify the scripts don't get modified to perform I/O you don't expect. - No network/exfiltration observed: There are no network calls, credential requests, or environment-variable usage in the provided files — good from an exposure standpoint — but also confirms it currently cannot access remote memory stores without modification. - Recommended actions: (1) Request the maintainer/source (unknown origin) or inspect/repair intent-classifier.js; (2) add/verify integration code for your actual memory backend before enabling autonomous invocation; (3) run the harness with representative test inputs to confirm behavior and logs; (4) limit agent autonomy to manual invocation until you confirm correct, tested behavior.
Capability Analysis
Type: OpenClaw Skill Name: memory-harness Version: 1.0.0 The memory-harness skill bundle implements a multi-stage context management system for the OpenClaw agent, including intent classification and a safety gate. The code includes a security-focused component, pre-execution-gate.js, which explicitly checks for dangerous patterns like 'rm -rf' and 'eval'. While intent-classifier.js contains syntax errors and fragmented logic, there is no evidence of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
The name/description (3-stage recall, intent classification, entity detection, memory compression, pre-execution gate) matches the included scripts. However, the code does not integrate with any memory backend or external store — targeted-recall returns placeholder items and there are no APIs, DB connections, or credential requirements. SKILL.md asserts fetching 'pinned facts', 'active project', etc., but the implementation only simulates those behaviors. This is an internal inconsistency (promised capabilities are not implemented).
Instruction Scope
SKILL.md and the scripts instruct only local processing (intent detection, recall decision, compression, logging). The harness runs other local scripts via node child processes but does not read unrelated system files, environment variables, or send data to external endpoints. That scope is appropriate for a memory harness template. However, SKILL.md's phrase 'runs automatically at the right times - NOT relying on SKILL.md text alone' implies autonomous runtime behavior; combined with missing backend integration, this could mislead users about what the skill will actually retrieve.
Install Mechanism
No install spec is provided (instruction-only install), and there are no downloads or external packages fetched. The skill includes plain JS files that will run on a Node runtime. No high-risk install mechanism (no arbitrary URL downloads or external package installs) was used.
Credentials
The skill declares no required environment variables, no credentials, and code does not read process.env or access external services. The requested environment access is proportionate to the stated purpose.
Persistence & Privilege
The skill is not always-on, does not request system-wide config paths or modify other skills, and does not persist credentials. It does spawn local node processes (execFileSync) to run its helper scripts — expected for a JS-based harness.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-harness
  3. After installation, invoke the skill by name or use /memory-harness
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of memory-harness: a runtime-enforced, staged recall system for OpenClaw. - Implements 3-stage recall: session preflight, triggered recall, and pre-execution recall gate. - Includes intent classification, entity detection, memory compression, and status tracking. - Recall is automatically triggered based on user intent and entity references, keeping chat lightweight unless contextual memory is needed. - Enforces recall before all execution-like actions to ensure constraints and context are respected. - Outputs are always compressed, ranked, and deduplicated, with hard caps on memory injected. - Provides structured logs for monitoring recall behavior and outcomes.
Metadata
Slug memory-harness
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Memory Harness?

Runtime-enforced memory harness for OpenClaw. Implements 3-stage recall (session preflight, triggered recall, pre-execution gate) with intent classification,... It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.

How do I install Memory Harness?

Run "/install memory-harness" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory Harness free?

Yes, Memory Harness is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memory Harness support?

Memory Harness is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory Harness?

It is built and maintained by taka3693 (@taka3693); the current version is v1.0.0.

💬 Comments