slm-profile
仓库创建 2026年2月5日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由
支持独立记忆空间与配置,方便多项目或多用户切换。
▸ 风险提示
切换配置可能改变权限与数据可见性,需注意边界与授权。
这个 Skill 做什么
管理独立记忆工作区与运行时配置,支持无重启切换活动 profile。
把记忆按 profile 完全隔离,每个 profile 都有独立的事实库、代码图索引和工具集,且能在不重启的情况下用 switch_profile 切换活动工作区。适用于同时处理多个项目、客户或租户的场景。能避免信息串位或工具混用,便于分环境管理和权限划分。
▸ 展开 SKILL.md 英文原文
Workspace isolation and runtime profile switching for SuperLocalMemory. Each profile is a fully independent memory namespace — separate facts, code graphs, and tool sets. Use switch_profile (MCP, requires code/full/power profile) to change the active workspace without restarting. Check the active profile with slm status. Required when working across multiple projects, clients, or tenants.
199
Stars
34
Forks
37
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin-src/skills/slm-profile/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin-src/skills/slm-profile/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# slm-profile — Workspace Isolation and Profile Switching A profile is a fully isolated memory workspace. Each profile has its own: - Memory facts (nothing bleeds across profiles by default) - Code graph index (separate per repo/project) - Active MCP tool set (determined by profile tier) - Retention policy and decay settings Profiles are the right tool when you have genuinely separate contexts: a personal project, a client engagement, a production vs staging environment. --- ## Available profiles and their tool sets | Profile | Tools | When to use | |---------|-------|-------------| | `core` | 14 tools — remember, recall, search, session, optimize | Minimal footprint, no code tools | |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有