Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Reaction
slack_bot:add_reaction
Add an emoji reaction to a message.
Write
Medium risk
Archive Channel
slack_bot:archive_channel
Archive a channel (makes it read-only and hides it from channel lists).
Write
High risk
Create Channel
slack_bot:create_channel
Create a new channel.
Write
Medium risk
Delete Message
slack_bot:delete_message
Delete a message (only works for messages sent by the bot).
Write
High risk
Get Channel
slack_bot:get_channel
Fetch detailed information about a specific channel.
Read
Low risk
Get Message
slack_bot:get_message
Fetch a specific message by channel and timestamp.
Read
Low risk
Get User
slack_bot:get_user
Fetch detailed information about a specific user.
Read
Low risk
Invite To Channel
slack_bot:invite_to_channel
Invite users to a channel.
Write
Medium risk
List Channels
slack_bot:list_channels
List all channels the bot has access to.
Read
Low risk
List Messages
slack_bot:list_messages
List messages from a channel with optional filtering.
Read
Low risk
List Users
slack_bot:list_users
List all users in the workspace.
Read
Low risk
Send Message
slack_bot:send_message
Send a message to a channel or user.
Write
Medium risk
Set Channel Topic
slack_bot:set_channel_topic
Set the topic for a channel.
Write
Medium risk
Update Message
slack_bot:update_message
Update an existing message (only works for messages sent by the bot).
Write
Medium risk