Back to Eliza

CLI Plugin

packages/docs/plugin-registry/cli-plugin.md

2.0.1901 B
Original Source

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.