Nm Gauntlet Curate
v1.0.0Add or edit knowledge annotations. Capture tribal knowledge, business context, and rationale that cannot be inferred from code
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description describe capturing knowledge annotations; the SKILL.md instructs the agent to collect concept/rationale and produce a YAML annotation file — this is coherent and expected.
Instruction Scope
The runtime instructions direct the agent to identify modules and save YAML files to .gauntlet/annotations/<slug>.yaml. Writing repository files is consistent with a curation skill, but users should be aware the skill performs file I/O (creates/overwrites files) and will ask for free-form input that could include sensitive content.
Install Mechanism
No install spec or code files are present; the skill is instruction-only, so nothing is downloaded or written during install.
Credentials
The skill declares no environment variables, credentials, or config paths. This is proportional to its purpose (local annotation curation).
Persistence & Privilege
always:false (good). However disable-model-invocation is false (agent may invoke the skill autonomously). Combined with the fact the skill writes files, users should understand the agent may create/modify files without a separate manual install step.
Assessment
This skill appears to do what it says: it will prompt for a concept and rationale and write a YAML file to .gauntlet/annotations/<slug>.yaml. Before enabling or running it, consider: (1) review the generated files before committing them (they can be created/overwritten in your repo); (2) avoid typing secrets or sensitive data into curator prompts; (3) because the skill can be invoked autonomously by the agent, restrict its use in environments where automatic file writes would be problematic. If you want extra safety, run the skill in a sandboxed checkout or require manual confirmation before saving files.Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
🦞 Clawdis
latest
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
Comments
Loading comments...
