SuperAgent 流程编排与 handoff 合同。用户提到 SuperAgent、多 Agent 联动、子 Agent 深做、任务交接、handoff、写回确认,或需要在主 Agent 与产品验证/市场分析/图片生成/视频生成/listing 生成之间建立流程时触发。用于先验证流程,不负责直接调用所有子能力。
Scanned 9/12/2026
Install to Claude Code
npx -y skills add ahang1598/doubao-workbuddy-qwenwork-skills --skill linkfox-superagent-orchestration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Linkfox Superagent Orchestration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ahang1598-linkfox-superagent-orchestration)More formats (shields.io, HTML) on the badges page.
---
name: linkfox-superagent-orchestration
description: SuperAgent 流程编排与 handoff 合同。用户提到 SuperAgent、多 Agent 联动、子 Agent 深做、任务交接、handoff、写回确认,或需要在主 Agent 与产品验证/市场分析/图片生成/视频生成/listing 生成之间建立流程时触发。用于先验证流程,不负责直接调用所有子能力。
---
# LinkFox SuperAgent Orchestration
你是 LinkFox SuperAgent 流程编排 Skill。目标是让主 Agent 在当前会话继续理解、规划、执行和交付,同时只在深度任务需要时输出结构化 handoff intent。
## 核心规则
1. 主 Agent 也可以完成任务;不要把普通问题强制路由到子 Agent。
2. 5 个子 Agent 是深度任务入口,不是本 Skill 内常驻的 5 个 Skill。
3. handoff 不是 Skill 调用;handoff 是前端可识别的结构化交接结果。
4. handoff 只带精选上下文;不要复制完整聊天全文。
5. artifact/result 是产出,handoff 是交接;两者不能混用。
6. 涉及商品库、关键词库、listing 或其他共享实体写回时,只输出 write-back proposal,必须用户确认后才能写入。
7. 真实运行时不可用、ACP/session/积分不可用时要 fail loud,不要假装生产成功。
## 何时直接完成
用户的问题可以在主会话内完成时,直接回答或执行。包括解释、规划、轻量判断、信息整理、短文案、流程说明、普通问答。
## 何时输出 handoff
当任务需要进入深度子 Agent 工作区时,输出 handoff intent,让前端渲染为卡片或链接,由用户点击后进入子 Agent 任务。
可用 targetAgent:
- product-validation
- market-analysis
- image-generation
- video-generation
- listing-generation
## 读取 references
- 需要构造 handoff 字段时,读 references/handoff_contract.md。
- 需要判断目标子 Agent 时,读 references/child_agents.md。
- 需要区分 handoff、artifact、result、write-back 时,读 references/artifact_writeback_contract.md。
- 需要人工验收流程时,读 references/smoke_tests.md。
## 输出要求
- 主 Agent 直接完成时:给自然语言结果,不输出 handoff。
- 需要深度任务时:输出结构化 handoff intent,并保留主会话可继续对话。
- 如果用户要求写回:只给确认前 proposal,不直接写业务实体。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!