mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
40 lines
946 B
JSON
40 lines
946 B
JSON
{
|
|
"name": "feishu",
|
|
"display_name": "Feishu / Lark Channel",
|
|
"kind": "channel",
|
|
"version": "0.1.3",
|
|
"wit_version": "0.3.0",
|
|
"description": "Talk to your agent through a Feishu or Lark bot",
|
|
"keywords": [
|
|
"messaging",
|
|
"bot",
|
|
"chat",
|
|
"feishu",
|
|
"lark"
|
|
],
|
|
"source": {
|
|
"dir": "channels-src/feishu",
|
|
"capabilities": "feishu.capabilities.json",
|
|
"crate_name": "feishu-channel"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"sha256": "a66ff0dafb67d2216d8161bb7e96e724a94acb0ab993b85d2782d30412f8fe94",
|
|
"url": "https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.22.0/channel-feishu-0.1.3-wasm32-wasip2.tar.gz"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "manual",
|
|
"provider": "Feishu / Lark",
|
|
"secrets": [
|
|
"feishu_app_id",
|
|
"feishu_app_secret"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://open.feishu.cn/app"
|
|
},
|
|
"tags": [
|
|
"messaging"
|
|
]
|
|
}
|