← 返回 Skills 市场
Project Memory Guard
作者
sunbinnju-star
· GitHub ↗
· v1.0.0
· MIT-0
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install project-memory-guard
功能描述
Enforce project boundaries and memory writeback rules before anything enters project memory. Use before: writing notes into project memory, saving outputs/ta...
安全使用建议
This instruction-only skill is coherent for enforcing memory writeback rules and is low-risk in itself because it requests no installs or credentials. Before installing or relying on it, verify these practical points: 1) Fix the small naming inconsistency (candidate_project_id vs project_id) so implementations don't treat missing fields incorrectly. 2) Define how 'cross-project ambiguity' is detected (rules/heuristics) and what 'cleanup' entails. 3) Provide an explicit normalized_record schema (which fields are allowed, types, max sizes) and document whether and how sensitive data in raw_content is redacted — storing raw_content can retain PII/sensitive secrets. 4) Ensure the guard is actually enforced in your agent pipeline (SKILL.md are instructions; an integration might not implement them correctly). 5) Expose configuration for the confidence threshold (0.6) and provide test vectors for accept/reroute/reject cases. 6) Add audit/logging guidance so decisions are traceable. If you need stronger guarantees, require the skill to be implemented as code with tests and explicit input validation rather than only prose instructions.
功能分析
Type: OpenClaw Skill
Name: project-memory-guard
Version: 1.0.0
The project-memory-guard skill is a data validation and normalization utility designed to enforce schema integrity for project-related records. It defines clear rules for accepting, rejecting, or rerouting content based on metadata presence and confidence scores, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name, description, and required inputs all align with a memory-write validation/guard role. The skill requests no binaries, env vars, or installs that would be unnecessary for this purpose.
Instruction Scope
SKILL.md stays within the guard role and describes inputs, outputs, hard rules, normalization, and failure handling. Minor issues: rule table references 'project_id' while inputs use 'candidate_project_id' (inconsistent naming); 'Cross-project ambiguity' is referenced but not defined (no algorithm or detection criteria); normalized_record schema is underspecified (only some fields described). These should be clarified so implementations cannot misinterpret the guard.
Install Mechanism
No install spec and no code files — lowest disk/installation risk (instruction-only).
Credentials
No credentials, env vars, or config paths are requested; this is proportionate to the stated task.
Persistence & Privilege
always:false, no persistent/system-wide changes requested. The skill does not request autonomous elevation or modify other skills/configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install project-memory-guard - 安装完成后,直接呼叫该 Skill 的名称或使用
/project-memory-guard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: enforce project boundaries and memory writeback rules
元数据
常见问题
Project Memory Guard 是什么?
Enforce project boundaries and memory writeback rules before anything enters project memory. Use before: writing notes into project memory, saving outputs/ta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Project Memory Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install project-memory-guard」即可一键安装,无需额外配置。
Project Memory Guard 是免费的吗?
是的,Project Memory Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Project Memory Guard 支持哪些平台?
Project Memory Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Project Memory Guard?
由 sunbinnju-star(@sunbinnju-star)开发并维护,当前版本 v1.0.0。
推荐 Skills