← 返回 Skills 市场
🔌

NBJ OB1 Agent Memory for OpenClaw

作者 Nate Jones · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nbj-ob1-agent-memory-openclaw
功能描述
Use Nate Jones OB1 Agent Memory from OpenClaw with provenance, scope, review, and use-policy discipline.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nbj-ob1-agent-memory-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nbj-ob1-agent-memory-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug nbj-ob1-agent-memory-openclaw
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

NBJ OB1 Agent Memory for OpenClaw 是什么?

Use Nate Jones OB1 Agent Memory from OpenClaw with provenance, scope, review, and use-policy discipline. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 NBJ OB1 Agent Memory for OpenClaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nbj-ob1-agent-memory-openclaw」即可一键安装,无需额外配置。

NBJ OB1 Agent Memory for OpenClaw 是免费的吗?

是的,NBJ OB1 Agent Memory for OpenClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NBJ OB1 Agent Memory for OpenClaw 支持哪些平台?

NBJ OB1 Agent Memory for OpenClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NBJ OB1 Agent Memory for OpenClaw?

由 Nate Jones(@natebjones)开发并维护,当前版本 v0.1.0。

💬 留言讨论