Slack

GitHub

提供Slack工作区管理功能,包括消息搜索、频道创建与管理、用户列表查询及消息互动(表情、置顶)。适用于日常沟通协作与信息查询。

electron/skills/slack/SKILL.md outworked/outworked

Trigger Scenarios

在Slack中搜索特定消息或内容 创建或管理Slack频道 查看团队成员信息 对消息添加反应或置顶重要信息

Install

npx skills add outworked/outworked --skill Slack -g -y
More Options

Non-standard path

npx skills add https://github.com/outworked/outworked/tree/main/electron/skills/slack -g -y

Use without installing

npx skills use outworked/outworked@Slack

指定 Agent (Claude Code)

npx skills add outworked/outworked --skill Slack -a claude-code -g -y

安装 repo 全部 skill

npx skills add outworked/outworked --all -g -y

预览 repo 内 skill

npx skills add outworked/outworked --list

SKILL.md

Frontmatter
{
    "auth": {
        "type": "oauth2",
        "scopes": [
            "search:read",
            "channels:read",
            "channels:manage",
            "groups:read",
            "reactions:write",
            "pins:write",
            "users:read"
        ],
        "provider": "slack"
    },
    "name": "Slack",
    "emoji": "💬",
    "tools": [
        "slack:search_messages",
        "slack:list_channels",
        "slack:create_channel",
        "slack:set_topic",
        "slack:add_reaction",
        "slack:pin_message",
        "slack:list_users"
    ],
    "runtime": "slack",
    "description": "Search messages, manage channels, reactions, pins, and users in Slack"
}

Slack Skill

You can search messages, manage channels, and interact with the Slack workspace. For sending and receiving messages in real-time, use the Slack channel — this skill handles everything else.

Tools

  • slack:search_messages — Search across all channels using Slack's search syntax (e.g. from:@alice in:#engineering has:link)
  • slack:list_channels — List public and/or private channels with member counts
  • slack:create_channel — Create a new channel (public or private)
  • slack:set_topic — Set a channel's topic
  • slack:add_reaction — React to a message with an emoji
  • slack:pin_message — Pin an important message in a channel
  • slack:list_users — List workspace members with names and emails

Tips

  • Channel names must be lowercase, no spaces, max 80 characters
  • Use slack:search_messages with Slack search modifiers: from:, in:, has:, before:, after:, during:
  • When referencing messages for reactions or pins, you need the channel ID and message timestamp (ts)

Version History

  • 89ed7b9 Current 2026-07-19 08:49

Same Skill Collection

electron/skills/browser/SKILL.md
electron/skills/gmail/SKILL.md
electron/skills/google-calendar/SKILL.md
electron/skills/google-drive/SKILL.md
electron/skills/google-sheets/SKILL.md
electron/skills/notion/SKILL.md
electron/skills/scheduler/SKILL.md

Metadata

Files
0
Version
89ed7b9
Hash
d27b6f77
Indexed
2026-07-19 08:49

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-05 20:25
浙ICP备14020137号-1 $Map of visitor$