Memos Memory Guide Local

v1.0.0

Use the MemOS Lite memory system to search and use the user's past conversations. Use this skill whenever the user refers to past chats, their own preference...

0· 257·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description claim to teach how to use MemOS Lite memory tools; the SKILL.md exclusively documents when and how to call memory_search, task_summary, skill_get, skill_install, memory_timeline, and memory_viewer. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
Instructions stay within the memory-search and retrieval domain. They advise generating short queries from the user's message and calling memory_* tools. One privacy-relevant note: generating queries from user input can cause the agent to include sensitive user content in memory-search queries or subsequent calls; this is expected for a memory tool but worth awareness. The guide does not ask the agent to read unrelated files or secrets.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is written to disk and no external packages are fetched. Low installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime instructions reference only platform memory tools (memory_search, task_summary, etc.), which are proportionate to the described function.
Persistence & Privilege
always is false and there is no request for persistent system presence. The guide documents calling skill_install to install other skills when useful — that is a normal capability but means the agent (when permitted) can add skills into the workspace. Autonomous model invocation is enabled by default (disable-model-invocation=false), which is standard; because this skill is coherent and requests no extra credentials, that combination is not flagged as a security problem here.
Assessment
This skill is a documentation-only guide for the platform's memory tools and does not request credentials or install anything by itself, so it's internally coherent. Before enabling use: (1) Be aware the skill instructs the agent to search your past conversations and to generate short queries from user messages — avoid storing sensitive secrets in memories you don't want searched. (2) The guide allows calling skill_install to add other skills; only allow installing additional skills you trust. (3) If you are concerned about autonomous agent actions, consider tightening agent invocation permissions (or require manual approval) so the agent cannot autonomously install skills or run actions you didn't explicitly approve.

Like a lobster shell, security has layers — review code before you run it.

latestvk9701v8aprgv2rb8n7mdk1rtz983hfef

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments