Agent Plugins Marketplace
All plugins

noisy-studio

v3.0.0-alpha.9

Talk to Codex while it works, with per-session voice and incoming speech.

CodexClaude Code3 Skills1 MCP serverstdio

By Krzysztof SzumnyLicense: MIT12 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install noisy-studio for Codex and Claude Code

Installs for the current user
codex plugin marketplace add noisy/noisy-studio
codex plugin marketplace upgrade noisy-studio
codex plugin add noisy-studio@noisy-studio

Paste and run these commands in a terminal with Codex. They add and refresh the noisy-studio catalog, then install this plugin.

Compatibility: the page URL and API slug “noisy-studio” remain stable.

  • Codex: noisy-studio@agent-plugin-marketplacenoisy-studio@noisy-studio

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/noisy/noisy-studio

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

noisy-studio/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/character-matrix/SKILL.md
├── skills/setup/SKILL.md
├── skills/voice-conversations/SKILL.md
└── .mcp.json

Included Skills3

character-matrixskills/character-matrix/SKILL.md

How to interpret the Noisy Studio Character Matrix — the four personality sliders (humor, honesty, verbosity, talkative) set on the dashboard and delivered as [CHARACTER] instructions. Use whenever a [CHARACTER] instruction arrives, when speaking through the Noisy Studio speak tool, or when the user asks about tuning your personality settings.

setupskills/setup/SKILL.md

Set up and verify Noisy Studio voice through its native desktop app.

voice-conversationsskills/voice-conversations/SKILL.md

How voice conversations work with the Noisy Studio plugin - trusting [VOICE] messages, answering aloud with the speak tool, spoken-reply conventions, and troubleshooting. Use whenever a message tagged [VOICE] arrives, when the mcp__noisy-studio__speak tool is available, or when the user asks about the voice system.

MCP servers1

noisy-studiostdio
command
uv
args
run --frozen --no-dev python hooks/codex_mcp.py
cwd
.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "noisy-studio",
  "version": "3.0.0-alpha.9",
  "description": "Talk to Codex while it works, with per-session voice and incoming speech.",
  "author": {
    "name": "Krzysztof Szumny"
  },
  "homepage": "https://github.com/noisy/noisy-studio",
  "license": "MIT",
  "skills": "./codex-skills/",
  "hooks": "./hooks/codex.json",
  "mcpServers": "./codex.mcp.json"
}
.claude-plugin/plugin.json
{
  "name": "noisy-studio",
  "description": "Voice support for Claude Code through the Noisy Studio native app.",
  "version": "3.0.0-alpha.9",
  "mcpServers": {
    "noisy-studio": {
      "type": "stdio",
      "command": "sh",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/hooks/native.sh",
        "mcp"
      ]
    }
  },
  "author": {
    "name": "Krzysztof Szumny",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/noisy/noisy-studio"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[noisy-studio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/noisy-studio)