← 返回 Skills 市场
team-memory
作者
jichengkai
· GitHub ↗
· v2.3.0
· MIT-0
213
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install team-memory
功能描述
私人团队记忆管理系统 - 记录成员观察、生成绩效报告、辅助管理决策
安全使用建议
This skill is internally consistent for building a local team memory system: it stores and reads markdown files and its scripts only create directories/files under ~/.config/opencode/skills/team-memory. Before installing or running scripts: 1) Inspect scripts/init.sh and scripts/new-member.sh yourself (they just mkdir and write files) and run them in a non-privileged account. 2) Fix ambiguous aliases in skill-config.yaml (e.g., "ZS" appears for multiple members) to avoid misattribution. 3) Treat the data as sensitive: do not enable cloud-sync unless you intentionally want backups in a cloud service and you understand encryption/retention/consent/legal obligations for personnel data. 4) Because the package source/homepage is unknown, prefer running locally without network access and keep backups under your control; if you need long-term support, prefer a skill with a known maintainer or host the files in an internal repo. 5) If you intend to share or archive records, adopt a retention/deletion policy and document consent for recorded observations.
功能分析
Type: OpenClaw Skill
Name: team-memory
Version: 2.3.0
The skill bundle is a team management system designed to store sensitive PII and performance observations locally. While the intent appears legitimate, the shell scripts (specifically scripts/new-member.sh) are vulnerable to path traversal and potential command injection because they do not sanitize input variables like 'NAME' when creating files or directories. Additionally, the installation instructions in README.md and scripts/init.sh rely on hardcoded paths (e.g., ~/Desktop), and the system encourages the creation of 'shadow files' containing sensitive HR-like data without any built-in encryption or access controls.
能力评估
Purpose & Capability
Name/description (team memory for managers) match the included files and scripts: markdown data files, templates, an init script, and a new-member script. The skill does not request unrelated credentials or binaries. One operational caveat: the package source/homepage is unknown which affects trust/maintenance but does not make the capability incoherent.
Instruction Scope
SKILL.md explicitly describes reading and using local markdown files (蒸馏/时间轴/档案) which is consistent with the stated purpose. It also documents optional workflows that involve copying/syncing data to cloud storage (README examples show Dropbox/网盘 symlink) — those are user-driven actions and not automatic, but they materially affect privacy. Additionally, skill-config.yaml / shortcuts contain a potential alias conflict (alias "ZS" used for multiple members), which could cause misattribution when using shortcuts; this is a configuration quality issue you should fix before use.
Install Mechanism
No install spec in the registry; the skill is instruction + two small shell scripts. The scripts only create directories and write markdown files under $HOME/.config/opencode/skills/team-memory and do not download or execute remote code. No high-risk install behavior detected.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths outside its own ~/.config/opencode/skills/team-memory area. The example config has a backup.cloud-sync flag defaulting to false; enabling cloud sync would be a user decision and increases exposure risk but is not required by the skill.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills. Its scripts persist data under the user's home config directory (expected for this purpose). Autonomous invocation is allowed (platform default) but there is no evidence the skill abuses persistence or escalates privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install team-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/team-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.3.0
- 新增“向上管理”与“公司动向”模块,支持记录上级期望与公司战略变化
- 新增数据目录 data/upward/上级期望.md 和 data/company/战略方向.md
- SKILL.md 说明文档同步更新,介绍新模块和数据结构
- 支持更完整的团队上下管理视角
v2.2.3
- 引入 Structured Distillation 三层架构:档案层、蒸馏层、原始层,提升成员管理的结构化程度
- 新增成员档案(含性格、OKR、发展计划)和蒸馏摘要文件,便于快速理解和检索
- 数据结构优化,成员内容分为“档案.md”“蒸馏.md”“时间轴.md”三个独立文件
- 移除旧有时间轴格式使用指南,添加双层架构场景示例
- 使用节奏与模板结构更加聚焦 OKR、年度沟通和多层记录
v2.2.1
Version 2.2.1
- 新增参考文档:场景示例、记录模板、故障排除(references/*.md)
- 增加脚本工具:目录初始化脚本与新成员创建脚本(scripts/init.sh, scripts/new-member.sh)
- 增强数据结构,新增“管理反思”和自动追踪目录
- 简化并明确三种记录类型(观察、对话、管理)
- 更新使用流程和隐私说明,提升易用性
- 移除过多细节,提升文档简洁度
v2.2.0
✅ SKILL.md 从 408行 → 90行(精简 78%)
✅ 示例和模板移到 references/
✅ 创建初始化脚本
✅ README.md 更新结构说明
v2.1.0
team-memory v2.1.0
- 全新重写SKILL.md,详细说明本地团队记忆系统的功能、数据结构和典型场景
- 明确聚焦于为技术管理者提供日常观察、结构化绩效分析及多场景报告输出
- 补充了事件结构、记录流程、快速记录模板和输出模板
- 加入隐私与数据本地化保护建议
- 新增团队健康度仪表盘与预测性提醒等进阶管理辅助玩法
- 用户指南覆盖初始化、日常流程、常见问题与改进建议
元数据
常见问题
team-memory 是什么?
私人团队记忆管理系统 - 记录成员观察、生成绩效报告、辅助管理决策. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。
如何安装 team-memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-memory」即可一键安装,无需额外配置。
team-memory 是免费的吗?
是的,team-memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
team-memory 支持哪些平台?
team-memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 team-memory?
由 jichengkai(@jichengkai)开发并维护,当前版本 v2.3.0。
推荐 Skills