Launch Promo: 50% Off Lifetime Access to Founders Tier

The Operating System for Autonomous Intelligence

Transform any CLI tool, script, or binary into a production-grade agentic workflow. Orchestrate multi-agent teams with zero configuration and local-first security.

agent-run --ai="opus-4.6"

$ agents-cli add astral-sh/ruff

✔ Tool astral-sh/ruff installed and indexed.

$ skill-forge --tool pypi:ruff --full

➡ Generating Claude Code hooks and doctrine...

✔ Plugin generated successfully with 7 event hooks.

$ agents-cli run ruff -- check .

Deep Lifecycle Intelligence

A fully integrated environment transforming raw CLI outputs into structured, deterministic, and scalable agent deployments.

🔍

Intelligent Introspection

Automatically map and execute CLI binaries up to depth-3 nested commands, mapping outputs strictly to structured JSON schemas.

🛡

Enterprise Hooks

Write PreToolUse, PostToolUse, and Stop gates. Enforce vulnerability scanning, compliance checks, and safe IP dry-runs before execution.

🤝

Team Orchestration

Deploy specialized subagents (Haiku & Sonnet) to handle specific domains while a primary Agent (Opus) coordinates the overarching memory graph.

Global MCP Bridge

Seamlessly expose your forged skills to any MCP-compliant client (Claude Desktop, VS Code, specialized IDEs) with one click.

📦

6 Product Types

Skills, Plugins, Hook Bundles, Agent Definitions, Agent Teams, and Harnesses. Publish to the marketplace with 80/20 revenue split.

📈

Autonomous Auditing

Every agent action is recorded, audited, and evaluated against safety policies in real-time, ensuring zero hallucination damage.

The Agent Forge Pipeline

From raw CLI to Autonomous Agent in 4 steps

1
Ingest
Import any binary (npm, pip, cargo, go)
2
Introspect
Auto-generate schemas & flags
3
Forge
Inject safety hooks & context
4
Deploy
Live MCP Bridge connection
Browser Control Plane

The Chrome Extension Bridge

Connect your browser directly to your local CLI agents. Preview DOM states, record interactions, and debug agentic vision in real-time.

  • Real-time DOM element introspection
  • Secure WebSocket bridge to local MCP
  • Session recording for agent training
agents-cli.com/debug

The Agent Marketplace

Discover, install, and monetize pre-packaged domains and agents. One click to deploy advanced multi-agent teams directly to your local MCP bridge.

Loading...

📦 Installed Products

Manage your currently active domains and agents.

📦

No products installed yet. Browse the Discover tab to get started.

⚡ MCP Bridge

Checking Bridge Status...

Connecting to companion server...

-- Active Jobs
-- Queued
-- Total
-- Uptime
Port: 3100
Protocol: HTTP REST
Authorization: Bearer ***

🛠 Skill Forge

Transform any command-line tool into a contextual AI skill.

--
Drop CSV or
Output Live

Waiting for input...

Agent Economy

Total Earned
$0.00
Pending Payout
$0.00
Next Payout
--
Published Skills
0

Published Skills

SkillCallsEarnedTrend
No published skills yet

Agent Leaderboard

API Keys

Manage agent API keys for programmatic access.

🔑

No API keys yet. Create one to get started.

Trusted by Agentic Teams

Join the founders and developers building the next generation of autonomous software.

"Agents-CLI cut our automation development time by 80%. Transforming our legacy CLIs into MCP-ready tools was a breeze."
S
Sarah ChenCTO at CloudForge
"The Skill Forge is magic. It introspected our 10-year old internal CLI and generated perfect schemas in seconds."
M
Marcus ThorneLead Architect at SecOps Inc
"Finally, a local-first way to orchestrate agents without leaking IP. The Pre/Post hooks are essential for our security."
D
David MillerSenior DevOps at FinTech OS

Trusted by Agentic Teams

Join the founders and developers building the next generation of autonomous software.

"Agents-CLI cut our automation development time by 80%. Transforming our legacy CLIs into MCP-ready tools was a breeze."
S
Sarah Chen CTO at CloudForge
"The Skill Forge is magic. It introspected our 10-year old internal CLI and generated perfect schemas in seconds."
M
Marcus Thorne Lead Architect at SecOps Inc
"Finally, a local-first way to orchestrate agents without leaking IP. The Pre/Post hooks are essential for our security."
D
David Miller Senior DevOps at FinTech OS

Unlock Agentic Scale

Choose the intelligence tier that fits your workflow. From pure exploration to full architectural rewriting.

Free

Core CLI tools & discovery

$0/mo
  • 5 tools, 3 daily generations
  • Install from public registries
  • Manual Skill Forge
  • View public skills & MCP tools
  • No deep analysis or AI
Most Popular

Starter

Fast daily automation

$29/mo
  • 15 tools, 20 daily generations
  • Natural language tool discovery
  • Auto-generated SKILL.md files
  • Plugin publishing
  • MCP Bridge (up to 15 tools)

Pro

Complex multi-tool workflows

$99/mo
  • 50 tools, 100 daily generations
  • Deep analysis & AI generation
  • Multi-Agent Team Orchestration
  • Bundle publishing
  • Automated quality auditing

Enterprise

Scale your agentic workforce

$399/mo
  • 200 tools, unlimited generations
  • Unlimited MCP Bridge scale
  • Advanced enterprise security
  • Private registry integration
  • Full marketplace monetization

Getting Started

Core Concepts

Quickstart: Your First Agent

The Agents-CLI ecosystem allows for zero-configuration deployments of any Command Line Interface.

bash
# 1. Install tool from PyPI
agents-cli add pypi:ruff

# 2. Forge Claude Code plugin
skill-forge --tool pypi:ruff --full

# 3. Expose to local context
agents-cli mcp start

This wraps your selected binary with intelligent dry-run safety and context-aware flags.

Installation & Setup

Install agents-cli globally via npm:

npm install -g agents-cli

Authentication

OAuth support for Google and GitHub via the companion web service. Set environment variables for your OAuth credentials.

Skill Forge (Deep Introspection)

The Skill Forge deep-probes tool --help flags up to 3 levels, extracting all schema variables for agent use.

The Local MCP Bridge

Expose 100+ vetted tools securely back to Claude Desktop instantly via the Model Context Protocol.

Team Skill Orchestration

Combine cheap Haiku workers for routing and expensive Opus workers for high-reasoning synthesis tasks.

Enterprise Pre/Post Hooks

Ensure DROP DATABASE or rm -rf / is intercepted before LLM hallucination applies action.