mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
33 lines
661 B
JSON
33 lines
661 B
JSON
{
|
|
"name": "wechat",
|
|
"display_name": "WeChat Channel",
|
|
"kind": "channel",
|
|
"version": "0.1.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Talk to your agent through a WeChat iLink bot account",
|
|
"keywords": [
|
|
"messaging",
|
|
"chat",
|
|
"wechat",
|
|
"wechat",
|
|
"qr"
|
|
],
|
|
"source": {
|
|
"dir": "channels-src/wechat",
|
|
"capabilities": "wechat.capabilities.json",
|
|
"crate_name": "wechat-channel"
|
|
},
|
|
"auth_summary": {
|
|
"method": "interactive",
|
|
"provider": "WeChat",
|
|
"secrets": [
|
|
"wechat_bot_token"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://ilinkai.weixin.qq.com"
|
|
},
|
|
"tags": [
|
|
"messaging"
|
|
]
|
|
}
|