Files
ironclaw/registry/channels/slack.json
github-actions[bot] 9dcd8969a6 chore: update WASM artifact SHA256 checksums [skip ci] (#2775)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-20 23:34:45 -07:00

40 lines
918 B
JSON

{
"name": "slack",
"display_name": "Slack Channel",
"kind": "channel",
"version": "0.3.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/ironclaw-v0.26.0/channel-slack-0.3.1-wasm32-wasip2.tar.gz",
"sha256": "b5e0ffcf6cd849d885031db7ec86299c5b79c288e2fabe983ae18e7814110a45"
}
},
"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"
]
}