Skip to main content

fliiq run

Run a single-shot agent task.
Examples:

fliiq plan

Shortcut for fliiq run --mode plan.

fliiq (REPL)

Start an interactive REPL session. This is the default command when no subcommand is given.

fliiq tui

Start a full-screen TUI session.

fliiq init

Initialize Fliiq configuration.

fliiq doctor

Verify your setup.
Checks: API keys, SOUL.md, playbooks, MCP servers, skill directories.

fliiq models

Show available model aliases.
Displays all aliases from ~/.fliiq/models.yaml — both built-in and custom. See Model Selection for details on adding custom aliases.

fliiq skill-list

List all available skills with their source.
Output shows each skill’s name, source (core or local), and description.

fliiq skill-promote

Promote a local skill to core.
Moves from .fliiq/skills/<name>/ to skills/core/<name>/. Validates all 3 files exist.

fliiq soul

Manage agent identity.

fliiq playbook

Manage domain playbooks.

fliiq mcp

Manage MCP server connections.

fliiq google

Manage Google account authorization.

fliiq telegram

Manage Telegram bot setup.

fliiq daemon

Manage the background daemon.

fliiq job

Manage scheduled jobs.

fliiq audit

Browse and inspect agent audit trails. Every run — REPL, TUI, single-shot, or scheduled job — produces an audit trail capturing model, token usage, tool calls, and timing.
See Audit Trails for the full guide.