slm-scope

仓库创建 2026年2月5日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由

提供细粒度共享策略,便于按工作区隔离或协作使用。

▸ 风险提示

错误配置可能导致机密在工作区间被不当共享。

这个 Skill 做什么

控制记忆的可见范围:个人、共享或全局三种模式。

控制记忆数据的可见范围,有三种模式:个人(默认私有)、共享(选定 profile 可见)和全局(同机所有 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/plugin-src/skills/slm-scope/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin-src/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 公开信息 · 原文版权归作者所有