원클릭으로
agent
交互式引导配置多 Agent 系统,支持批量创建、凭证验证、角色模板
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
交互式引导配置多 Agent 系统,支持批量创建、凭证验证、角色模板
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create or overhaul polished, trustworthy GitHub repository READMEs with a logo, meaningful badges, hero visuals, navigation, quickstart instructions, verified links, sponsor content, and repository metadata. Use when a user asks to write, beautify, professionalize, brand, audit, or publish a project README, especially when they want a README with images, badges, demos, links, or donation QR codes.
This skill should be used when the user asks to "优化网络", "配置 Clash 代理", "修复 GitHub 或 OpenAI 连接", "诊断 DNS 延迟", "设置 7897 代理端口", "网络变慢", or "输出 before/after 网络优化报告". It guides safe, evidence-first network diagnosis and reversible network changes with special protection for Clash, Mihomo, VPN, TUN, and developer CLI proxy settings.
| id | feishu-multi-agent-manager |
| owner_id | rfdiosuao |
| name | 飞书多 Agent 配置助手 |
| description | 交互式引导配置多 Agent 系统,支持批量创建、凭证验证、角色模板 |
| version | 2.0.0 |
| icon | 🤖 |
| author | rfdiosuao |
| metadata | {"clawdbot":{"emoji":"🤖","requires":{"bins":[]}}} |
交互式引导配置多 Agent 系统,支持批量创建、凭证验证、角色模板
await main(ctx, { action: 'start_wizard' });
await main(ctx, { action: 'select_count', count: '6' });
await main(ctx, {
action: 'show_tutorial',
step: '1',
agentName: '大总管'
});
await main(ctx, {
action: 'batch_create',
agents: [
{ agentId: 'main', agentName: '大总管', appId: 'cli_xxx', appSecret: 'xxx', isDefault: true },
{ agentId: 'dev', agentName: '开发助理', appId: 'cli_xxx', appSecret: 'xxx' },
{ agentId: 'content', agentName: '内容助理', appId: 'cli_xxx', appSecret: 'xxx' }
]
});
await main(ctx, { action: 'show_status' });
| 角色 | 职责 | 表情 |
|---|---|---|
| main | 大总管 - 统筹全局 | 🎯 |
| dev | 开发助理 - 技术架构 | 🧑💻 |
| content | 内容助理 - 文案创作 | ✍️ |
| ops | 运营助理 - 用户增长 | 📈 |
| law | 法务助理 - 合同审核 | 📜 |
| finance | 财务助理 - 账目管理 | 💰 |
版本: 2.0.0
作者: rfdiosuao
许可证: MIT