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.

📦

7 Product Types

Skills, Plugins, Hook Bundles, Agent Definitions, Agent Teams, Harnesses, and Workflows. 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
NEW — Workflow Pipelines

Ship 10x Faster with Pre-Built Pipelines

Chain tools into automated multi-step workflows. From RAG pipelines to security audits — orchestrate your entire agent stack in one click.

📥 Ingest
raw docs
📊 Embed
vectors
📇 Index
search index
Query
🤖

RAG Pipeline

4 steps · ~5min

Ingest, embed, index, and query documents with retrieval-augmented generation.

ingest embed index query
342 dl ★ 4.6 Explore →
🛡

Security Audit

4 steps · ~5min

Scan dependencies, lint secrets, audit configs, and generate compliance reports.

scan lint audit report
567 dl ★ 4.7 Explore →

Code Quality Gate

4 steps · ~3min

Lint, format, test, and validate — block merges until every gate passes.

lint format test validate
891 dl ★ 4.8 Explore →

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.

Free Plan 0 / 3 installs used this month
Upgrade for Unlimited
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...

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

Why Upgrade?

Stop paying per tool. One plan unlocks everything.

One-Shot Purchase

$4.99 / tool
  • Single tool access
  • No updates included
  • 3 installs / month
10 tools = $49.90
🔥 50% OFF Launch

Starter Plan

$29 $14.99 / month
  • 15 tools included
  • Auto-updates & support
  • 50 installs / month
  • NL discovery + SKILL.md
Get Starter

Pro Plan

$79 $39.99 / month
  • Unlimited tools
  • Agent defs & deep analysis
  • 500 installs / month
  • Priority MCP bridge
Get Pro
Feature Free Starter Pro
Monthly installs350500
Skills accessFree onlyAll skillsAll + agents
SKILL.md generationManualAutoAI-enhanced
MCP Bridge tools515Unlimited
Workflow pipelinesView only5/monthUnlimited
Plugin publishing
Agent definitions

Unlock Agentic Scale

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

🔥 Launch Special — 50% OFF all plans Limited time

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
50% OFF

Starter

Fast daily automation

$29/mo
$14.99/mo
  • 15 tools, 20 daily generations
  • Natural language tool discovery
  • Auto-generated SKILL.md files
  • Plugin publishing
  • 5 workflow runs / month
  • MCP Bridge (up to 15 tools)
50% OFF

Pro

Complex multi-tool workflows

$79/mo
$39.99/mo
  • 50 tools, 100 daily generations
  • Deep analysis & AI generation
  • Multi-Agent Team Orchestration
  • Bundle publishing
  • Unlimited workflows + publish
  • Automated quality auditing
50% OFF

Enterprise

Scale your agentic workforce

$199/mo
$99/mo
  • 200 tools, unlimited generations
  • Custom workflow builder
  • 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.