← 返回 Skills 市场
89
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-gauntlet-challenge
功能描述
Run a gauntlet challenge session with adaptive difficulty. Tests codebase understanding through multiple choice, code completion, trace exercises, and more
安全使用建议
This skill appears to do exactly what it says: read and update files under a .gauntlet directory to run quizzes. Before enabling it, inspect the .gauntlet/knowledge.json and state files in your repo to ensure they contain no secrets and that you trust the pass-token behavior (it will write tokens to the repo when gating). If you need stronger isolation, run the skill on a disposable clone or ensure your CI/pre-commit setup verifies pass tokens. Note the SKILL.md is somewhat high-level about how answers are evaluated and which conversation context is consulted — if you need strict auditability, test the skill in a controlled environment first.
功能分析
Type: OpenClaw Skill
Name: nm-gauntlet-challenge
Version: 1.0.0
The skill bundle implements a 'gauntlet challenge' system for testing codebase knowledge, ported from the Claude Night Market project. It manages state and progress within a local `.gauntlet` directory and follows a standard workflow of presenting questions and evaluating answers. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description describe an in-repo gauntlet that quizzes developers. The SKILL.md only requires access to repository-local state files (.gauntlet/knowledge.json, .gauntlet/state/*) and updating developer progress — these needs are coherent with the stated purpose.
Instruction Scope
Instructions explicitly tell the agent to read .gauntlet/knowledge.json and developer progress files, check pending_challenge.json, evaluate answers, and write a pass token for pre-commit gates. Reading and writing repository files is in-scope for a codebase quiz, but users should be aware this skill will access and modify files in the repo (the skill does not limit which files beyond the .gauntlet paths). The evaluation step refers to the "developer's most recent message," which may cause the agent to consult conversation context; the SKILL.md is not prescriptive about exactly which contexts to use.
Install Mechanism
No install spec and no code files — this is instruction-only, so nothing is written to disk by an installer. Low installation risk.
Credentials
The skill declares no required environment variables, credentials, or external service keys. Its file-access requirements are proportional to a local gauntlet that stores knowledge and state in .gauntlet.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. However, it does perform writes to repository state (e.g., pass tokens, progress/streak updates). That is normal for this use case but means the skill can modify repository files when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-gauntlet-challenge - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-gauntlet-challenge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "challenge" skill, ported from claude-night-market/gauntlet.
- Run interactive gauntlet challenge sessions with adaptive difficulty.
- Supports multiple challenge types: multiple choice, code completion, and tracing exercises.
- Tracks developer progress, evaluates answers, and adapts based on performance.
- Provides scoring, streak tracking, and explanations for failed responses.
元数据
常见问题
Nm Gauntlet Challenge 是什么?
Run a gauntlet challenge session with adaptive difficulty. Tests codebase understanding through multiple choice, code completion, trace exercises, and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Nm Gauntlet Challenge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-gauntlet-challenge」即可一键安装,无需额外配置。
Nm Gauntlet Challenge 是免费的吗?
是的,Nm Gauntlet Challenge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Gauntlet Challenge 支持哪些平台?
Nm Gauntlet Challenge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Gauntlet Challenge?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills