fliiq run
Run a single-shot agent task.
Examples:
fliiq plan
Shortcut forfliiq 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.fliiq models
Show available model aliases.~/.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.core or local), and description.
fliiq skill-promote
Promote a local skill to core..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.