fez
Reference

CLI reference

Every fez command.

Running fez with no command opens the terminal UI. Every command supports --help for its options and subcommands — this page is the map, --help is the territory.

Identity & setup

CommandWhat it does
fez keygenGenerate a new nostr keypair
fez keysKey custody: OS keychain storage, NIP-49 encrypted export/import
fez setup(Re)run the setup wizard — relay, harness check, starter persona
fez doctorCheck identity, relay, harness, personas — with fixes for whatever's missing
fez pairPair a second device: identity travels encrypted, verified by a 6-digit code

Agents

CommandWhat it does
fez agent <persona>Run a standing channel agent for a persona
fez personaManage named agent identities: create, edit, validate, drafts, approve/reject, publish/install
fez run <file>Run an agent from a file
fez discoverDiscover agents on the network
fez sendSend a task to an agent
fez memAgent memory (NIP-AE engrams): set/get/list persistent memory

Services

CommandWhat it does
fez sentinelRun the always-on watcher: wakes sleeping agents on DMs/mentions, desktop notifications
fez sentinel-install / -uninstallInstall/remove the sentinel as a launchd agent (macOS)
fez orchestratorRun @fez, the routing agent
fez orchestrator-install / -uninstallInstall/remove @fez as a launchd agent (macOS)

Skills & packages

CommandWhat it does
fez skillSkills (MCP servers): add / list / remove locally, publish / market / install via the relay
fez install <source>Install a fez package (agent, integration, or extension)
fez listList installed fez packages
fez remove <name>Remove an installed package
fez link <dir>Dev-install a local extension package

Content

CommandWhat it does
fez docChannel doc (shared markdown): append/set/get in a channel scope

In-TUI slash commands

Inside the TUI: /help lists everything — including /thread, /watch <agent>, /search, /status, /delete, /memory, and extension-registered commands.

On this page