ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

curate

Add or edit knowledge annotations. Capture tribal knowledge, business context, and rationale that cannot be inferred from code

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-gauntlet-curate
Or

Night Market Skill — ported from claude-night-market/gauntlet. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Curate Knowledge

Add developer-authored annotations to the knowledge base.

Steps

  1. Identify the module to annotate
  2. Ask for the concept (key insight or rule)
  3. Ask for the why (rationale, history, context)
  4. Generate YAML annotation file
  5. Save to .gauntlet/annotations/<slug>.yaml
  6. Confirm saved and will be included in future challenges

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-gauntlet-curate": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.