Agent Plugins Marketplace
All plugins

agents-cli

v1.0.0

Run and manage many AI coding agents (Claude Code, Codex, Cursor, Antigravity, Grok, Kimi, OpenCode, Droid, …) from one CLI. Run agents in parallel, manage multiple accounts, survive usage limits, resume sessions across machines, pin versions.

Claude Code9 Skills

By Phoenix Labs17 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
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 agents-cli for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agents-cli@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/phnx-labs/agi-cli

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

agents-cli/
├── .claude-plugin/plugin.json
├── skills/agents-cli/SKILL.md
├── skills/browser/SKILL.md
├── skills/devices/SKILL.md
├── skills/routines/SKILL.md
├── skills/run/SKILL.md
├── skills/secrets/SKILL.md
├── skills/sessions/SKILL.md
├── skills/teams/SKILL.md
└── skills/workflows/SKILL.md

Included Skills9

agents-cliskills/agents-cli/SKILL.md

Run and manage many AI coding agents (Claude Code, Codex, Cursor, Gemini/Antigravity, Grok, Kimi, OpenCode, Droid, …) from one CLI — the `agents` command. Use this to run multiple coding agents in parallel, manage multiple Claude Code accounts, keep working when I hit my usage limit, resume a session on another machine, or pin the agent CLI version. Triggers on: run multiple coding agents in parallel, manage multiple Claude Code accounts, I hit my usage limit, resume a session on another machine, pin the agent CLI version.

browserskills/browser/SKILL.md

Drive a browser via CDP — navigate, click, type, screenshot. Profiles persist login state across sessions, so agents log in once and stay authenticated. Triggers on: 'automate a website', 'browser automation', 'click', 'screenshot', 'scrape', 'log in', 'fill form'.

devicesskills/devices/SKILL.md

Register and connect to your machines over Tailscale SSH with agents-cli. Use this skill to sync devices from the tailnet, list them, open a shell on another machine, or see agent sessions running across your whole fleet.

routinesskills/routines/SKILL.md

Schedule agents to run on a cron schedule or one-shot at a specific time. The scheduler auto-starts on first add. Triggers on: 'schedule an agent', 'recurring job', 'cron', 'daily', 'every weekday', 'run at 2pm'.

runskills/run/SKILL.md

Execute a single agent headlessly or interactively. Supports plan/edit/auto/skip modes, secrets bundle injection, version pinning, fallback chains, balanced rotation, profile dispatch (Kimi/DeepSeek/etc.), and workflow dispatch by name. Triggers on: 'run claude', 'run codex', 'agents run', 'dispatch an agent', 'headless agent', 'one-off agent task'.

secretsskills/secrets/SKILL.md

Manage named bundles of environment variables backed by the OS keychain (macOS Keychain, Linux libsecret, Windows Credential Manager). Create bundles, add secrets, generate passwords, and inject them into agent runs. Triggers on: 'API key', 'credentials', 'secrets bundle', 'inject env vars', '--secrets', 'keychain', 'credential manager'.

sessionsskills/sessions/SKILL.md

Search, browse, and read agent conversation transcripts across Claude, Codex, Gemini, and OpenCode. Use this skill to find previous sessions, recover context, or inspect what agents have done.

teamsskills/teams/SKILL.md

Organize AI coding agents into teams that collaborate on a shared task. Create teams, add teammates, start them, monitor progress, and collect results. Use this skill when you need parallel agent execution. For single-agent dispatch, use `agents run` instead.

workflowsskills/workflows/SKILL.md

Create and run reusable multi-agent pipelines. Bundle an orchestrator prompt with optional subagents, skills, and plugins into a named workflow invoked as `agents run <workflow-name>`. Triggers on: 'workflow', 'orchestrator', 'WORKFLOW.md', 'multi-agent pipeline', 'reusable agent task'.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agents-cli",
  "description": "Run and manage many AI coding agents (Claude Code, Codex, Cursor, Antigravity, Grok, Kimi, OpenCode, Droid, …) from one CLI. Run agents in parallel, manage multiple accounts, survive usage limits, resume sessions across machines, pin versions.",
  "version": "1.0.0",
  "author": {
    "name": "Phoenix Labs",
    "url": "https://github.com/phnx-labs/agi-cli"
  }
}

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

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