← Back to Skills Marketplace
210
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-context-manager
Description
Project-based agent context management system for maintaining long-term memory and project state across sessions. Use when starting or continuing any softwar...
Usage Guidance
This skill is coherent with its stated goal but stores detailed, persistent project and agent reasoning files (PROJECT_CONTEXT.md and AI_memory/). Before using it: 1) Decide and confirm the exact directory where these files will be written (limit to a non-sensitive project folder). 2) Add those files to .gitignore or other VCS ignore rules as appropriate to avoid accidental commits. 3) Expect that internal reasoning, intermediate drafts, environment info, and possibly secrets could be recorded — sanitize inputs and avoid pasting secrets into prompts. 4) Consider adding explicit retention/rotation policies or manual review steps for PROJECT_CONTEXT.md and AI_memory/; require redaction of secrets. 5) If you need privacy for the project, avoid enabling automatic session-trace logging or restrict the skill to trusted/non-sensitive projects. If you want me to, I can draft a safer, privacy-preserving variant of the protocols (e.g., redaction checks, optional retention limits, or opt-in tracing).
Capability Analysis
Type: OpenClaw Skill
Name: project-context-manager
Version: 1.0.0
The project-context-manager skill is a structured workflow framework designed to help AI agents maintain state and documentation across development sessions. It enforces the use of a project context file (PROJECT_CONTEXT.md) and session traces (AI_memory/), while explicitly mandating safety protocols, such as avoiding destructive system commands and requiring user confirmation for terminal operations. The skill contains no evidence of malicious intent, data exfiltration, or unauthorized execution logic.
Capability Assessment
Purpose & Capability
Name and description describe project-level context and long-term memory; the skill is instruction-only and requires no external credentials or binaries. The required read/write of PROJECT_CONTEXT.md and AI_memory/ is coherent with 'project context manager' functionality.
Instruction Scope
The SKILL.md instructs the agent to record detailed 'cognitive processes' in AI_memory/ and to append never-delete history to PROJECT_CONTEXT.md (session traces, self-corrections, 'Aha! moments', etc.). That effectively preserves chain-of-thought and possibly sensitive project or user data permanently. It also mandates updates 'BEFORE outputting suggestions', increasing the chance internal reasoning and intermediate drafts are persisted. There are no safeguards described for redacting secrets or limiting retention or scope.
Install Mechanism
No install spec and no code files — lowest-risk delivery method. Nothing is downloaded or written by an installer by default; all behaviors come from agent-run operations following the instructions.
Credentials
The skill does not request environment variables or external credentials (proportional). However, its TechSpec and routines encourage recording environment details (OS, CUDA, versions) and other system constraints into persistent files. Collecting and storing such system metadata may be unnecessary for some projects and could leak sensitive configuration info.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. However, it explicitly requires creating and keeping append-only logs (PROJECT_CONTEXT.md @History and AI_memory/ traces), which yields long-lived on-disk data that may grow unbounded and retain potentially sensitive content unless the user controls where those files are written.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install project-context-manager - After installation, invoke the skill by name or use
/project-context-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
project-context-manager v1.0.0
- Initial release introducing project-based agent context management.
- Enforces maintenance of PROJECT_CONTEXT.md as the definitive project state.
- Implements AI_memory session trace recording for tracking development reasoning.
- Applies strict safety protocols for file system operations.
- Defines clear engineering habits, output checklists, and safety prohibitions.
- Enables systematic, transparent, and persistent context tracking for complex software projects.
Metadata
Frequently Asked Questions
What is Project Context Manager?
Project-based agent context management system for maintaining long-term memory and project state across sessions. Use when starting or continuing any softwar... It is an AI Agent Skill for Claude Code / OpenClaw, with 210 downloads so far.
How do I install Project Context Manager?
Run "/install project-context-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Project Context Manager free?
Yes, Project Context Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Project Context Manager support?
Project Context Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Project Context Manager?
It is built and maintained by 崔之行 (@changer-changer); the current version is v1.0.0.
More Skills