一键导入
view-subagent-code
View the source code of a saved subagent skill. Use this to understand how an existing subagent works before reusing or adapting it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View the source code of a saved subagent skill. Use this to understand how an existing subagent works before reusing or adapting it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a new Python subagent file in the workspace. After creating, use run_subagent to test it (NOT use_saved_subagent).
Complete the task with a final answer and save reusable subagents as skills. Use this when you have successfully solved the question.
List all previously saved subagent skills. Use this to check if a suitable subagent already exists before creating a new one.
Edit an existing subagent file by replacing specific code snippets. Supports both workspace files and saved skills.
Run a subagent - either a newly created one from workspace or a saved subagent from previous sessions.
**Problem Category**: Audio file transcription using OpenAI Whisper
| name | view_subagent_code |
| description | View the source code of a saved subagent skill. Use this to understand how an existing subagent works before reusing or adapting it. |
View the actual Python source code of a saved subagent skill.
<action>view_subagent_code</action>
<params>{"skill_name": "name_of_saved_subagent"}</params>
| Parameter | Type | Default | Description |
|---|---|---|---|
| skill_name | str | required | Name of the saved subagent skill whose code you want to view |
{
"success": True,
"skill_name": "the_skill_name",
"entry_file": "data_collector.py",
"code": "...source code of the entry file..."
}
list_saved_subagents), not for meta or tool skills