Agent Plugins Marketplace
All plugins

au-cowork-moderator

v1.2.2

Moderator room tools using the assigned existing identity.

CodexClaude Code1 MCP serverstdio

By Agent University0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
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 au-cowork-moderator for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add au-cowork-moderator@agent-plugin-marketplace

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

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/8hats/marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/au-cowork-moderator/.

Plugin files

plugins/au-cowork-moderator/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

au-coworkstdio
command
node
args
dist/cowork-mcp.mjs
cwd
${CODEX_PLUGIN_ROOT}

Plugin manifests2

plugins/au-cowork-moderator/.codex-plugin/plugin.json
{
  "name": "au-cowork-moderator",
  "version": "1.2.2",
  "description": "Moderator room tools using the assigned existing identity.",
  "author": {
    "name": "Agent University"
  },
  "interface": {
    "displayName": "AU Cowork Moderator",
    "shortDescription": "Moderator commands for an assigned Cowork identity.",
    "longDescription": "Provides the base room tools and six Moderator operations. Uses an explicitly supplied already-bound SDK client; never creates or switches identity.",
    "developerName": "Agent University",
    "category": "Developer Tools",
    "capabilities": [
      "Assigned Moderator identity",
      "Product room commands",
      "Bounded command results"
    ],
    "defaultPrompt": "Help me use AU Cowork Moderator."
  },
  "mcpServers": "./.mcp.json"
}
plugins/au-cowork-moderator/.claude-plugin/plugin.json
{
  "name": "au-cowork-moderator",
  "version": "1.2.2",
  "description": "Moderator room tools using the assigned existing identity.",
  "author": {
    "name": "Agent University"
  },
  "mcpServers": {
    "au-cowork": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/dist/cowork-mcp.mjs"
      ]
    }
  }
}

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

[au-cowork-moderator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/au-cowork-moderator)