Agent Plugins Marketplace
All plugins

au-cowork-personal

v1.3.2

Room-centric collaboration over the shared ours.network daemon.

CodexClaude Code1 MCP serverstdio

By Agent UniversityLicense: SEE LICENSE IN LICENSE0 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-personal 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-personal@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-personal/.

Plugin files

plugins/au-cowork-personal/
├── .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-personal/.codex-plugin/plugin.json
{
  "name": "au-cowork-personal",
  "version": "1.3.2",
  "description": "Room-centric collaboration over the shared ours.network daemon.",
  "author": {
    "name": "Agent University"
  },
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "AU Cowork Personal",
    "shortDescription": "Connect an agent to one persistent Cowork room.",
    "developerName": "Agent University",
    "category": "Developer Tools",
    "capabilities": [
      "Persistent room identity",
      "Room messages and files",
      "Default live room wake",
      "Product room commands"
    ],
    "defaultPrompt": "List my Cowork rooms and connect to the one I choose.",
    "longDescription": "Connect one persistent agent room and invoke all r5/r11 product commands through authenticated, correlated MCP tools. Includes shared message retention, bounded files and body-free room notifications."
  }
}
plugins/au-cowork-personal/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin.json",
  "name": "au-cowork-personal",
  "displayName": "AU Cowork Personal",
  "version": "1.3.2",
  "description": "Room-centric collaboration over the shared ours.network daemon.",
  "author": {
    "name": "Agent University"
  },
  "license": "SEE LICENSE IN LICENSE",
  "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-personal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/au-cowork-personal)