← Back to Skills Marketplace
guideboardlabs

unCAGd

by Guideboard Labs · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
59
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uncagd
Description
Validated CAG decision memory for OpenClaw tools, agents, and long-running project sessions.
README (SKILL.md)

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_contradiction with keep_existing if the prior decision stands.
  • Use supersede_existing if policy changed and old validated memories should be deprecated.
  • Use create_candidate if the new decision needs review first.

Compression and portability

  • Use cag.compress_memory to consolidate old validated decisions into one compact, validated summary.
  • Use cag.export_memory with format=memory_md for portable handoff docs.
  • Use cag.import_memory to rehydrate memory in another workspace.
Usage Guidance
This skill appears purpose-aligned for validated project decision memory. Before installing, confirm you trust the referenced MCP package/runtime, understand where memory is stored, and review or approve decisions before they become durable memory.
Capability Analysis
Type: OpenClaw Skill Name: uncagd Version: 1.0.0 The skill bundle defines a workflow for managing 'CAG' (Context-Aware Guidance) decision memory within a project. The instructions in SKILL.md provide logical guidelines for the AI agent to retrieve, capture, and validate project decisions (e.g., architecture, naming conventions) and include safety constraints against storing unverified guesses. No malicious code, data exfiltration, or harmful prompt injection attempts were identified.
Capability Assessment
Purpose & Capability
The stated purpose is validated project decision memory, and the instructions match that purpose by retrieving, capturing, validating, compressing, importing, and exporting decisions.
Instruction Scope
The skill encourages memory retrieval before planning or editing in ongoing projects, so stored decisions may influence future agent work; it also includes safeguards such as requiring explicit validation and warning not to treat memory as proof of code state.
Install Mechanism
The registry says there is no install spec and no code files, while _meta.json references an external package and MCP server command; this is a review-context/provenance gap, not evidence of malicious behavior.
Credentials
No credentials, required binaries, broad filesystem access, or environment variables are declared. The sensitive behavior is persistent memory handling, which is proportionate to the stated purpose.
Persistence & Privilege
The skill explicitly creates and reuses validated memory across long-running sessions and can import/export memory, so users should understand what project decisions are being retained or moved.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uncagd
  3. After installation, invoke the skill by name or use /uncagd
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release of unCAGd OpenClaw CAG memory skill.
Metadata
Slug uncagd
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is unCAGd?

Validated CAG decision memory for OpenClaw tools, agents, and long-running project sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 59 downloads so far.

How do I install unCAGd?

Run "/install uncagd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is unCAGd free?

Yes, unCAGd is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does unCAGd support?

unCAGd is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created unCAGd?

It is built and maintained by Guideboard Labs (@guideboardlabs); the current version is v1.0.0.

💬 Comments