← 返回 Skills 市场
bill492

slack-block-kit

作者 bill492 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
177
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install slack-block-kit
功能描述
Send rich Slack Block Kit messages — native tables, structured layouts. Use when formatting tabular data for Slack, sending Block Kit payloads, or when markd...
安全使用建议
This skill is a simple JSON formatter for Slack Block Kit tables. Before installing/using: (1) confirm you trust the unknown publisher (homepage not provided); (2) run the included scripts locally to verify output; (3) know that to actually post messages you'll need a Slack bot token (examples use $SLACK_BOT_TOKEN) and channel/thread IDs — supply them securely and give the token the minimum scopes needed; (4) ensure your runtime has node (to run scripts), plus curl and jq if you follow the posting examples; and (5) monitor logs to avoid accidentally leaking the token in command-history or shared output.
功能分析
Type: OpenClaw Skill Name: slack-block-kit Version: 1.0.0 The skill provides a utility script (scripts/table.mjs) to generate Slack Block Kit table JSON and instructions (SKILL.md) for the agent to post this data to the Slack API. It follows standard OpenClaw patterns for accessing credentials and interacting with legitimate Slack endpoints (slack.com) without any evidence of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
The name/description match the included code: scripts/table.mjs builds Slack Block Kit table JSON. Minor mismatch: the SKILL.md examples assume availability of node, curl, and jq and reference a Slack bot token, but the skill metadata lists no required env vars or binaries. Those runtime tools/vars are typical for usage but were not declared in requires.*.
Instruction Scope
SKILL.md limits instructions to generating table JSON and showing how to POST it to Slack. It does not instruct the agent to read arbitrary system files or exfiltrate data. It does reference the platform config location (openclaw.json) as where a Slack bot token may be stored, but it does not include commands to read that file automatically.
Install Mechanism
No install spec (instruction-only plus a small script). The included script is pure node code that formats JSON and writes to stdout; nothing is downloaded or written to disk by an installer.
Credentials
The skill appropriately requires a Slack bot token to post messages; examples use $SLACK_BOT_TOKEN, $CHANNEL_ID, and $THREAD_TS. The skill did not declare required env vars in metadata, so users should be aware they must provide these at runtime. Ensure the token used has least-privilege (chat:write or minimal scopes).
Persistence & Privilege
always is false and the skill has no install steps that change agent config. It does not request persistent presence or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install slack-block-kit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /slack-block-kit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of slack-block-kit skill. - Send rich Slack Block Kit messages, including native tables and structured layouts. - Easily generate table JSON for Slack using scripts with various formatting options (headers, alignment, wrapping). - Provides guidance for posting Block Kit tables to Slack using the API. - Includes documentation on table constraints and formatting tips. - Supports custom layouts with manual Block Kit JSON.
元数据
Slug slack-block-kit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

slack-block-kit 是什么?

Send rich Slack Block Kit messages — native tables, structured layouts. Use when formatting tabular data for Slack, sending Block Kit payloads, or when markd... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。

如何安装 slack-block-kit?

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

slack-block-kit 是免费的吗?

是的,slack-block-kit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

slack-block-kit 支持哪些平台?

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

谁开发了 slack-block-kit?

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

💬 留言讨论