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· 87·0 current·0 all-time
byAriel Tov Ben@toomij99
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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
latestvk97fw4k3vtdhtb089r3vjc2qmh835r14

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎙️ Clawdis

Config example

Starter config for this plugin bundle.

{
  "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"
        }
      }
    }
  }
}

Comments