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.mdsource 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
- Identify the module to annotate
- Ask for the concept (key insight or rule)
- Ask for the why (rationale, history, context)
- Generate YAML annotation file
- Save to
.gauntlet/annotations/<slug>.yaml - Confirm saved and will be included in future challenges