/install hire-feishu-agent
Skill: 招聘飞书 Agent(hire-feishu-agent)
操作流程
Step 1 — 收集参数(向用户确认以下信息)
如果用户没有主动提供,主动询问:
| 参数 | 说明 | 示例值 |
|---|---|---|
agentId / accountId |
Agent 唯一 ID,同时用于 account key 和 agentId | mybot |
agentName |
Agent 展示名称(botName) | 我的助手 |
appId |
飞书应用的 App ID | cli_abc123 |
appSecret |
飞书应用的 App Secret | xxxxxxxxxxxxxxxx |
询问话术示例:
我需要以下信息来完成配置,请逐一确认:
- Agent ID(同时作为飞书账号 key):
- Agent 展示名称(botName):
- 飞书 App ID(cli_ 开头):
- 飞书 App Secret:
Step 2 — 修改 ~/.openclaw/openclaw.json 三处位置
参考 schema.md 中的结构说明,按以下顺序修改:
修改位置 1:channels.feishu.accounts
在 accounts 对象中新增一个 key,key 名 = {agentId}:
"channels": {
"feishu": {
"accounts": {
"{agentId}": {
"appId": "{appId}",
"appSecret": "{appSecret}"
}
}
}
}
修改位置 2:agents.list
在数组中追加一个对象:
"agents": {
"list": [
{
"id": "{agentId}",
"workspace": "/Users/${USER}/.openclaw/workspace/[agentId]",
"name": "{agentName}"
}
]
}
修改位置 3:bindings
在数组中追加一个绑定规则(DM 默认路由):
"bindings": [
{
"agentId": "{agentId}",
"match": {
"channel": "feishu",
"accountId": "{agentId}"
}
}
]
Step 3 — 向用户输出最终合并后的 JSON 片段
将三处修改合并展示,方便用户直接复制粘贴进 openclaw.json,并提示:
修改完成后请运行:
openclaw gateway restart
以使配置生效。
注意事项
- 如果
channels.feishu.accounts已有其他 account,只追加新 key,不要覆盖已有 key。 - 如果
agents.list已有其他 agent,只追加,不要替换整个数组。 - 如果
bindings已有其他规则,只追加,不要替换整个数组。 agentId只允许使用小写字母、数字、连字符(-),不能含空格。
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hire-feishu-agent - After installation, invoke the skill by name or use
/hire-feishu-agent - Provide required inputs per the skill's parameter spec and get structured output
What is Hire Feishu Agent?
**当用户说出以下类似语句时触发本 Skill**: - "帮我招聘一个飞书助理" - "新增一个飞书渠道的 Agent" - "我要在飞书上部署一个新 Agent" - "hire a Feishu agent. It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install Hire Feishu Agent?
Run "/install hire-feishu-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hire Feishu Agent free?
Yes, Hire Feishu Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hire Feishu Agent support?
Hire Feishu Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hire Feishu Agent?
It is built and maintained by Hunter (@xrovis); the current version is v1.0.0.