← 返回 Skills 市场
teoslayer

Pilot Slack Bridge

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-slack-bridge
功能描述
Bidirectional bridge between Pilot Protocol and Slack channels. Use this skill when: 1. You need to send Slack notifications from Pilot agents 2. You want to...
安全使用建议
This skill appears to do what it says (bridge Pilot and Slack), but its instructions leave gaps you should clear before installing: 1) Confirm where and how the Slack webhook secret is provided — SKILL.md uses $SLACK_WEBHOOK but the skill doesn't declare it; avoid pasting workspace webhooks into untrusted contexts. 2) The inbound flow requires a separate HTTP relay (slack_relay.py) that is not supplied — inspect or implement that relay yourself; don't run unknown code. 3) Examples use jq and python3; ensure those binaries are available and from trusted sources. 4) Check what pilotctl --json set-webhook does and where it stores the webhook (config file, daemon memory) so you know where the secret will reside. 5) If you want to proceed, run this in an isolated environment or with least privilege, and consider restricting the Slack webhook to a workspace/channel you control. If the publisher can provide the missing relay code and a clear list of required env vars/binaries, that would raise confidence.
功能分析
Type: OpenClaw Skill Name: pilot-slack-bridge Version: 1.0.0 The skill implements a bidirectional Slack bridge using an external binary (`pilotctl`) and references an unprovided Python script (`slack_relay.py`). It contains a workflow that starts a daemon with a `--public` flag and enters a loop to execute local commands (e.g., `pilotctl peers`) based on incoming Slack messages, effectively creating a remote control interface. While these features support the stated purpose, the combination of a public listener, remote command execution, and missing dependencies poses a significant security risk.
能力标签
crypto
能力评估
Purpose & Capability
Name and description describe a Pilot↔Slack bridge and the instructions use pilotctl and Slack webhooks as expected — requiring pilotctl and a webhook is coherent with the stated purpose.
Instruction Scope
SKILL.md references an environment variable ($SLACK_WEBHOOK) and an external 'slack_relay.py' HTTP relay but the skill does not declare that env var or provide the relay code. The doc also uses jq in examples (parsing JSON) without listing it as a required binary. These omissions create ambiguity about what the agent will read or run at runtime and grant broad discretion to run external code not inspected here.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing will be written to disk by an installer in the package itself.
Credentials
The skill effectively requires a Slack webhook secret but 'required env vars' lists none and 'primary credential' is empty. That mismatch is a red flag: secrets are needed for core functionality but aren't declared, so a user might inadvertently supply credentials in an ad-hoc way. Also startup examples run external processes that could access other environment data.
Persistence & Privilege
Skill is not always-enabled, has no install script, and does not request system-wide config changes. Autonomous invocation is allowed (platform default) but not by itself a problem here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-slack-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-slack-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-slack-bridge
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Slack Bridge 是什么?

Bidirectional bridge between Pilot Protocol and Slack channels. Use this skill when: 1. You need to send Slack notifications from Pilot agents 2. You want to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Pilot Slack Bridge?

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

Pilot Slack Bridge 是免费的吗?

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

Pilot Slack Bridge 支持哪些平台?

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

谁开发了 Pilot Slack Bridge?

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

💬 留言讨论