← 返回
沟通协作 中文

Slack Controller

Control Slack via Browser Automation to send messages, manage huddles, screen share, set status, and react as the logged-in user.
通过浏览器自动化控制Slack,以登录用户身份发送消息、管理会议、共享屏幕、设置状态及发表情回应。
adeel-powerhouse
沟通协作 clawhub v1.0.0 1 版本 99883 Key: 无需
★ 0
Stars
📥 854
下载
💾 29
安装
1
版本
#latest

概述

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

  1. Slack Desktop App (preferred) or Google Chrome installed.
  2. Permissions: Terminal/Cursor must have Screen Recording and Accessibility permissions in macOS System Settings.
  3. 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

  • sendMessage: Send a text message to a user or channel.
  • openChat: Just open the conversation window physically.
  • sendHuddleInvite: Toggle the huddle (standard join).
  • startHuddleAndScreenShare: Join huddle, wait for UI, and click "Share screen" -> "Entire screen".
  • leaveHuddle: Leave the current huddle.
  • setStatus: Set custom status emoji and text.
  • setPresence: Toggle Active/Away.
  • pauseNotifications: Snooze notifications.
  • uploadFile: Upload a local file to a chat.
  • addReaction: React to the latest message in a chat.
  • search: Perform a global search and return results.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 19:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Upwork Automation Using Ai

adeel-powerhouse
在一次浏览器会话中自动化 Upwork 登录、搜索、筛选和提案起草,提交前停止,除非另有明确指示。
★ 0 📥 794
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,689
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,462