整合 feishu-agent-binding 功能,一站式创建 Agent 并配置飞书绑定 主要功能: - 创建 Agent 工作空间 - 配置飞书机器人账户 - 配置路由绑定(账户级/群聊级) - 配置会话隔离 - 启用 Agent 间调用 - 自动备份和回退机制 支持模式: - 账户级绑定(新机器人/现有机器人) - 群聊级绑定 - 不绑定(后台 Agent) 安全特性: - 修改前自动备份 openclaw.json - 任何失败自动回退 - 详细的错误提示和恢复指南
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"name": "agent-creator-with-binding",
|
|
"version": "1.0.0",
|
|
"description": "创建新 Agent 并配置飞书机器人绑定",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [
|
|
"openclaw",
|
|
"agent",
|
|
"feishu",
|
|
"binding"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|