Skills slack-controller
Control Slack via Browser Automation to send messages, manage huddles, screen share, set status, and react as the logged-in user.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/adeel-powerhouse/slack-controller" ~/.claude/skills/openclaw-skills-slack-controller-95824a && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/adeel-powerhouse/slack-controller" ~/.openclaw/skills/openclaw-skills-slack-controller-95824a && rm -rf "$T"
manifest:
skills/adeel-powerhouse/slack-controller/SKILL.mdsource content
Slack Controller (Browser Edition)
This skill automates the Slack Web Client (
app.slack.com) or Desktop App (via Debug Port) using a dedicated automation profile. This allows the agent to send messages, start huddles, share screen, and manage status acting as you.
Prerequisites
- Slack Desktop App (preferred) or Google Chrome installed.
- Permissions: Terminal/Cursor must have Screen Recording and Accessibility permissions in macOS System Settings.
- Login: You must log in manually once in the automation window/profile if prompted.
Usage
Via OpenClaw Chat
"Message Adeel saying hello" "Start a huddle with Adeel and share my screen" "Set my status to In a Meeting for 1 hour" "Search for 'quarterly report'"
Via CLI (Manual)
Messaging:
node ~/.cursor/skills/slack-controller/dist/index.js --action=sendMessage --target="adeel" --message="Hello there"
Huddle & Screen Share:
node ~/.cursor/skills/slack-controller/dist/index.js --action=startHuddleAndScreenShare --target="general"
Leave Huddle:
node ~/.cursor/skills/slack-controller/dist/index.js --action=leaveHuddle --target="general"
Status:
node ~/.cursor/skills/slack-controller/dist/index.js --action=setStatus --statusEmoji=":coffee:" --statusText="Lunch"
Search:
node ~/.cursor/skills/slack-controller/dist/index.js --action=search --target="project updates"
Actions
: Send a text message to a user or channel.sendMessage
: Just open the conversation window physically.openChat
: Toggle the huddle (standard join).sendHuddleInvite
: Join huddle, wait for UI, and click "Share screen" -> "Entire screen".startHuddleAndScreenShare
: Leave the current huddle.leaveHuddle
: Set custom status emoji and text.setStatus
: Toggle Active/Away.setPresence
: Snooze notifications.pauseNotifications
: Upload a local file to a chat.uploadFile
: React to the latest message in a chat.addReaction
: Perform a global search and return results.search