← Back to Skills Marketplace
Project Memory Guard
by
sunbinnju-star
· GitHub ↗
· v1.0.0
· MIT-0
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-memory-guard
Description
Enforce project boundaries and memory writeback rules before anything enters project memory. Use before: writing notes into project memory, saving outputs/ta...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install project-memory-guard - After installation, invoke the skill by name or use
/project-memory-guard - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: enforce project boundaries and memory writeback rules
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install Project Memory Guard?
Run "/install project-memory-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Project Memory Guard free?
Yes, Project Memory Guard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Project Memory Guard support?
Project Memory Guard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Project Memory Guard?
It is built and maintained by sunbinnju-star (@sunbinnju-star); the current version is v1.0.0.
More Skills