Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add rfdiosuao/AgentSkill --skill feishu-multi-agent-managergit clone --depth 1 https://github.com/rfdiosuao/AgentSkillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/rfdiosuao/agentskill/feishu-multi-agent-manager)<a href="https://agentmods.dev/skills/rfdiosuao/agentskill/feishu-multi-agent-manager"><img src="https://agentmods.dev/badge/skills/rfdiosuao/agentskill/feishu-multi-agent-manager.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00030 | $0.01006 |
| Opus 5 | $0.00015 | $0.00503 |
| Sonnet 5 | $0.00006 | $0.00201 |
| Haiku 4.5 | $0.00003 | $0.00101 |
Grade A, and why
飞书多 Agent 配置助手 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
飞书多 Agent 配置助手 🤖
交互式引导配置多 Agent 系统,支持批量创建、凭证验证、角色模板
✨ 功能特性
1. 交互式配置向导
- 像聊天一样完成配置
- 询问创建几个 Agent(1-10)
- 提供预设角色推荐
2. 批量创建支持
- 一次性创建多个 Agent
- 自动验证每个凭证
- 详细的成功/失败报告
3. 飞书 Bot 创建教程
- 7 步详细教程
- 包含检查清单
- 常见问题解答
4. 预设角色模板
- 6 个经典角色(main/dev/content/ops/law/finance)
- 每个角色包含完整人设文件
- 支持完全自定义
5. 凭证验证
- 自动验证 AppID 格式
- 自动验证 AppSecret 长度
- 友好的错误提示
6. 工作区隔离
- 每个 Agent 独立 workspace
- 记忆文件独立
- 会话存储独立
🚀 使用方式
启动配置向导
await main(ctx, { action: 'start_wizard' });
选择 Agent 数量
await main(ctx, { action: 'select_count', count: '6' });
查看飞书教程
await main(ctx, {
action: 'show_tutorial',
step: '1',
agentName: '大总管'
});
批量创建 Agent
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' });
📋 配置流程
- 启动向导 - 回复「开始配置」
- 选择数量 - 告诉 Bot 创建几个 Agent
- 选择模式 - 预设/自定义/全新
- 创建飞书应用 - 按照教程创建每个 Bot
- 验证凭证 - 自动验证 AppID/AppSecret
- 批量创建 - 一次性创建所有 Agent
- 重启生效 - 重启 OpenClaw
🎯 预设角色
| 角色 | 职责 | 表情 |
|---|---|---|
| main | 大总管 - 统筹全局 | 🎯 |
| dev | 开发助理 - 技术架构 | 🧑💻 |
| content | 内容助理 - 文案创作 | ✍️ |
| ops | 运营助理 - 用户增长 | 📈 |
| law | 法务助理 - 合同审核 | 📜 |
| finance | 财务助理 - 账目管理 | 💰 |
📚 完整文档
🔗 相关链接
版本: 2.0.0
作者: rfdiosuao
许可证: MIT
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- dist/index.d.ts 588 B runs code
- dist/index.js 76 KB runs code
- node_modules/.bin/tsc 21 B
- node_modules/.bin/tsserver 26 B
- node_modules/.package-lock.json 1.2 KB
- node_modules/@types/node/assert.d.ts 44 KB runs code
- node_modules/@types/node/assert/strict.d.ts 201 B runs code
- node_modules/@types/node/async_hooks.d.ts 25 KB runs code
- node_modules/@types/node/buffer.buffer.d.ts 22 KB runs code
- node_modules/@types/node/buffer.d.ts 86 KB runs code
- node_modules/@types/node/child_process.d.ts 65 KB runs code
- node_modules/@types/node/cluster.d.ts 27 KB runs code
- node_modules/@types/node/compatibility/disposable.d.ts 473 B runs code
- node_modules/@types/node/compatibility/index.d.ts 533 B runs code
- node_modules/@types/node/compatibility/indexable.d.ts 990 B runs code
- node_modules/@types/node/compatibility/iterators.d.ts 1.3 KB runs code
- node_modules/@types/node/console.d.ts 21 KB runs code
- node_modules/@types/node/constants.d.ts 816 B runs code
- node_modules/@types/node/crypto.d.ts 192 KB runs code
- node_modules/@types/node/dgram.d.ts 27 KB runs code
- node_modules/@types/node/diagnostics_channel.d.ts 25 KB runs code
- node_modules/@types/node/dns.d.ts 35 KB runs code
- node_modules/@types/node/dns/promises.d.ts 20 KB runs code
- node_modules/@types/node/domain.d.ts 7.6 KB runs code
- node_modules/@types/node/events.d.ts 43 KB runs code
- node_modules/@types/node/fs.d.ts 184 KB runs code
- node_modules/@types/node/fs/promises.d.ts 54 KB runs code
- node_modules/@types/node/globals.d.ts 6.0 KB runs code
- node_modules/@types/node/globals.typedarray.d.ts 1.8 KB runs code
- node_modules/@types/node/http.d.ts 89 KB runs code
- node_modules/@types/node/http2.d.ts 126 KB runs code
- node_modules/@types/node/https.d.ts 25 KB runs code
- node_modules/@types/node/index.d.ts 3.9 KB runs code
- node_modules/@types/node/inspector.generated.d.ts 193 KB runs code
- node_modules/@types/node/LICENSE 1.1 KB
- node_modules/@types/node/module.d.ts 23 KB runs code
- node_modules/@types/node/net.d.ts 46 KB runs code
- node_modules/@types/node/os.d.ts 19 KB runs code
- node_modules/@types/node/package.json 4.0 KB
- node_modules/@types/node/path.d.ts 8.1 KB runs code
- node_modules/@types/node/perf_hooks.d.ts 37 KB runs code
- node_modules/@types/node/process.d.ts 97 KB runs code
- node_modules/@types/node/punycode.d.ts 5.4 KB runs code
- node_modules/@types/node/querystring.d.ts 7.0 KB runs code
- node_modules/@types/node/readline.d.ts 25 KB runs code
- node_modules/@types/node/readline/promises.d.ts 6.3 KB runs code
- node_modules/@types/node/README.md 1.5 KB
- node_modules/@types/node/repl.d.ts 19 KB runs code
- node_modules/@types/node/sea.d.ts 6.1 KB runs code
- node_modules/@types/node/stream.d.ts 84 KB runs code
- node_modules/@types/node/stream/consumers.d.ts 1.6 KB runs code
- node_modules/@types/node/stream/promises.d.ts 2.9 KB runs code
- node_modules/@types/node/stream/web.d.ts 25 KB runs code
- node_modules/@types/node/string_decoder.d.ts 2.7 KB runs code
- node_modules/@types/node/test.d.ts 80 KB runs code
- node_modules/@types/node/timers.d.ts 14 KB runs code
- node_modules/@types/node/timers/promises.d.ts 3.7 KB runs code
- node_modules/@types/node/tls.d.ts 58 KB runs code
- node_modules/@types/node/trace_events.d.ts 8.7 KB runs code
- node_modules/@types/node/ts5.6/buffer.buffer.d.ts 22 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 131 lines · 30 tokens per session scan A f23be65546d7
飞书多 Agent 配置助手 is a skill published in the GitHub repository rfdiosuao/AgentSkill (16 stars, last pushed 26d ago), licensed MIT. It adds 30 tokens to every session and 1,006 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
comfyui-skill-openclaw
Run registered ComfyUI workflows through the fast comfyui-skill CLI, and use the official local Comfy MCP for live template, node, model, validation, and orchestration capabilities. Use this Skill when: (1) The user requests to "generate an image", "draw a picture", or "execute a ComfyUI workflow". (2) The user has…
business-skill-factory
A factory for turning a survey, standard operating procedure, workflow, or method into an installable AI skill. It gathers requirements, creates the skill files and tests, checks them, and can package the result.
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
add-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
add-resend
Add Resend (email) channel integration via Chat SDK.