discord-tools v1.1.0
Initial public release of the Discord message reading plugin for Hermes Agent.
What's Included
- `discord_read_message` tool — fetch any Discord message by exact ID, channel, or timestamp range
- Human-readable timestamps — `"today"`, `"yesterday"`, `"3pm"`, `"2026-05-08"`, ISO-8601, and raw snowflakes
- Context window — fetch N messages before and after a target for disambiguation
- Clean JSON output — author, content, attachments, embeds, mentions, referenced_message
Installation
```bash
cd ~/.hermes/plugins
git clone https://github.com/hermes90201/hermes-discord-tools.git
mv hermes-discord-tools/discord-tools .
rm -rf hermes-discord-tools
```
Then enable the plugin in `config.yaml` and enable the `discord` toolset:
```bash
hermes tools enable discord --platform discord
hermes gateway restart
```
Requirements
- Hermes Agent ≥ v0.11.0
- `DISCORD_BOT_TOKEN` in `~/.hermes/.env`
Full README: https://github.com/hermes90201/hermes-discord-tools#readme