refactor: align skills and loaders with moltbot rename
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
name: slack
|
||||
description: Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
|
||||
metadata: {"clawdbot":{"emoji":"💬","requires":{"config":["channels.slack"]}}}
|
||||
description: Use when you need to control Slack from Moltbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
|
||||
metadata: {"moltbot":{"emoji":"💬","requires":{"config":["channels.slack"]}}}
|
||||
---
|
||||
|
||||
# Slack Actions
|
||||
|
||||
## Overview
|
||||
|
||||
Use `slack` to react, manage pins, send/edit/delete messages, and fetch member info. The tool uses the bot token configured for Clawdbot.
|
||||
Use `slack` to react, manage pins, send/edit/delete messages, and fetch member info. The tool uses the bot token configured for Moltbot.
|
||||
|
||||
## Inputs to collect
|
||||
|
||||
@@ -57,7 +57,7 @@ Message context lines include `slack message id` and `channel` fields you can re
|
||||
{
|
||||
"action": "sendMessage",
|
||||
"to": "channel:C123",
|
||||
"content": "Hello from Clawdbot"
|
||||
"content": "Hello from Moltbot"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user