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.
$ 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
Import any binary (npm, pip, cargo, go)
Auto-generate schemas & flags
Inject safety hooks & context
Live MCP Bridge connection
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
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.
📦 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...
Port: 3100
Protocol: HTTP REST
Authorization: Bearer ***🛠 Skill Forge
Transform any command-line tool into a contextual AI skill.
Waiting for input...
Agent Economy
Published Skills
| Skill | Calls | Earned | Trend |
|---|---|---|---|
| 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.
Trusted by Agentic Teams
Join the founders and developers building the next generation of autonomous software.
Unlock Agentic Scale
Choose the intelligence tier that fits your workflow. From pure exploration to full architectural rewriting.
Free
Core CLI tools & discovery
- ✓ 5 tools, 3 daily generations
- ✓ Install from public registries
- ✓ Manual Skill Forge
- ✓ View public skills & MCP tools
- ✗ No deep analysis or AI
Starter
Fast daily automation
- ✓ 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
- ✓ 50 tools, 100 daily generations
- ✓ Deep analysis & AI generation
- ✓ Multi-Agent Team Orchestration
- ✓ Bundle publishing
- ✓ Automated quality auditing
Enterprise
Scale your agentic workforce
- ✓ 200 tools, unlimited generations
- ✓ Unlimited MCP Bridge scale
- ✓ Advanced enterprise security
- ✓ Private registry integration
- ✓ Full marketplace monetization
Quickstart: Your First Agent
The Agents-CLI ecosystem allows for zero-configuration deployments of any Command Line Interface.
# 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-cliAuthentication
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.