mit einem Klick
agent
交互式引导配置多 Agent 系统,支持批量创建、凭证验证、角色模板
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
交互式引导配置多 Agent 系统,支持批量创建、凭证验证、角色模板
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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