Metatron Voice

v0.1.0

Discord standup and meeting intelligence workflow for OpenClaw. Use when the user needs help configuring, operating, or troubleshooting Metatron Voice for Di...

1· 138·0 current·0 all-time
byAriel Tov Ben@toomij99

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for toomij99/metatron-voice.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Metatron Voice" (toomij99/metatron-voice) from ClawHub.
Skill page: https://clawhub.ai/toomij99/metatron-voice
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install metatron-voice

ClawHub CLI

Package manager switcher

npx clawhub@latest install metatron-voice
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description describe a Discord voice/meeting plugin and the SKILL.md contains configuration and operational guidance for that plugin. The example config fields (meetingsDir, transcriptionProvider, sidecarBaseUrl, jiraProjectKey) are consistent with a plugin that records/transcribes meetings and integrates with Jira/Confluence. No unrelated credentials, binaries, or system access are requested.
Instruction Scope
The instructions are operator-focused: how to configure the plugin, the typical Discord commands (/recordstart, /recordstop, etc.), and where meeting artifacts live. The file paths listed (e.g., .openclaw/workspace/meetings) and the local sidecar URL are proportional to the task. The SKILL.md does not instruct the agent to read unrelated files, harvest environment variables, or transmit data to unexpected external endpoints.
Install Mechanism
There is no install spec and no code files bundled with the skill — it is instruction-only. That minimizes risk because nothing is written or executed by the skill itself. The homepage points to a GitHub repo (expected for a plugin) but the skill does not attempt to download or run that code.
Credentials
The skill declares no required environment variables, primary credential, or special config paths beyond a plugin state directory. The config example references Jira and a transcription provider, which is reasonable for the described capabilities; the skill itself does not request unrelated secrets or credentials.
Persistence & Privilege
always is false and the skill does not request permanent or privileged presence. The SKILL.md suggests editing the OpenClaw plugin config to enable the plugin (normal behavior) but does not instruct modifying other skills or system-wide settings.
Assessment
This skill is a documentation-style operator guide for the Metatron Voice plugin — it will not install code or request credentials by itself. Before enabling: (1) review the referenced GitHub repository code if you plan to install the plugin/sidecar; (2) confirm where meeting audio and transcripts will be stored and who can access that directory; (3) ensure your OpenClaw Discord, Jira, and Confluence integrations are configured with appropriate credentials and permissions (the skill assumes those integrations already exist); and (4) be mindful of privacy/consent when recording voice channels. If you need the plugin installed automatically, verify any installation sources and service endpoints (e.g., sidecarBaseUrl) are trusted and local as intended.

Like a lobster shell, security has layers — review code before you run it.

Plugin bundle (nix)
Skill pack · CLI binary · Config
SKILL.mdCLIConfig
Config requirements
State dirs.openclaw/workspace/meetings

Runtime requirements

🎙️ Clawdis
latestvk97fw4k3vtdhtb089r3vjc2qmh835r14
138downloads
1stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

Config 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:

  • 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.

Comments

Loading comments...