mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Re-apply the URL corrections after local revert. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
32 lines
767 B
JSON
32 lines
767 B
JSON
{
|
|
"name": "slack-tool",
|
|
"display_name": "Slack Tool",
|
|
"kind": "tool",
|
|
"version": "0.1.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": null
|
|
}
|
|
},
|
|
|
|
"auth_summary": {
|
|
"method": "oauth",
|
|
"provider": "Slack",
|
|
"secrets": ["slack_bot_token"],
|
|
"shared_auth": null,
|
|
"setup_url": "https://api.slack.com/apps"
|
|
},
|
|
|
|
"tags": ["default", "messaging"]
|
|
}
|