← Back to Skills Marketplace
🔌

NBJ OB1 Agent Memory for OpenClaw

by Nate Jones · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nbj-ob1-agent-memory-openclaw
Description
Use Nate Jones OB1 Agent Memory from OpenClaw with provenance, scope, review, and use-policy discipline.
README (SKILL.md)

NBJ OB1 Agent Memory for OpenClaw

Use this skill when an OpenClaw task has access to NBJ OB1 Agent Memory tools. OB1 is the continuity layer. OpenClaw is the runtime that performs the work.

Core Rule

Recall before meaningful work. Write back only compact, provenance-labeled operational memory after the work is complete.

Available Tools

Use the OpenClaw plugin tools when available:

  • openbrain_recall
  • openbrain_writeback
  • openbrain_report_usage
  • openbrain_inspect_memory
  • openbrain_list_review_queue
  • openbrain_review_memory
  • openbrain_get_recall_trace

If the tools are unavailable, continue the task normally and note that no OB1 recall or write-back occurred. Do not invent remembered facts.

Pre-Task Recall

Before meaningful work, call openbrain_recall with:

  • task_type
  • query
  • entities
  • scope
  • limits
  • sensitivity

Prefer project-scoped recall when a project is known. Keep project_only true by default. Keep include_unconfirmed false unless the user explicitly asks for evidence-level context or the task is review/debugging.

Do not pull personal or channel-only memory into team work unless the user explicitly shared it.

Use returned memories according to use_policy:

  • can_use_as_instruction: the memory can guide behavior directly.
  • can_use_as_evidence: the memory can inform reasoning, but it is not binding.
  • requires_user_confirmation: surface the claim before relying on it.

If two memories conflict, prefer user-confirmed or trusted imported memory over inferred or generated memory. If the conflict matters, ask for confirmation or proceed with the lower-risk assumption.

Post-Task Write-Back

After the task completes, call openbrain_writeback with compact categories:

  • decisions
  • outputs
  • lessons
  • constraints
  • unresolved_questions
  • next_steps
  • failures
  • artifacts

Do not write raw transcripts, model reasoning traces, secret-like values, credential strings, large code blocks, or private customer data dumps. Store summaries and source references.

Agent-written memory starts as evidence by default. It can become instruction only when a human confirms it or it is imported from a trusted source.

Decision memories can become future instructions only when they are user_confirmed or imported from a trusted source. Model-generated lessons are evidence or suggestions until reviewed.

Usage Reporting

After recall, report which memory IDs were used or ignored with openbrain_report_usage. This preserves the recall trace so bad behavior can be debugged later.

Code Review Memory Mode

For pull request review tasks, recall:

  • repo conventions
  • prior review comments
  • recurring bug patterns
  • risky files or subsystems
  • test expectations
  • security-sensitive patterns
  • maintainer preferences

Write back:

  • recurring issue patterns
  • maintainer corrections
  • false positives to avoid
  • tests that caught or missed the issue
  • fixes applied
  • reusable repo lessons

Do not store the full diff. Store artifact references to PRs, commits, or files.

TaskFlow Work Log Mode

For long-running TaskFlows, recall:

  • prior task attempts
  • blockers
  • decisions
  • project constraints
  • owner and channel context

Write back:

  • what was attempted
  • what changed
  • what failed
  • what remains open
  • what should be reviewed
  • what the next agent should know

The write-back should let another agent continue without reading the full transcript.

Usage Guidance
This skill appears coherent and non-malicious, but install it only if you want OpenClaw to use OB1 persistent memory. Before using it for sensitive projects, verify the separate OB1/OpenClaw integration, keep project-scoped recall on, review memory before it becomes instruction-grade, and do not store secrets or private data dumps.
Capability Analysis
Type: OpenClaw Skill Name: nbj-ob1-agent-memory-openclaw Version: 0.1.0 The skill bundle defines a disciplined framework for managing agent memory using the OB1 Agent Memory API. It includes explicit security and privacy instructions in SKILL.md, such as forbidding the storage of secrets, credentials, and private data, and implementing a 'use_policy' to distinguish between human-confirmed instructions and model-generated evidence. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
The skill's purpose is persistent agent memory recall and write-back; this is clearly disclosed and includes provenance and review rules.
Instruction Scope
The instructions broadly say to recall before meaningful work and write back after completion, but they also scope recall by project, avoid unconfirmed memory by default, and require user confirmation for stronger use.
Install Mechanism
There is no install script or code in this package, but the README points to separate OpenClaw/OB1 integrations whose behavior is outside this artifact set.
Credentials
Metadata names external services and tools such as Supabase, OpenRouter, OpenClaw, and the OB1 Agent Memory API; this is aligned with the memory purpose but should be reviewed in the actual integration.
Persistence & Privilege
The skill intentionally creates persistent operational memory for future tasks or agents, with safeguards against raw transcripts, secrets, and unreviewed instruction-grade memory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nbj-ob1-agent-memory-openclaw
  3. After installation, invoke the skill by name or use /nbj-ob1-agent-memory-openclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of nbj-ob1-agent-memory-openclaw skill. - Enables OpenClaw tasks to interact with NBJ OB1 Agent Memory for recall and write-back, following provenance, scope, review, and use-policy discipline. - Provides detailed guidelines for task-specific memory recall and concise, labeled memory write-back. - Integrates memory usage reporting to support debugging and accountability. - Includes specialized modes for code review and TaskFlow work logging.
Metadata
Slug nbj-ob1-agent-memory-openclaw
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is NBJ OB1 Agent Memory for OpenClaw?

Use Nate Jones OB1 Agent Memory from OpenClaw with provenance, scope, review, and use-policy discipline. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install NBJ OB1 Agent Memory for OpenClaw?

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

Is NBJ OB1 Agent Memory for OpenClaw free?

Yes, NBJ OB1 Agent Memory for OpenClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does NBJ OB1 Agent Memory for OpenClaw support?

NBJ OB1 Agent Memory for OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created NBJ OB1 Agent Memory for OpenClaw?

It is built and maintained by Nate Jones (@natebjones); the current version is v0.1.0.

💬 Comments