metatron-voice

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "metatron-voice" with this command: npx skills add toomij99/metatron-voice

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:

  • records Discord voice conversations
  • transcribes meeting audio
  • generates meeting summaries
  • extracts Jira task candidates
  • supports approval in Discord before Jira push

What It Owns

  • plugin configuration guidance
  • command usage guidance
  • operator troubleshooting
  • meeting artifact inspection
  • Discord-first standup workflow guidance

What It Does Not Replace

  • OpenClaw's existing Discord bot identity
  • OpenClaw's configured summary model
  • OpenClaw's Jira integration
  • OpenClaw's Confluence integration

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

  • This repository contains the OpenClaw-native plugin at the repository root.
  • The sidecar worker lives under sidecar/.
  • The older Python prototype under metatron-voice/ is kept as migration reference.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Council of LLMs

Real multi-model council deliberation for OpenClaw subagents. Spawns 3 parallel subagents with different LLMs (kimi-k2.6, deepseek-v4-pro, gemma4:31b) and di...

Registry SourceRecently Updated
Automation

Stigmem

Persistent federated memory for OpenClaw agents — boot handshake, handoff, decision, and escalation surfaces backed by a Stigmem node.

Registry SourceRecently Updated
Automation

植物病害识别技能

Accurately identifies plant diseases based on computer vision and deep learning, supports both image and video input, outputs structured diagnostic reports i...

Registry SourceRecently Updated
Automation

Unbrowser

Cheap first-pass web browsing without launching Chrome — fetch SSR pages, follow links, query the DOM, run JS, detect bot-wall challenges. Escalate to OpenCl...

Registry SourceRecently Updated