Agent Plugins Marketplace
All plugins

auto-agent-team

v0.2.0

Coordinate native Codex subagents and show DSH-style team state, tasks, dependencies, verification, and review in a live dashboard.

Codex1 MCP serverstdio

By anlan1027License: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add auto-agent-team@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/anlan1027/auto-agent-team

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/auto-agent-team/.

Plugin files

plugins/auto-agent-team/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

auto-agent-team-runtimestdio
command
node
args
./mcp/server.mjs
cwd
.

Plugin manifests1

plugins/auto-agent-team/.codex-plugin/plugin.json
{
  "name": "auto-agent-team",
  "version": "0.2.0",
  "description": "Coordinate native Codex subagents and show DSH-style team state, tasks, dependencies, verification, and review in a live dashboard.",
  "author": {
    "name": "anlan1027",
    "url": "https://github.com/anlan1027"
  },
  "homepage": "https://github.com/anlan1027/auto-agent-team",
  "repository": "https://github.com/anlan1027/auto-agent-team",
  "license": "MIT",
  "keywords": [
    "codex",
    "agents",
    "subagents",
    "multi-agent",
    "orchestration",
    "dashboard",
    "mcp"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Auto Agent Team",
    "shortDescription": "Native Codex subagent orchestration with a live team dashboard",
    "longDescription": "Adds a local Agent Team MCP runtime and DSH-style dashboard for members, tasks, dependencies, progress, verification, and review. It is designed to work alongside the standalone Auto Agent Team Skill rather than installing a duplicate Skill.",
    "developerName": "anlan1027",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/anlan1027/auto-agent-team",
    "defaultPrompt": [
      "Build this project with Auto Agent Team and show the team dashboard.",
      "Split this work across native Codex subagents, verify it, and review it.",
      "Open the Auto Agent Team dashboard for this workspace."
    ],
    "brandColor": "#2563EB",
    "screenshots": []
  }
}

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

[auto-agent-team on Agent Plugins Marketplace](https://pluginsmp.com/plugins/auto-agent-team)