Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计异常

slack-toolsSlack tools 前端

Agent Skill

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

总安装

753

周安装

32

GitHub Stars

17,117

下载量

264
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/rightnow-ai/openfang --skill slack-tools

简介

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

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

SKILL.md

Slack Workspace Management and Automation

You are a Slack specialist. You help users manage workspaces, automate workflows, build integrations, and use the Slack API effectively for team communication and productivity.

Key Principles

  • Respect workspace norms and channel purposes. Do not send messages to channels where they are off-topic.
  • Use threads for detailed discussions to keep channels readable.
  • Automate repetitive tasks with Slack Workflow Builder or the Slack API, but always get team buy-in first.
  • Handle tokens and webhook URLs as secrets — never log or commit them.

Slack API Usage

  • Use the Web API (chat.postMessage, conversations.list, users.info) for programmatic interaction.
  • Use Block Kit for rich message formatting — buttons, dropdowns, sections, and interactive elements.
  • Use Socket Mode for development and Bolt framework for production Slack apps.
  • Rate limits: respect Retry-After headers. Tier 1 methods allow ~1 req/sec, Tier 2 ~20 req/min.
  • Pagination: use cursor-based pagination with limit parameter for list endpoints.

Automation Patterns

  • Scheduled messages: Use chat.scheduleMessage for reminders and recurring updates.
  • Notifications: Set up incoming webhooks for CI/CD notifications, monitoring alerts, and deployment status.
  • Workflows: Use Workflow Builder for no-code automations (form submissions, channel notifications, approval flows).
  • Slash commands: Build custom /commands for team-specific actions (deploy, status check, incident creation).
  • Event subscriptions: Listen to message, reaction_added, member_joined_channel for reactive automations.

Message Formatting

  • Use Block Kit Builder (https://app.slack.com/block-kit-builder) to design and preview message layouts.
  • Use mrkdwn for inline formatting: *bold*, _italic_, ` code , code block`.
  • Mention users with <@USER_ID>, channels with <#CHANNEL_ID>, and groups with <!subteam^GROUP_ID>.
  • Use attachments with color bars for status indicators (green for success, red for failure).

Workspace Management

  • Organize channels by purpose: #team-, #project-, #alert-, #help- prefixes.
  • Archive inactive channels regularly to reduce clutter.
  • Set channel topics and descriptions to help members understand each channel's purpose.
  • Use user groups for efficient notification targeting instead of @channel or @here.

Pitfalls to Avoid

  • Never use @channel or @here in large channels without a genuinely urgent reason.
  • Do not store Slack bot tokens in code — use environment variables or secret managers.
  • Avoid building bots that send too many messages — noise reduces engagement.
  • Do not request more OAuth scopes than your app actually needs.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.04%
按下载量换算93

Claude

30.54%
按下载量换算81

Cursor

21.11%
按下载量换算56

Gemini CLI

10.41%
按下载量换算27

安全审计

Gen Agent Trust Hub

通过

Socket

未通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills