composio-community

Open CLI Agent — AI skill for Claude Code

AI community

A powerful, interactive CLI agent that provides access to 500+ tools and integrations through Composio.

How to install Open CLI Agent

This entry records only its repository, not the path inside it, so there is no exact command to give. Open composio-community/open-cli-agent and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Open CLI Agent does

A powerful, interactive CLI agent that provides access to 500+ tools and integrations through [Composio](https://composio.dev). Built with LangChain and LangGraph for sophisticated AI workflows with a

Alternatives in AI

  • Osaurus — Own your AI. The native macOS harness for AI agents -- any model, persistent memory, autonomous execution, cry 5.1k ★
  • Axonhub — ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs 3.2k ★
  • Paca — AI-native, free, open-source alternative to Jira, Trello, ClickUp & Monday 1.8k ★

README

Open CLI Agent

A powerful, interactive CLI agent that provides access to 500+ tools and integrations through [Composio](https://composio.dev). Built with LangChain and LangGraph for sophisticated AI workflows with a Claude Code-like experience.

Features

  • Interactive Chat Interface: Natural language interaction with an AI agent
  • 500+ Integrations: Access to tools via Composio's extensive toolkit ecosystem
  • Authentication Management: Secure API key management and configuration
  • Rich Terminal UI: Beautiful, colorful output with progress indicators
  • Tool Router: Intelligent tool selection and execution via Composio's experimental tool router
  • Conversation History: Persistent chat history with shortcuts and commands
  • Flexible Configuration: Customizable models, temperature, and toolkit filtering

Quick Start

Installation

# Clone and install
git clone 
cd cli-agent
pip install -e .

Setup

First, configure your API keys:

composio-cli setup

You'll be prompted for:

  • Composio API Key: Get yours from composio.dev
  • OpenAI API Key: Required for the LLM
  • Email: Used as default user ID

Basic Usage

Start the CLI agent:

composio-cli

Other available commands:

# List available toolkits
composio-cli toolkits

# Show current configuration
composio-cli config-show

You can also pass options directly to the main command:

# Use specific toolkits
composio-cli --toolkits "github,slack" --auth-configs "config1,config2"

# Use different model settings
composio-cli --model "gpt-5"

Usage

The CLI provides a Claude Code-like experience:

> What GitHub repositories do I have access to?
● [Agent fetches and lists your repositories using GitHub tools]

> Send a message to my team Slack channel about the project update
● [Agent uses Slack integration to send the message]

Available Commands

| Command |