au-cowork-personal
v1.3.2Room-centric collaboration over the shared ours.network daemon.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add au-cowork-personal@agent-plugin-marketplacePaste 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/marketplaceClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- node
- args
- dist/cowork-mcp.mjs
- cwd
- ${CODEX_PLUGIN_ROOT}
Plugin manifests2
{
"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."
}
}{
"$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"
]
}
}
}For maintainers
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)