---
title: "CLI Plugin"
sidebarTitle: "CLI"
description: "CLI framework plugin for ElizaOS agents - provides command registration, execution, and interactive terminal sessions"
---

Command-line interface framework for Eliza agents, enabling command registration and interactive terminal sessions.

**Package:** `@elizaos/plugin-cli`

## Overview

The CLI plugin provides elizaOS agents with a command registration and execution framework. Agents can register custom commands, handle arguments and flags, and run interactive terminal sessions. This is useful for building agent-driven CLI tools, admin interfaces, and automation workflows that operate through a terminal-style interaction model.

## Installation

```bash
eliza plugins install cli
```

## Configuration

This plugin has no configuration parameters. It works out of the box once installed.

## Related

- [Coding Tools Plugin](/plugin-registry/coding-tools) - Filesystem, shell, and search tooling (READ, WRITE, BASH, GREP, …)
- [Directives Plugin](/plugin-registry/directives) - Inline directive parsing for agents
