← 返回 Skills 市场
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install slack-member-fetch
功能描述
Fetch Slack member information from a workspace or a specific Slack channel using the Slack Web API. Use when the user asks to list Slack members, get member...
安全使用建议
This skill's code matches its described purpose, but the registry metadata omitted the required SLACK_BOT_TOKEN — treat that as a red flag about provenance/quality. Before installing or running: (1) Verify you trust the source/owner (no homepage provided). (2) Only provide a bot token (xoxb...) with the minimum scopes needed (users:read, conversations:read; avoid broader scopes). (3) Be aware the output can include emails and profile fields; do not run in environments where those may be exposed. (4) Review the included script yourself (it calls only slack.com APIs and can write results to a local file). (5) Ask the publisher to update the skill manifest to declare SLACK_BOT_TOKEN as a required credential/primaryEnv so the platform can protect it properly.
功能分析
Type: OpenClaw Skill
Name: slack-member-fetch
Version: 1.0.0
The skill is a standard utility for fetching Slack workspace and channel member information using the official Slack Web API. The Python script (scripts/fetch_slack_members.py) implements proper pagination and filtering, and only communicates with https://slack.com/api. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or prompt injection was found in the code or documentation.
能力评估
Purpose & Capability
The code and SKILL.md implement workspace- and channel-level member listing via the Slack Web API, which matches the skill name/description. However the registry metadata reports "Required env vars: none" and no primary credential, while the SKILL.md and script clearly require SLACK_BOT_TOKEN — a manifest inconsistency.
Instruction Scope
Runtime instructions and the script only call Slack API endpoints (users.list, conversations.list, conversations.members), paginate results, optionally write JSON to a local file, and print output. There are no references to unrelated files, system secrets, or external endpoints beyond slack.com.
Install Mechanism
No install spec — this is instruction + a small Python script. Nothing is downloaded or written by an installer step.
Credentials
The script legitimately needs a Slack token (SLACK_BOT_TOKEN) and recommends specific Slack scopes. The concern is that the skill registry metadata does not declare this required environment variable or a primary credential, which is misleading and could cause accidental token exposure or misconfiguration. Also the output includes potentially sensitive user emails and profile data, so token scope should be limited and users should be aware of data sensitivity.
Persistence & Privilege
always is false and the skill does not attempt to persist itself, modify other skills, or change system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install slack-member-fetch - 安装完成后,直接呼叫该 Skill 的名称或使用
/slack-member-fetch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of slack-member-fetch
- Fetches member information from an entire Slack workspace or a specific channel (by ID or name)
- Outputs structured JSON including user details such as ID, username, real name, email, and roles
- Supports downstream automation with machine-readable output
- Requires a Slack bot token and recommended scopes: users:read, users:read.email, conversations:read
- Handles large workspaces via automatic pagination
元数据
常见问题
Slack Member Fetch 是什么?
Fetch Slack member information from a workspace or a specific Slack channel using the Slack Web API. Use when the user asks to list Slack members, get member... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Slack Member Fetch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install slack-member-fetch」即可一键安装,无需额外配置。
Slack Member Fetch 是免费的吗?
是的,Slack Member Fetch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Slack Member Fetch 支持哪些平台?
Slack Member Fetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Slack Member Fetch?
由 Donigwapo(@donigwapo)开发并维护,当前版本 v1.0.0。
推荐 Skills