mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
40 lines
901 B
JSON
40 lines
901 B
JSON
{
|
|
"name": "slack",
|
|
"display_name": "Slack Channel",
|
|
"kind": "channel",
|
|
"version": "0.2.1",
|
|
"wit_version": "0.3.0",
|
|
"description": "Talk to your agent in Slack",
|
|
"keywords": [
|
|
"messaging",
|
|
"chat",
|
|
"workspace",
|
|
"slack"
|
|
],
|
|
"source": {
|
|
"dir": "channels-src/slack",
|
|
"capabilities": "slack.capabilities.json",
|
|
"crate_name": "slack-channel"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/download/v0.18.0/slack-0.2.1-wasm32-wasip2.tar.gz",
|
|
"sha256": "d4667e35126986509d862bc3a0088777305d8f41c75de83c1e223b42312ede48"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "manual",
|
|
"provider": "Slack",
|
|
"secrets": [
|
|
"slack_bot_token",
|
|
"slack_signing_secret"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://api.slack.com/apps"
|
|
},
|
|
"tags": [
|
|
"default",
|
|
"messaging"
|
|
]
|
|
}
|