返回顶部
h

hire-feishu-agent

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
136
下载量
0
收藏
概述
安装方式
版本历史

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` | 询问话术示例: > 我需要以下信息来完成配置,请逐一确认: > 1. Agent ID(同时作为飞书账号 key): > 2. Agent 展示名称(botName): > 3. 飞书 App ID(cli_ 开头): > 4. 飞书 App Secret: --- ### Step 2 — 修改 `~/.openclaw/openclaw.json` 三处位置 参考 `schema.md` 中的结构说明,按以下顺序修改: #### 修改位置 1:`channels.feishu.accounts` 在 `accounts` 对象中**新增一个 key**,key 名 = `{agentId}`: ```json "channels": { "feishu": { "accounts": { "{agentId}": { "appId": "{appId}", "appSecret": "{appSecret}" } } } } ``` #### 修改位置 2:`agents.list` 在数组中**追加一个对象**: ```json "agents": { "list": [ { "id": "{agentId}", "workspace": "/Users/${USER}/.openclaw/workspace/[agentId]", "name": "{agentName}" } ] } ``` #### 修改位置 3:`bindings` 在数组中**追加一个绑定规则**(DM 默认路由): ```json "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` 只允许使用小写字母、数字、连字符(`-`),不能含空格。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 hire-feishu-agent-1776183602 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 hire-feishu-agent-1776183602 技能

通过命令行安装

skillhub install hire-feishu-agent-1776183602

下载 Zip 包

⬇ 下载 hire-feishu-agent v1.0.0

文件大小: 3.29 KB | 发布时间: 2026-4-17 15:01

v1.0.0 最新 2026-4-17 15:01
- Initial release of the hire-feishu-agent skill.
- Guides users step-by-step to add a new Feishu agent by collecting required details.
- Clearly lists JSON config changes across three locations: accounts, agent list, and bindings.
- Provides copy-ready JSON snippets for easy configuration.
- Includes usage tips and parameter validation reminders.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部