跳到主要内容
知仓学习社ZHICANG

graymatter-memory

Search, retrieve, save, revise, and forget secure durable GrayMatter memory. Use when a task may depend on prior decisions, preferences, todos, arti…

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少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

  1. Call memory_search before asking the user to repeat prior context that may already be known.
  2. Use memory_get only to hydrate a specific authorized result when its full content is needed.
  3. Keep temporary reasoning, transient chat state, and one-off working notes in the conversation rather than durable memory.
  4. Call memory_save only for useful durable decisions, preferences, todos, artifacts, configuration, or reusable context.
  5. 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.
  6. 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.
  7. Call memory_update when an existing durable fact changes. Do not create a contradictory duplicate when the existing memory can be revised.
  8. Before memory_forget, identify the exact memory and obtain explicit user confirmation. Pass confirm: true only after that confirmation.

Authorization boundary

  • Never request, infer, or supply tenant, organization, owner, user, role, permission, or ACL overrides.
  • Treat FORBIDDEN and NOT_FOUND as 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 拉。许可未声明的技能只给原始仓库链接,不打包。