← 返回 Skills 市场
epikoding

Slack Thread Reader

作者 Epikoding · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
272
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install slack-reader
功能描述
Read and summarize Slack channel history and thread conversations. Use when receiving Slack links (https://...slack.com/archives/...) or requests to view cha...
安全使用建议
This skill will call the Slack API and requires a Slack bot token, but the registry metadata does not declare any required credentials or config paths. Before installing: (1) Inspect ~/.openclaw/openclaw.json to see whether it already holds other secrets and to confirm the skill only reads channels.slack.botToken; (2) Provide a dedicated bot token with the minimum necessary scopes (e.g., channels.history, conversations.replies, users:read) rather than a user token or a token with wide scopes; (3) Note the skill writes a cache to ~/.cache/slack-reader/users.json — consider file permissions or running in an isolated environment; (4) If you cannot verify the source, do not install system-wide; instead run the scripts in a sandbox or review the full code to ensure no hidden endpoints are contacted. The main red flag is the undocumented config file usage — ask the publisher to document credential setup or update the manifest to declare the required config/credential.
功能分析
Type: OpenClaw Skill Name: slack-reader Version: 1.0.0 The slack-reader skill is a well-implemented tool for fetching and formatting Slack channel and thread history. It retrieves a bot token from a local config file (~/.openclaw/openclaw.json) and uses standard Python libraries (urllib) to communicate with the official Slack API. The code includes robust features like parallelized fetching, rate-limit handling, and a local user-name cache (~/.cache/slack-reader/users.json) to optimize performance. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found.
能力评估
Purpose & Capability
The skill's stated purpose (read/summarize Slack threads) legitimately requires access to the Slack Web API. The code fetches a Slack bot token from ~/.openclaw/openclaw.json (channels.slack.botToken). However, the registry metadata declares no required env vars or config paths. This is an incoherence: a Slack-integration skill should declare its credential requirement.
Instruction Scope
SKILL.md describes how to invoke the scripts but does not document the need to supply a bot token or the specific config file path. The runtime code reads ~/.openclaw/openclaw.json and writes a cache at ~/.cache/slack-reader/users.json. The instructions give the agent broad discretion (e.g., fetching full channel history and thread replies) but omit the credential/config requirements and where data is persisted.
Install Mechanism
There is no install spec (instruction-only), and included scripts are plain Python/Bash. No external installers or downloads are used. Risk from install mechanism is low.
Credentials
The code requires a Slack bot token stored in a local config file, which is reasonable for the functionality, but the manifest did not declare this credential or config path. The skill will fail (and exit) if the config file is missing or malformed. It also creates/updates a local cache at ~/.cache/slack-reader/users.json. Because required credentials are not declared, users may unknowingly provide a token with broader scopes or reuse a shared config containing other secrets.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It persists only a local user-name cache and reads a local config file; this is within reasonable scope for a client tool but should be documented.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install slack-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /slack-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Slack Thread Reader. - Fetches and outputs Slack channel history, threads, and individual replies in a clean, chronological, LLM-friendly format. - Supports three modes: channel history, full thread, and single reply (automatically determined from Slack link or arguments). - Offers options for message limits, time range, inclusion of thread replies, thread reply limits, and output order. - Outputs include timestamps, sender names, reactions, attachments, thread participation, and more; all formatted for easy reference and summarization. - Provides usage guidance, output examples, and technical notes on pagination, caching, rate limiting, and error handling. - Asks for clarification if link type and user request don't match, especially regarding whether to include thread replies.
元数据
Slug slack-reader
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Slack Thread Reader 是什么?

Read and summarize Slack channel history and thread conversations. Use when receiving Slack links (https://...slack.com/archives/...) or requests to view cha... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。

如何安装 Slack Thread Reader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install slack-reader」即可一键安装,无需额外配置。

Slack Thread Reader 是免费的吗?

是的,Slack Thread Reader 完全免费(开源免费),可自由下载、安装和使用。

Slack Thread Reader 支持哪些平台?

Slack Thread Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Slack Thread Reader?

由 Epikoding(@epikoding)开发并维护,当前版本 v1.0.0。

💬 留言讨论