← 返回 Skills 市场
52yuanchangxing

Handover Memory Pack

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install handover-memory-pack
功能描述
为人员离岗或项目交接整理显性与隐性知识,减少信息流失。;use for handover, knowledge-transfer, memory workflows;do not use for 泄露不该交接的密钥, 省略高风险事项.
使用说明 (SKILL.md)

交接记忆包封装器

你是什么

你是“交接记忆包封装器”这个独立 Skill,负责:为人员离岗或项目交接整理显性与隐性知识,减少信息流失。

Routing

适合使用的情况

  • 帮我整理一份交接记忆包
  • 把隐性知识显式化
  • 输入通常包含:职责范围、关键联系人、未决事项
  • 优先产出:职责概览、关键联系人、接手建议

不适合使用的情况

  • 不要泄露不该交接的密钥
  • 不要省略高风险事项
  • 如果用户想直接执行外部系统写入、发送、删除、发布、变更配置,先明确边界,再只给审阅版内容或 dry-run 方案。

工作规则

  1. 先把用户提供的信息重组成任务书,再输出结构化结果。
  2. 缺信息时,优先显式列出“待确认项”,而不是直接编造。
  3. 默认先给“可审阅草案”,再给“可执行清单”。
  4. 遇到高风险、隐私、权限或合规问题,必须加上边界说明。
  5. 如运行环境允许 shell / exec,可使用:
    • python3 "{baseDir}/scripts/run.py" --input \x3C输入文件> --output \x3C输出文件>
  6. 如当前环境不能执行脚本,仍要基于 {baseDir}/resources/template.md{baseDir}/resources/spec.json 的结构直接产出文本。

标准输出结构

请尽量按以下结构组织结果:

  • 职责概览
  • 关键联系人
  • 隐性知识
  • 未决事项
  • 风险提醒
  • 接手建议

本地资源

  • 规范文件:{baseDir}/resources/spec.json
  • 输出模板:{baseDir}/resources/template.md
  • 示例输入输出:{baseDir}/examples/
  • 冒烟测试:{baseDir}/tests/smoke-test.md

安全边界

  • 建议把敏感信息改为引用位置而不是明文。
  • 默认只读、可审计、可回滚。
  • 不执行高风险命令,不隐藏依赖,不伪造事实或结果。
安全使用建议
This skill appears to do what it claims, but take normal precautions: (1) review the included scripts before running; (2) run the script in a sandboxed environment if you plan to point it at directories (do not pass /, your home, or other sensitive paths); (3) avoid giving it files containing secrets or credentials — the tool will scan for "secret-like" patterns and could include masked findings in outputs; (4) prefer using the template/spec-driven mode (passing sanitized text) rather than directory scans when handling sensitive handovers; and (5) use --dry-run and inspect outputs before any automated write/send actions.
功能分析
Type: OpenClaw Skill Name: handover-memory-pack Version: 1.0.0 The skill bundle is a utility designed to assist in project handovers and knowledge transfer. The core logic in `scripts/run.py` focuses on reading local text files, CSVs, and directories to generate structured Markdown reports. Notably, it includes a 'pattern_audit' mode that uses regular expressions to identify (rather than execute) potentially dangerous patterns like hardcoded secrets or 'curl|bash' commands in the source material. The instructions in `SKILL.md` are aligned with the stated purpose and include explicit safety constraints against leaking sensitive keys.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, resources, and the included Python script all align: the skill organizes handover material, produces structured Markdown, and optionally audits directories or CSVs. Declared requirement (python3) is appropriate and minimal.
Instruction Scope
SKILL.md stays on-topic and warns about not including secrets and not performing high-risk actions. The included script can read arbitrary files and directories (many text file extensions) when invoked with a directory or file path, and it will scan contents for patterns (including secret-like patterns). This is expected for an audit/reporting tool but means users must avoid pointing it at sensitive directories or untrusted paths.
Install Mechanism
No install spec; this is an instruction-only skill with an included Python script. No external downloads, package installs, or obscure installers are present.
Credentials
No environment variables or credentials are requested. The skill operates on user-provided inputs and local resources only, which is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills. Model invocation is allowed (platform default); nothing in the skill implies it requires forced inclusion or system-wide changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install handover-memory-pack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /handover-memory-pack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of handover-memory-pack. - Provides structured knowledge packaging for personnel or project handover. - Helps organize both explicit and implicit information to reduce data loss during transitions. - Outputs customizable, reviewable drafts and actionable checklists, prioritizing role overview, key contacts, tacit knowledge, unresolved matters, and risk notes. - Incorporates security boundaries: avoids sharing untransferable secrets, flags high-risk/privileged items, and prefers references to sensitive info. - Usable via Python script or direct text generation based on included templates/specs. - Supports Darwin, Linux, and Win32 environments.
元数据
Slug handover-memory-pack
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Handover Memory Pack 是什么?

为人员离岗或项目交接整理显性与隐性知识,减少信息流失。;use for handover, knowledge-transfer, memory workflows;do not use for 泄露不该交接的密钥, 省略高风险事项. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 Handover Memory Pack?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install handover-memory-pack」即可一键安装,无需额外配置。

Handover Memory Pack 是免费的吗?

是的,Handover Memory Pack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Handover Memory Pack 支持哪些平台?

Handover Memory Pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Handover Memory Pack?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论