Install
openclaw skills install discord-bridgeBridge Discord messages to Agent Zero's HTTP API
openclaw skills install discord-bridgeBridges Discord messages to Agent Zero's api_message HTTP endpoint, enabling Discord users to interact with Agent Zero agents.
| Variable | Description | Example |
|---|---|---|
{{DISCORD_BOT_TOKEN}} | Discord bot authentication token | Bot token from Discord Developer Portal |
{{A0_API_URL}} | Agent Zero API endpoint | http://localhost:80/api_message |
{{A0_API_KEY}} | Agent Zero API authentication | mcp_server_token from settings |
{{DISCORD_CHANNEL_IDS}} | Comma-separated allowed channel IDs | "123456789,987654321" |
{{BOT_CMD_PREFIX}} | Command prefix for bot commands | "!" |
on_message eventindex.py - Main Discord bot logic.env.example - Environment template# Install dependencies
pip install discord.py aiohttp python-dotenv
# Configure environment
cp .env.example .env
# Edit .env with your credentials
# Run the bridge
python index.py