← 返回 Skills 市场
210
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install project-context-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/project-context-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 210 次。
如何安装 Project Context Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install project-context-manager」即可一键安装,无需额外配置。
Project Context Manager 是免费的吗?
是的,Project Context Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Project Context Manager 支持哪些平台?
Project Context Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Project Context Manager?
由 崔之行(@changer-changer)开发并维护,当前版本 v1.0.0。
推荐 Skills