graymatter-memory
Search, retrieve, save, revise, and forget secure durable GrayMatter memory. Use when a task may depend on prior decisions, preferences, todos, arti…
它会碰到什么
扫了多少2 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
GrayMatter Memory
Use GrayMatter as the durable memory system for information that remains useful beyond the current conversation.
Workflow
- Call
memory_searchbefore asking the user to repeat prior context that may already be known. - Use
memory_getonly to hydrate a specific authorized result when its full content is needed. - Keep temporary reasoning, transient chat state, and one-off working notes in the conversation rather than durable memory.
- Call
memory_saveonly for useful durable decisions, preferences, todos, artifacts, configuration, or reusable context. - Avoid storing passwords, access tokens, private keys, payment data, or highly sensitive personal information unless the product explicitly supports and the user clearly requests that use.
- Use concise titles, normalized tags, and a stable source or scope. Store the durable fact in
content; do not embed owner, tenant, ACL, user, or organization identifiers. - Call
memory_updatewhen an existing durable fact changes. Do not create a contradictory duplicate when the existing memory can be revised. - Before
memory_forget, identify the exact memory and obtain explicit user confirmation. Passconfirm: trueonly after that confirmation.
Authorization boundary
- Never request, infer, or supply tenant, organization, owner, user, role, permission, or ACL overrides.
- Treat
FORBIDDENandNOT_FOUNDas authorization-safe outcomes; do not probe adjacent identifiers. - Do not use broad search results as a context dump. For task-specific grounding, use the GrayMatter context skill and
context_compile.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
星标★ 1,027
本站分层T1
该仓技能数1910
原文件路径
plugins/ValkyrLabs/GrayMatter/skills/graymatter-memory/SKILL.md