cli

Manage AX agents via command-line chat, messaging, and plugin operations.

5|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/project-ax/ax --skill cli-project-ax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli
Source: https://github.com/project-ax/ax/tree/main/.claude/skills/ax/cli
Command: npx skills add https://github.com/project-ax/ax --skill cli-project-ax

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a powerful command-line interface to interact with AX agents, enabling users to manage agent behavior, send messages, and configure the system directly from their terminal.

Core Features & Use Cases

  • Agent Interaction: Send one-off messages or engage in interactive chat sessions with AX agents.
  • System Management: Bootstrap new agents, manage plugins, and reload configurations without restarting the server.
  • Kubernetes Deployment: Generate Kubernetes configurations for deploying AX agents.
  • Use Case: You need to quickly send a command to your AX agent to fetch a web page and summarize its content.

Quick Start

Use the cli skill to send the message "What is the current weather in London?" to the default agent.

Frequently Asked Questions about cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a message to an AX agent from the command line?

You can send a message to an AX agent from the command line by using the CLI to transmit one-off commands or engage in interactive chat sessions via a Unix socket or TCP port. This enables direct terminal-based agent communication.

Can I manage agent plugins and reload configurations without restarting the server?

Yes, you can manage agent plugins and reload configurations without restarting the server. The CLI supports dynamic system management, allowing you to bootstrap new agents and update settings directly during runtime.

How do I generate Kubernetes configurations for deploying AX agents?

You can generate Kubernetes configurations for deploying AX agents by using the CLI's built-in deployment setup features. This facilitates system configuration and streamlines Kubernetes deployment directly from your terminal.

What is the best way to execute deterministic tasks with an AX agent via a terminal?

The best way to execute deterministic tasks with an AX agent via a terminal is using the CLI. It supports deterministic task execution and interactive agent communication over a Unix socket or TCP port for reliable automation.

Does the AX command-line interface require specific dependencies to manage agents?

No, the AX command-line interface does not require specific dependencies to manage agents. It operates independently to provide agent bootstrapping, plugin management, and system configuration without external package requirements.