Skills curate

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/athola/nm-gauntlet-curate" ~/.claude/skills/clawdbot-skills-curate && rm -rf "$T"
manifest: skills/athola/nm-gauntlet-curate/SKILL.md
source content

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