rename: feishu-bot-manager → feishu-agent-binding
- 更新 SKILL.md 中的技能名称和命令示例 - 更新 index.js 中的技能名称注释 - 更新 package.json 中的 name 字段 - 添加 name 和 description frontmatter 字段
This commit is contained in:
8
SKILL.md
8
SKILL.md
@@ -1,4 +1,6 @@
|
||||
---
|
||||
name: feishu-agent-binding
|
||||
description: 飞书多账户机器人配置管理 Skill,支持添加新飞书机器人账户并绑定到指定 Agent
|
||||
invocations:
|
||||
- words:
|
||||
- 添加飞书机器人
|
||||
@@ -10,7 +12,7 @@ invocations:
|
||||
description: 交互式添加新的飞书机器人账户并绑定 Agent
|
||||
---
|
||||
|
||||
# feishu-bot-manager
|
||||
# feishu-agent-binding
|
||||
|
||||
飞书多账户机器人配置管理 Skill。
|
||||
|
||||
@@ -56,7 +58,7 @@ invocations:
|
||||
|
||||
```bash
|
||||
# 账户级绑定 - 该机器人所有消息都由指定 Agent 处理
|
||||
openclaw skills run feishu-bot-manager -- \
|
||||
openclaw skills run feishu-agent-binding -- \
|
||||
--app-id cli_xxx \
|
||||
--app-secret yyy \
|
||||
--account-id bot-sales \
|
||||
@@ -64,7 +66,7 @@ openclaw skills run feishu-bot-manager -- \
|
||||
--routing-mode account
|
||||
|
||||
# 群聊级绑定 - 特定群聊的消息由指定 Agent 处理
|
||||
openclaw skills run feishu-bot-manager -- \
|
||||
openclaw skills run feishu-agent-binding -- \
|
||||
--app-id cli_xxx \
|
||||
--app-secret yyy \
|
||||
--account-id bot-sales \
|
||||
|
||||
2
index.js
2
index.js
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
/**
|
||||
* feishu-bot-manager
|
||||
* feishu-agent-binding
|
||||
* 飞书多账户机器人配置管理 Skill
|
||||
*
|
||||
* 支持的路由绑定方案:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "feishu-bot-manager",
|
||||
"name": "feishu-agent-binding",
|
||||
"version": "1.0.0",
|
||||
"description": "飞书多账户机器人配置管理",
|
||||
"main": "index.js",
|
||||
|
||||
Reference in New Issue
Block a user