memos-memory-guide
Use the MemOS Local memory system to search and use the user's past conversations. Use this skill whenever the user refers to past chats, their own preferences or history, or when you need to answer from prior context. When auto-recall returns nothing (long or unclear user query), generate your own short search query and call memory_search. Available tools: memory_search, memory_get, memory_write_public, task_summary, skill_get, skill_search, skill_install, skill_publish, skill_unpublish, memory_timeline, memory_viewer.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binyuli/memos-memory-guideWhat This Skill Does
The MemOS Local Memory guide is a core utility for the OpenClaw AI agent ecosystem, providing a structured interface to interact with long-term conversation history. It bridges the gap between ephemeral chat sessions and persistent knowledge storage. By utilizing a vector-based search, the skill enables agents to recall user preferences, past decisions, and specific details across multiple interactions. It manages both private memory spaces and a collaborative public layer, allowing for sophisticated multi-agent coordination. The skill is designed to augment the agent's natural "automatic recall" by providing granular tools for targeted lookups, original source retrieval, and shared information broadcasting.
Installation
To integrate this memory management capability into your OpenClaw environment, execute the following command in your terminal or command-line interface:
clawhub install openclaw/skills/skills/binyuli/memos-memory-guide
Use Cases
- Personalization: Retrieving historical user context to ensure the assistant remembers names, past projects, or preferred communication styles.
- Knowledge Management: Using
memory_write_publicto store team decisions or project workflows so that all agents in a collaborative suite can access the same data. - Deep Research: When a user asks a complex question about a previous interaction that wasn't covered by automatic recall, the agent can perform a surgical search using specific parameters to filter by role or keywords.
- Verification: Using
memory_getto retrieve the full context of a memory chunk when a summary or search excerpt is too brief to make an informed decision.
Example Prompts
- "What was the conclusion we reached during our meeting last Tuesday regarding the project timeline?"
- "Search through my history for all mentions of 'Python environment setup' and summarize the steps I settled on."
- "Save this list of architectural patterns to the public memory so other agents can reference our tech stack standard."
Tips & Limitations
- Leverage Automatic Recall: Do not overuse manual
memory_searchcalls. The system handles standard queries effectively. Use the manual tools only when the automatic hook fails or the query is ambiguous. - Data Sensitivity: Remember that
memory_write_publicexposes content to all agents in your environment. Never write sensitive API keys, passwords, or PII (Personally Identifiable Information) to public memory. Use this tool strictly for operational knowledge and team-based context.
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-binyuli-memos-memory-guide": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
doc-export
将对话中解决的问题整理成方案文档,部署到 web 服务器供用户下载
luoyonghao-perspective
罗永浩的思维框架与表达方式。基于公开资料深度调研,提炼N个核心心智模型、N条决策启发式和完整的表达DNA。 用途:作为思维顾问,用罗永浩的视角分析问题、审视决策、提供反馈。 当用户提到「用罗永浩的视角」「罗永浩会怎么看」「老罗模式」「luoyonghao perspective」时使用。 即使用户只是说「帮我用老罗的角度想想」「如果罗永浩会怎么做」「切换到罗永浩」也应触发。
Traffic Monitor
Skill by binyuli
skill-packager
file types, or tasks that trigger it.
skill-autosave
自动将任务经验沉淀为 skill。当任务满足沉淀条件时触发:使用了 5+ 次 tool call、遇到错误后找到正确解法、用户纠正了方法、或发现了可复用的多步骤 workflow。完成任务后自动评估是否值得沉淀,查重已有 skill,创建新 skill 或更新已有 skill。