通过隔离的无头代理会话对 Claude Code 技能进行测试和验证。当用户想要测试或验证新创建或修改过的 Claude Code 技能时使用。触发示例包括“测试此技能”、“验证该技能”、“验证技能功能”、“检查技能是否正常工作”、“スキルをテストして”、“スキルを検証して”或任何旨在确保技能按预期行为的请求。每个测试均在全新的无头 Claude 会话中运行,最大限度减少上下文污染,并支持带有会话上下文的基于故事的测试。不要将其用于质量评分或描述改进(改进描述请使用 skill-improver)。
通过隔离的无头代理会话对 Claude Code 技能进行测试和验证。当用户想要测试或验证新创建或修改过的 Claude Code 技能时使用。触发示例包括“测试此技能”、“验证该技能”、“验证技能功能”、“检查技能是否正常工作”、“スキルをテストして”、“スキルを検証して”或任何旨在确保技能按预期行为的请求。每个测试均在全新的无头 Claude 会话中运行,最大限度减少上下文污染,并支持带有会话上下文的基于故事的测试。不要将其用于质量评分或描述改进(改进描述请使用 skill-improver)。
Category: developer (开发工具) · Author: wadackel · Version: @main
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer