memory-review
知识沉淀自动化技能。扫描近期日记,识别可沉淀知识,自动写入知识库。触发时机:cron 定时任务或手动调用。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/axelhu/memory-reviewWhat This Skill Does
Memory Review is a specialized knowledge management automation tool designed for OpenClaw users who maintain daily journals or logs. It acts as an intelligent librarian that scans your recent diary entries, identifies high-value information, and structures it into a permanent knowledge base. By parsing your raw input against defined specifications (references/spec.md), the skill categorizes data into error reports, technical insights, and configuration preferences. It then automatically persists this information into standardized 'fw-' (from work) files, ensuring your accumulated wisdom is indexed, searchable, and actionable for future reference.
Installation
To integrate the Memory Review skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/axelhu/memory-review
Ensure that you have initialized your project structure with the required AGENTS.md or MEMORY.md files to hold your configuration settings and reporting endpoints.
Use Cases
- Automated Knowledge Synthesis: Turn scattered daily notes into structured technical guides or documentation.
- Error Tracking & Post-Mortems: Automatically capture technical failures described in logs and store them in a persistent post-mortem database for pattern analysis.
- Preference Management: Extract user behavior patterns and tool configurations from unstructured text to keep agent settings updated in real-time.
- Routine Productivity: Use the skill as a scheduled background process (cron) to clean up and archive knowledge every 48 hours without manual intervention.
Example Prompts
- "Run a memory review for the last 3 days and summarize the key technical insights into our knowledge base."
- "Perform a scan of my recent journals, specifically looking for any recurring bugs and adding them to the post-mortem documentation."
- "Check if any new tool preferences were mentioned in yesterday's notes and update the AGENTS.md file accordingly."
Tips & Limitations
- Consistency is Key: The skill relies on well-formatted diary entries; the clearer you write your daily notes, the better the automated categorization will perform.
- Configuration: Always ensure your
references/spec.mdis updated to reflect your evolving knowledge architecture, as this defines the logic the AI uses for classification. - Safety & Privacy: Since this skill reads sensitive local files, ensure you are running it in a trusted local environment, especially when handling external service credentials or group IDs stored in
AGENTS.md.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-axelhu-memory-review": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
Openclaw Sleep
Skill by axelhu
superpowers-overview
Use when starting any development work or when unsure which superpowers development skill to use - provides entry point and navigation to the full superpowers skill suite for OpenClaw agents
superpowers-subagent-dev
Use when executing implementation plans with independent tasks - coordinates task execution by dispatching subagents per task with verification checkpoints, adapted for OpenClaw's isolated session model
contacts
通讯录查询与维护技能。用于查找联系人信息(open_id、chat_id、account_id 等)、记录新联系人、或查询历史沟通偏好。触发时机:(1) 需要 @某人或向某渠道发消息时 (2) 认识新联系人后需要录入通讯录时 (3) 查询某人的联系方式或交流偏好时 (4) 询问"谁知道xxx的飞书ID"或"怎么联系xxx"时。
superpowers-executing-plans
Use when executing a written implementation plan in the current session with sequential task execution and review checkpoints - for when subagent-driven mode is not available