Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计通过

slack-usageSlack 使用

Agent Skill

用于处理 Slack 工作区里的频道、消息、线程、用户和通知信息。它适合让 Agent 查询团队沟通记录、整理上下文、回复线程或辅助协作提醒。使用时需要确认机器人或用户 token 是否具备目标频道访问权,私有频道和历史消息通常有额外权限限制;发送消息、@成员或批量读取对话时,应避免泄露内部讨论和敏感工作信息。

总安装

840

周安装

34

GitHub Stars

653

下载量

264
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:slack-usage(Slack 使用)
来源仓库:https://github.com/fcakyon/claude-codex-settings
仓库路径:skills/slack-usage
安装命令:
npx skills add https://github.com/fcakyon/claude-codex-settings --skill slack-usage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/fcakyon/claude-codex-settings --skill slack-usage

简介

用于处理 Slack 工作区里的频道、消息、线程、用户和通知信息。

  • 适合让 Agent 查询团队沟通记录、整理上下文、回复线程或辅助协作提醒。
  • 使用时需要确认机器人或用户 token 是否具备目标频道访问权,私有频道和历史消息通常有额外权限限制。
  • 发送消息、@成员或批量读取对话时,应避免泄露内部讨论和敏感工作信息。
  • 安装前建议确认权限范围和维护状态,以及是否会触发联网或文件读写操作。

SKILL.md

Slack Usage Best Practices

Critical Search Rule

ALWAYS use mcp__slack__slack_search_messages first for message searches. Only use mcp__slack__slack_get_channel_history when explicitly asked for recent channel history.

Search is more efficient and finds messages across all channels. Channel history only shows recent messages in one channel.

Slack API Best Practices

Rate Limiting

Slack APIs have rate limits (typically 1 request per second for most methods). When making multiple requests:

  • Space out bulk operations
  • Handle rate limit errors gracefully
  • Cache results when possible

Channel Types

  • Public channels - Visible to all workspace members
  • Private channels - Invite-only, prefix with lock icon
  • DMs - Direct messages between users
  • Group DMs - Multi-person direct conversations

Message Formatting

Format mentions and links properly:

  • User mention: <@USER_ID>
  • Channel link: <#CHANNEL_ID>
  • URL with text: <https://example.com|link text>
  • Bold: *text*
  • Code: backticks for inline, triple backticks for blocks

Threading Best Practices

  • Use threads for discussions to keep channels clean
  • Reply in thread when responding to specific messages
  • Use "Also send to channel" sparingly (only for important updates)
  • Thread replies don't trigger channel notifications by default

Bot vs User Tokens

  • Bot tokens (xoxb-): Actions appear as the bot, limited to channels bot is in
  • User tokens (xoxp-): Actions appear as user, access to all user's channels
  • Search typically requires user token for full workspace access
  • Posting messages works with either token type

Common Workflows

Finding past discussions:

  1. Search with relevant keywords
  2. Filter by channel, user, or date if needed
  3. Get thread replies for full context

Monitoring channels:

  1. Get channel history for recent activity
  2. Note message timestamps for threading
  3. React or reply as appropriate

MCP Limitations

This MCP provides read and write access to Slack. Consider:

  • Rate limits apply to all operations
  • Some admin operations not available
  • File uploads have size limits

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.98%
按下载量换算74

OpenCode

22.2%
按下载量换算59

Antigravity

16.98%
按下载量换算45

Codex

12.62%
按下载量换算33

Gemini CLI

7.74%
按下载量换算20

Cursor

3.05%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills