Agent Skillszzatpku/AgentFactory › view_subagent_code

view_subagent_code

GitHub

查看已保存子代理技能的 Python 源代码,帮助理解其实现逻辑,以便在复用或适配前评估现有代码。

skills/meta/view_subagent_code/SKILL.md zzatpku/AgentFactory

Trigger Scenarios

需要查看子代理内部实现 准备复用或修改现有子代理

Install

npx skills add zzatpku/AgentFactory --skill view_subagent_code -g -y
More Options

Non-standard path

npx skills add https://github.com/zzatpku/AgentFactory/tree/master/skills/meta/view_subagent_code -g -y

Use without installing

npx skills use zzatpku/AgentFactory@view_subagent_code

指定 Agent (Claude Code)

npx skills add zzatpku/AgentFactory --skill view_subagent_code -a claude-code -g -y

安装 repo 全部 skill

npx skills add zzatpku/AgentFactory --all -g -y

预览 repo 内 skill

npx skills add zzatpku/AgentFactory --list

SKILL.md

Frontmatter
{
    "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 Subagent Code

View the actual Python source code of a saved subagent skill.

Usage

<action>view_subagent_code</action>
<params>{"skill_name": "name_of_saved_subagent"}</params>

Parameters

Parameter Type Default Description
skill_name str required Name of the saved subagent skill whose code you want to view

Returns

{
    "success": True,
    "skill_name": "the_skill_name",
    "entry_file": "data_collector.py",
    "code": "...source code of the entry file..."
}

Important Notes

  • Only works for saved subagent skills (listed by list_saved_subagents), not for meta or tool skills
  • Returns the source code of the skill's entry file (as declared in SKILL.md)
  • Use this when you want to understand an existing subagent's implementation before deciding whether to reuse it or create a new one

Version History

  • df92287 Current 2026-07-25 08:38

Same Skill Collection

skills/meta/create_subagent/SKILL.md
skills/meta/finish/SKILL.md
skills/meta/list_saved_subagents/SKILL.md
skills/meta/modify_subagent/SKILL.md
skills/meta/run_subagent/SKILL.md
skills/tools/google_search/SKILL.md
skills/tools/jina_reader/SKILL.md
skills/tools/mask/local_search/SKILL.md
skills/tools/mask/open_page/SKILL.md
skills/tools/playwright/SKILL.md
skills/tools/shell_command/SKILL.md

Metadata

Files
0
Version
df92287
Hash
e59be0ca
Indexed
2026-07-25 08:38

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 04:54
浙ICP备14020137号-1 $mapa de visitantes$