slm-scope
仓库创建 2026年2月5日最近提交 1 天前SkillHot 收录 8 小时前
▸ 精选理由
提供受控的跨工作区共享策略,避免误泄露信息。
▸ 风险提示
跨配置共享可能泄露敏感信息,需明确授权
这个 Skill 做什么
控制记忆在个人、共享或全局配置间的可见性与共享范围。
控制记忆的可见性与共享范围:默认是 personal(私有),也可以按需设为 shared(指定 profile 间共享)或 global(同机所有 profile 可见)。只有在用户明确要求时才改变范围,读写记忆时分别使用相应 scope。这样既保护隐私又能按需把信息共享到合适的工作区。
▸ 展开 SKILL.md 英文原文
Controls memory visibility across profiles — personal (private, default), shared (selected profiles), or global (all profiles on this machine). Default is always personal. Only change scope when the user explicitly asks to share a memory across workspaces. Works with both remember (write scope) and recall (read scope flags).
199
Stars
34
Forks
37
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/qualixar/superlocalmemory/main/codex-plugin/skills/slm-scope/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/codex-plugin/skills/slm-scope/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# slm-scope — Memory Scope and Sharing Model SuperLocalMemory is profile-isolated by default. Every profile is a fully independent memory namespace. The scope model adds controlled, opt-in sharing between profiles on the same machine — it is never active unless you explicitly set it. --- ## The Three Scopes | Scope | Visibility | When to use | |-------|-----------|-------------| | `personal` | Active profile only | Default — all facts. Never set explicitly. | | `shared` | Active profile + `shared_with` profiles | Team handoffs, shared project context | | `global` | Every profile on this machine | Machine-wide conventions, org-wide rules | **The default is always `personal`.** A fact sto
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有