unCAGd
/install uncagd
unCAGd Skill
Use this skill when the user is working on a repo, software project, agent workflow, plugin, MCP server, or multi-step implementation where decisions may matter later.
When to retrieve memory
Before planning or editing code, call cag.retrieve when:
- The user references prior decisions.
- The task is part of an ongoing project.
- The user asks to continue, refine, implement, or fix something.
- The task involves architecture, naming, APIs, tests, security, or deployment.
Use k=5 unless the user explicitly asks for a broader review.
Set useEmbeddings=true only as a secondary ranker when lexical retrieval is weak.
When to capture a candidate
Call cag.capture_candidate when the conversation produces a durable decision such as:
- Architecture choice.
- Naming convention.
- API contract.
- Security constraint.
- Testing strategy.
- Deployment assumption.
- Project-specific behavior.
Captured candidates are not durable until validated.
When to validate
Call cag.validate_memory only when:
- The user explicitly approves the decision.
- A test passes and the decision is tied to that test.
- A PR/commit/doc source is provided.
- The user says to remember the decision for the project.
Important
Do not store raw assistant guesses as validated memory. Do not use CAG memory as a replacement for reading the codebase. Use retrieved decisions as constraints, not as proof of current code state.
Contradiction workflow
When contradictions are detected:
- Use
cag.resolve_contradictionwithkeep_existingif the prior decision stands. - Use
supersede_existingif policy changed and old validated memories should be deprecated. - Use
create_candidateif the new decision needs review first.
Compression and portability
- Use
cag.compress_memoryto consolidate old validated decisions into one compact, validated summary. - Use
cag.export_memorywithformat=memory_mdfor portable handoff docs. - Use
cag.import_memoryto rehydrate memory in another workspace.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uncagd - 安装完成后,直接呼叫该 Skill 的名称或使用
/uncagd触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
unCAGd 是什么?
Validated CAG decision memory for OpenClaw tools, agents, and long-running project sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。
如何安装 unCAGd?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uncagd」即可一键安装,无需额外配置。
unCAGd 是免费的吗?
是的,unCAGd 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
unCAGd 支持哪些平台?
unCAGd 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 unCAGd?
由 Guideboard Labs(@guideboardlabs)开发并维护,当前版本 v1.0.0。