← Back to Skills Marketplace
teoslayer

Pilot Discord Bridge

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-discord-bridge
Description
Bidirectional bridge between Pilot Protocol and Discord servers. Use this skill when: 1. You need to send Discord notifications from Pilot agents 2. You want...
Usage Guidance
This skill's purpose (a Pilot↔Discord bridge) is plausible, but the SKILL.md and the registry metadata are inconsistent. Before installing or running it: 1) Confirm you have pilotctl and the pilot daemon running. 2) Treat your Discord webhook URL as a secret — do not paste it publicly; the skill should declare this in requires.env (e.g., DISCORD_WEBHOOK). 3) Ask the author for the 'discord_relay.py' source or a trusted implementation and review it before running; the skill references it but does not include it. 4) Ensure jq and python3 are available or update the metadata to list them as required binaries. 5) Run initial tests in an isolated environment or sandbox and avoid granting broad autonomous invocation until you verify behavior. If the author updates the manifest to explicitly require DISCORD_WEBHOOK and the actual relay code or a trustworthy installation path is provided, the inconsistencies would be resolved and the skill would look benign.
Capability Analysis
Type: OpenClaw Skill Name: pilot-discord-bridge Version: 1.0.0 The skill provides a standard integration for bridging messages between the Pilot Protocol and Discord using the 'pilotctl' command-line utility. The logic in SKILL.md focuses on legitimate operations such as configuring Discord webhooks, publishing notifications, and subscribing to message streams. No indicators of malicious intent, data exfiltration, or prompt injection were found.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description, and the commands in SKILL.md (pilotctl set-webhook, publish, subscribe, listen, recv) are consistent with a Pilot↔Discord bridge and with the stated dependency on pilotctl/pilot-protocol.
Instruction Scope
SKILL.md references an environment variable ($DISCORD_WEBHOOK), runs an external 'discord_relay.py' bot, and uses tools like jq and python3 in the example loop, but these are not declared in the metadata. The instructions therefore ask the agent/user to provide and run external code and secrets not accounted for in the skill manifest.
Install Mechanism
This is instruction-only (no install spec or code files), so nothing is downloaded or written by the skill itself. That lowers install risk, but the runtime expects an external relay script that is not provided.
Credentials
The skill does not declare required environment variables, yet the example uses $DISCORD_WEBHOOK and the webhook URL contains a token-like secret; sensitive data (webhook token) is therefore referenced but not declared or justified in requires.env. Also jq/python3 are used but not declared as required binaries.
Persistence & Privilege
always:false and no install means the skill does not request persistent or elevated platform privileges. It does not try to modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-discord-bridge
  3. After installation, invoke the skill by name or use /pilot-discord-bridge
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-discord-bridge
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pilot Discord Bridge?

Bidirectional bridge between Pilot Protocol and Discord servers. Use this skill when: 1. You need to send Discord notifications from Pilot agents 2. You want... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install Pilot Discord Bridge?

Run "/install pilot-discord-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pilot Discord Bridge free?

Yes, Pilot Discord Bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pilot Discord Bridge support?

Pilot Discord Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pilot Discord Bridge?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments