Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

slack-assistantSlack 助手

Agent Skill

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

总安装

2,799

周安装

119

GitHub Stars

公开资料未说明

下载量

981
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install slack-assistant

简介

slack-assistant 集成 Slack API 与 AI 摘要功能,支持消息管理与工作区协作。

  • 适合在 OpenClaw 中阅读频道历史、总结对话或自动回复线程。
  • 通过 clawhub 安装,需配置用户 token 并授权必要权限。
  • 安装前应评估隐私风险,尤其涉及私有频道或历史记录时。
  • 摘要功能依赖 Claude 模型,输出结果需人工核验准确性。

SKILL.md

name
Slack Assistant
description
Slack API integration with smart AI features — send messages, read channels, search conversations, and manage workspaces with Claude-powered summarization and drafting. Powered by evolink.ai

Slack Assistant

Send messages, read channels, search conversations, and manage your Slack workspace with AI-powered features. Summarize channels, draft replies, and prioritize important messages — all from your terminal.

Powered by Evolink.ai

When to Use

  • User says "send a Slack message", "post to #channel"
  • User wants to read channel history or search messages
  • User asks "what's happening in #general?" or "any important Slack messages?"
  • User says "summarize #channel" or "what did I miss in Slack?"
  • User wants to draft a professional Slack reply using AI
  • User needs to create channels, invite members, or manage workspace

Quick Start

1. Set up Slack OAuth credentials

# First time only — create Slack app and get credentials
bash scripts/slack-auth.sh setup

# Authorize your Slack workspace
bash scripts/slack-auth.sh login

2. Set your EvoLink API key (for AI features)

export EVOLINK_API_KEY="your-key-here"

3. Use Slack

# List recent messages in a channel
bash scripts/slack.sh list "#general"

# Send a message
bash scripts/slack.sh send "#general" "Hello team!"

# Search messages
bash scripts/slack.sh search "project update"

Capabilities

Core Operations

  • Send messages — Post to channels or DMs with text, markdown, or blocks
  • Read channels — Fetch message history from any channel
  • Search — Find messages by keyword, user, or date range
  • Manage channels — Create, archive, invite/remove members
  • File operations — Upload and download files

AI Features (Optional)

Requires EVOLINK_API_KEY. Get one free

  • ai-summary — Summarize channel activity with key points
  • ai-reply — Generate professional reply suggestions
  • ai-prioritize — Rank messages by importance

Commands

Basic Operations

# List channels
bash scripts/slack.sh channels

# List recent messages (default: 10)
bash scripts/slack.sh list "#channel-name" [limit]

# Send message
bash scripts/slack.sh send "#channel" "Message text"
bash scripts/slack.sh send "@username" "Direct message"

# Search messages
bash scripts/slack.sh search "keyword" [--channel "#name"] [--from "@user"]

# Get message details
bash scripts/slack.sh read CHANNEL_ID TIMESTAMP

AI Operations

# Summarize channel (last 50 messages)
bash scripts/slack.sh ai-summary "#channel-name" [limit]

# Generate reply suggestion
bash scripts/slack.sh ai-reply CHANNEL_ID TIMESTAMP

# Prioritize messages by importance
bash scripts/slack.sh ai-prioritize "#channel-name" [limit]

Channel Management

# Create channel
bash scripts/slack.sh create-channel "channel-name" [--private]

# Invite user to channel
bash scripts/slack.sh invite "#channel" "@user"

# Archive channel
bash scripts/slack.sh archive "#channel"

Example

User: "Summarize what happened in #engineering today"

bash scripts/slack.sh ai-summary "#engineering" 30

Output:

📊 Channel Summary: #engineering (30 messages)

Key Topics:
• Database migration completed successfully (5 messages)
• New API endpoint deployed to staging (3 messages)
• Code review requested for PR #234 (2 messages)

Action Items:
• @alice to review performance metrics
• @bob needs approval on deployment plan

Sentiment: Positive, productive discussions

Configuration

VariableDefaultRequiredDescription
SLACK_SKILL_DIR~/.slack-skillNoDirectory for credentials and cache
EVOLINK_API_KEYOptional (AI)Your EvoLink API key for AI features. Get one free
EVOLINK_MODELclaude-opus-4-6NoModel for AI processing. EvoLink API

Required binaries: python3, curl

Security

Important: Data Consent for AI Features

AI commands (ai-summary, ai-reply, ai-prioritize) transmit message content, sender names, and channel information to api.evolink.ai for processing by Claude. By setting EVOLINK_API_KEY and using these commands, you explicitly consent to this transmission. Data is not stored after the response is returned. Core Slack operations never transmit data to any third party.

Network Access

  • api.slack.com — All Slack API operations
  • slack.com — OAuth authorization flow
  • api.evolink.ai — AI features only (optional)

Persistence & Privilege

This skill stores OAuth tokens in ~/.slack-skill/token.json (mode 600). No elevated or persistent privileges are requested.

Links

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.56%
按下载量换算947

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills