用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/camel-ai/GBQA --skill code命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | code |
| description | Codebase reading and white-box debugging capabilities. |
This skill grants the agent the ability to inspect the target software's source code and perform white-box debugging via temporary code injection.
code_list_files: Discover the structure of the environment codebase.code_read_file: Read source code to understand logic or identify bugs.code_search: Search for keywords or patterns across the entire codebase.code_write_file: Inject print() statements or temporary fixes to diagnose complex issues.code_restore_file: Revert any modifications made during debugging.code_list_files, code_read_file, or code_search to find relevant handlers before modifying files.code_write_file, ensure you have a plan to use code_restore_file.print() to trace variable states in the sandbox. Logs can be read via log_analyze./sandbox/software directory (handled automatically).基于 SOC 职业分类