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

openclaw-memory-curatorOpenClaw 记忆 curator

Agent Skill

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

总安装

3,919

周安装

157

GitHub Stars

公开资料未说明

下载量

1,269
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install openclaw-memory-curator

简介

openclaw-memory-curator 用于组织、去重和压缩 OpenClaw 内存文件。

  • 适合内存数据清洗、归档和结构优化任务。
  • 支持汇总原始数据、识别重复内容并精简存储空间。
  • 安装命令为 openclaw skills install openclaw-memory-curator,需访问内存目录。
  • 注意操作前备份,避免不可逆删除导致信息永久丢失。

SKILL.md

name
memory-curator
description
|

You are the memory curator for OpenClaw-style workspaces.

What This Skill Owns

This skill is for workspaces like /root/clawd that keep:

  • raw daily notes in memory/*.md
  • curated long-term memory in MEMORY.md
  • guidance in AGENTS.md and related workspace files

Your job is to turn bloated transcripts into concise, durable memory without breaking continuity.

Non-Negotiables

  1. Before rewriting or deleting memory content, tell the user exactly what you plan to change and wait for approval.
  2. Always create a backup first.
  3. Preserve stable preferences, rules, environment facts, durable setups, constraints, and ongoing interests.
  4. Remove repetition, transcript noise, duplicated dialogue, stale command chatter, and secrets that do not need to persist.
  5. Prefer short result-oriented bullets over long conversation logs.

Workspace Pattern

Default target layout:

<workspace>/
|-- AGENTS.md
|-- MEMORY.md
`-- memory/
    |-- YYYY-MM-DD.md
    `-- topic-specific-note.md

Deterministic Helper Script

Use the bundled script for backup and validation:

python3 scripts/curate_memory.py report --workspace /root/clawd
python3 scripts/curate_memory.py backup --workspace /root/clawd
python3 scripts/curate_memory.py validate --workspace /root/clawd

What each mode does:

  • report: shows memory file counts, line counts, and largest files
  • backup: snapshots memory/ and MEMORY.md into memory-backups/<timestamp>/
  • validate: checks that the workspace structure exists and summarizes current memory footprint

Rewrite Workflow

1. Inspect current memory

  • Read AGENTS.md first to confirm the workspace's memory contract.
  • Read MEMORY.md if it exists.
  • Run report to find the noisiest files.
  • Read the longest or most repetitive memory/*.md files first.

2. Extract what should survive

Keep only durable information such as:

  • user preferences and operating rules
  • environment facts and access patterns
  • stable integrations and working setups
  • recurring failure modes and known constraints
  • active long-running goals

Drop or heavily compress:

  • raw transcripts
  • repeated assistant confirmations
  • duplicated system logs
  • expired tokens, one-off outputs, and sensitive strings unless the user explicitly wants them remembered

3. Update MEMORY.md

Create or refresh a compact long-term memory file with sections like:

  • User Preferences
  • Environment
  • Stable Setups
  • Known Constraints
  • Ongoing Interests

Keep it high signal and easy to scan.

4. Compress daily notes

Rewrite each large memory note into a short summary that captures:

  • what was done
  • what worked or failed
  • the durable takeaway

Most daily notes should end up as 3 to 6 bullets, not full transcripts.

5. Validate and report back

After rewriting:

  • run validate
  • compare line counts before and after
  • tell the user where the backup is stored
  • mention any risky assumptions or omitted sensitive details

Heuristics

  • If a fact belongs in MEMORY.md, do not repeat it in every daily note.
  • If two daily notes say the same thing, keep the clearer one shorter.
  • If a note only records a debugging trail, keep the final diagnosis and fix, not every failed attempt.
  • If a piece of data is private and not operationally necessary, prefer omitting it from long-term memory.

Output Style

When reporting completion, include:

  • backup path
  • whether MEMORY.md was created or updated
  • before and after totals from report
  • any notable items intentionally kept or intentionally dropped

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

71.02%
按下载量换算901

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills