一键导入
setup-slack
Install and configure slk CLI (Slack Gem) for Slack access. Use when user asks to set up Slack CLI, install slk, or says "/setup-slack".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install and configure slk CLI (Slack Gem) for Slack access. Use when user asks to set up Slack CLI, install slk, or says "/setup-slack".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Watch Slack
Automate macOS apps via the accessibility tree using the agent-desktop CLI. Snapshot UI, click/type/select by element ref, manage windows, screenshot. Use when asked to control, drive, or automate a Mac app, read or act on on-screen UI, "snapshot an app", or "/agent-desktop".
Install and configure the agent-desktop CLI for macOS accessibility automation, honoring Eric's aube supply-chain hardening. Use when asked to install agent-desktop, fix "Native binary not found", or "/setup-agent-desktop".
Set up the Renaissance AR CLI tool. Use when user says "/setup-renaissance" or when renaissance commands fail with config errors.
Set up the unanet CLI tool for timesheet automation. Use when user says "/setup-unanet" or needs to configure Unanet credentials.
Set up the wengage CLI tool for checking school grades. Use when user says "/setup-wengage" or needs to configure Wengage credentials.
| name | setup-slack |
| description | Install and configure slk CLI (Slack Gem) for Slack access. Use when user asks to set up Slack CLI, install slk, or says "/setup-slack". |
| tools | Bash |
Guided installation and configuration of slk (Slack Gem) for Slack access from the command line.
which slk && slk --version
If installed, check for configured workspaces:
slk workspaces
If slk is installed and workspaces are configured, tell the user their Slack CLI is already set up and suggest /slack.
slk is a Ruby gem. Install via mise (preferred) or gem:
# Via mise (preferred — manages Ruby version automatically)
mise use ruby@latest
gem install slk
# Or directly if Ruby is available
gem install slk
Verify installation:
slk --version
Run the interactive setup:
slk config setup
This will prompt for:
User tokens (xoxc/xoxs) provide full access including search. Bot tokens have limited capabilities.
Add additional workspaces as needed:
slk workspaces add
Common workspaces:
oddball — Oddball team Slackdsva — VA Digital Service Slackboehs — Personal workspaceBuild the user/channel cache for faster lookups:
slk cache build
slk cache build --all # For all workspaces
Create status presets for quick switching:
slk preset add
Common presets: meeting, focus, lunch, ooo
# Check workspaces
slk workspaces
# Check unread
slk unread
# Test reading a channel
slk messages #general -n 5
/slack to check unread messages