mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
38 lines
891 B
JSON
38 lines
891 B
JSON
{
|
|
"name": "slack-tool",
|
|
"display_name": "Slack Tool",
|
|
"kind": "tool",
|
|
"version": "0.2.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Your agent uses Slack to post and read messages in your workspace",
|
|
"keywords": [
|
|
"messaging",
|
|
"chat",
|
|
"workspace"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/slack",
|
|
"capabilities": "slack-tool.capabilities.json",
|
|
"crate_name": "slack-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/latest/download/slack-tool-wasm32-wasip2.tar.gz",
|
|
"sha256": "9190b8250bd20c22a8c97b1ea19a6590624a69d6c63a5f5c240a7840a4966286"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "oauth",
|
|
"provider": "Slack",
|
|
"secrets": [
|
|
"slack_bot_token"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://api.slack.com/apps"
|
|
},
|
|
"tags": [
|
|
"default",
|
|
"messaging"
|
|
]
|
|
}
|