π¦ ClawHub
Metatron Voice
by @toomij99
Discord standup and meeting intelligence workflow for OpenClaw. Use when the user needs help configuring, operating, or troubleshooting Metatron Voice for Di...
TERMINAL
clawhub install metatron-voiceπ About This Skill
name: metatron-voice description: > Discord standup and meeting intelligence workflow for OpenClaw. Use when the user needs help configuring, operating, or troubleshooting Metatron Voice for Discord voice capture, transcription, meeting summaries, Jira task approval, and Confluence handoff. homepage: https://github.com/toomij99/discord-voice metadata: clawdbot: emoji: "ποΈ" config: requiredEnv: [] stateDirs: - ".openclaw/workspace/meetings" example: | { "plugins": { "entries": { "metatron-voice": { "enabled": true, "config": { "meetingsDir": "/home/youruser/.openclaw/workspace/meetings", "jiraProjectKey": "MYPROJECT", "transcriptionProvider": "whisper-local", "whisperModel": "base", "sidecarBaseUrl": "http://127.0.0.1:8765" } } } } }
Metatron Voice Skill
Metatron Voice is an OpenClaw plugin for Discord standups and voice meetings.
It extends the existing OpenClaw Discord integration with a meeting workflow that:
What It Owns
What It Does Not Replace
Config Shape
Use:
{
"plugins": {
"entries": {
"metatron-voice": {
"enabled": true,
"config": {
"meetingsDir": "/home/youruser/.openclaw/workspace/meetings",
"jiraProjectKey": "MYPROJECT",
"transcriptionProvider": "whisper-local",
"whisperModel": "base",
"sidecarBaseUrl": "http://127.0.0.1:8765"
}
}
}
}
}
Discord Workflow
Typical flow:
1. Team joins a Discord voice channel.
2. Someone brings OpenClaw/Metatron into the channel.
3. Start the meeting with /recordstart.
4. Stop the meeting with /recordstop.
5. Review the summary with /voicesummary.
6. Review candidate tasks with /createtasks.
7. Approve tasks with /approvetasks 1 2 or /approvetasks all.
8. Push approved tasks with /pushjira.
Notes
sidecar/.metatron-voice/ is kept as migration reference.π Tips & Best Practices
sidecar/.metatron-voice/ is kept as migration reference.