elizaOS/eliza✦ 精选0°

slack

仓库创建 2024年7月9日最近提交 1 小时前SkillHot 收录 1 小时前
▸ 精选理由

便于自动化团队沟通与消息管理,适合集成通知。

▸ 风险提示

需要配置并保存 Slack 机器人令牌,注意权限与密钥安全。

这个 Skill 做什么

使用 Slack 机器人令牌发送/编辑/删除消息,管理 reactions 与置顶项。

用配置好的 bot token 在 Slack 里发送、编辑、删除消息,添加或列出 emoji 反应,管理置顶项并查询成员信息。需要自动化频道通知、整理讨论、批量处理消息或管理 reactions/pins 时会用到。覆盖从消息管理到 reaction、pin 的常见工作流,能把人工操作变成可重复的 API 调用。

▸ 展开 SKILL.md 英文原文

Use when the agent needs to send, edit, delete, or read Slack messages, add or list emoji reactions, pin or unpin messages, fetch member info, or list custom emoji in Slack channels and DMs. Handles all Slack workspace interactions including message management, reaction workflows, pinned-item management, and user lookups via the configured bot token.

自动化集成Slack消息自动化Bot通用✓ ClawHub 收录
1.9w
Stars
5.6k
Forks
35
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/elizaOS/eliza/develop/packages/skills/skills/slack/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/elizaOS/eliza/develop/packages/skills/skills/slack/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Slack Actions

## Overview

Use `slack` to react, manage pins, send/edit/delete messages, and fetch member info. The tool uses the bot token configured for Otto.

## Inputs to collect

- `channelId` and `messageId` (Slack message timestamp, e.g. `1712023032.1234`).
- For reactions, an `emoji` (Unicode or `:name:`).
- For message sends, a `to` target (`channel:<id>` or `user:<id>`) and `content`.

Message context lines include `slack message id` and `channel` fields you can reuse directly.

## Actions

### Action groups

| Action group | Default | Notes                  |
| ------------ | ------- | ---------------------- |
| reactions    | enabled | React + list reactions |
| messages     |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有