Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

openclaw-memory-formatOpenClaw 记忆 format

Agent Skill

openclaw-memory-format 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,387

周安装

137

GitHub Stars

公开资料未说明

下载量

1,063
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-memory-format(OpenClaw 记忆 format)
来源仓库:https://github.com/hanxiao-bot/openclaw-memory-format
安装命令:
openclaw skills install openclaw-memory-format
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-memory-format

简介

openclaw-memory-format 使用结构化 Markdown 管理多层内存系统。

  • 适合长期、日常与会话记忆的混合组织与检索。
  • 支持语义与关键词混合搜索机制。
  • 安装命令为 openclaw skills install openclaw-memory-format,需定义内存层级结构。
  • 注意文件格式一致性,避免解析错误影响记忆加载。

SKILL.md

Memory Format - Memory Format Guide

Overview

OpenClaw's memory system uses multi-layered storage combining semantic and keyword search.

Memory Layers

1. MEMORY.md (Long-term Memory)

  • Manually maintained core memory
  • Loaded into system prompt on startup
  • Human-readable and editable
  • Path: $WORKSPACE/MEMORY.md

2. memory/YYYY-MM-DD.md (Daily Memory)

  • Auto-written by memory flush
  • Triggered when context is full
  • Appended to the day's date file
  • Path: memory/YYYY-MM-DD.md

3. Session Memory

  • Only visible in current session
  • Auto-cleared after session ends

Improved Daily Memory Format

Use structured format for easy later retrieval:

# 2026-04-01 Daily Memory

## Completed Today
- Researched Claw Code architecture
- Completed MCP orchestration analysis
- Started P0 improvement tasks

## Conversation Summary
- User request: Full analysis of OpenClaw vs Claw-Code
- Systems involved: Tool/Session/MCP/API/Hook/Plugin/Prompt/Skill/Memory/Sandbox/Error
- Output: Complete improvement list (22 items)

## Key Decisions
- MCP process pool needs core modification, P3
- Tool Schema supplements added to TOOLS.md
- Hook examples library created

## Follow-up Items
- [ ] Execute P0 tasks 1-6
- [ ] Verify improvement effects
- [ ] Continue P1 tasks

## Important Files
- $WORKSPACE/MEMORY.md
- $WORKSPACE/claw-code/ (cloned claw-code repository)

## Technical Notes
- Hybrid search: vector 70% + text 30%
- Compaction threshold: 4k tokens reserved space
- Sandbox: Docker network=none, capDrop=ALL

Memory Search

memory_search tool

Use semantic search to find relevant memories:
- Returns 6 results by default
- minScore: 0.35
- Supports hybrid search mode

memory_get tool

Read specific memory files:
- path: file path (MEMORY.md or memory/YYYY-MM-DD.md)
- from: start line
- lines: line limit

Flush Triggers

ConditionThreshold
softThresholdTokens4000 tokens reserved space
forceFlushTranscriptBytes2MB force flush
reserveTokensFloor20000 tokens floor

Best Practices

  1. Daily summary: Write end-of-day summary
  2. Structured: Use headings, sections, lists
  3. Searchable: Include keywords for search
  4. Not excessive: Only write important, long-term memories
  5. Periodic cleanup: Distill daily → MEMORY.md

Difference from Compact

| | Memory Flush | Compaction | |--|-------------|-----------| | Trigger | Context full | Context full | | Write | memory/YYYY-MM-DD.md | No file write | | Content | Important memories | Conversation summary | | Format | Structured markdown | Internal summary |

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.25%
按下载量换算885

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills