MonoClaw

CLI Commands Reference

Global options

OptionDescription
--tuiLaunch the TUI interface
--continueResume the most recent session
--file PATHLoad a file or directory into context
--profile NAMEUse a specific profile
--no-contextSkip loading context files
--versionShow version
--helpShow help

monoclaw — Start chatting

Start an interactive chat session.

monoclaw              # Classic CLI
monoclaw --tui        # Modern TUI
monoclaw --continue   # Resume last session
monoclaw -c           # Short form for --continue

monoclaw model — Configure models

Interactive model and provider configuration.

monoclaw model              # Launch setup wizard
monoclaw model --list       # List available models
monoclaw model --current    # Show current model

monoclaw tools — Tool management

monoclaw tools list              # List available tools
monoclaw tools enable TOOLSET    # Enable a toolset
monoclaw tools disable TOOLSET   # Disable a toolset
monoclaw tools status            # Show current tool configuration

monoclaw setup — Setup wizard

Run the full interactive setup wizard.

monoclaw setup

monoclaw doctor — Diagnostics

Run system diagnostics.

monoclaw doctor           # Full diagnostics
monoclaw doctor --config  # Config only
monoclaw doctor --tools   # Tools only

monoclaw update — Update

Update to the latest version.

monoclaw update           # Update and restart
monoclaw update --check   # Check if update is available
monoclaw update --backup  # Backup before updating

monoclaw uninstall — Uninstall

Remove MonoClaw from your system.

monoclaw uninstall        # Interactive uninstall
monoclaw uninstall --yes  # Skip confirmation

monoclaw gateway — Gateway management

monoclaw gateway start           # Start the gateway
monoclaw gateway stop            # Stop the gateway
monoclaw gateway restart         # Restart the gateway
monoclaw gateway status          # Show gateway status
monoclaw gateway logs            # Show gateway logs
monoclaw gateway setup           # Configure platforms
monoclaw gateway allowlist add ID    # Add user to allowlist
monoclaw gateway allowlist remove ID # Remove user from allowlist
monoclaw gateway allowlist list      # Show allowlist

monoclaw config — Configuration

monoclaw config get KEY            # Get a config value
monoclaw config set KEY VALUE      # Set a config value
monoclaw config check              # Validate config
monoclaw config migrate            # Add missing config options
monoclaw config edit               # Open config in editor

monoclaw sessions — Session management

monoclaw sessions list             # List sessions
monoclaw sessions search QUERY     # Search sessions
monoclaw sessions show ID          # Show session details
monoclaw sessions export ID        # Export session to markdown
monoclaw sessions rename ID NAME   # Rename session
monoclaw sessions delete ID        # Delete session

monoclaw skills — Skills management

monoclaw skills list               # List installed skills
monoclaw skills search QUERY       # Search skills hub
monoclaw skills install NAME       # Install a skill
monoclaw skills uninstall NAME     # Remove a skill
monoclaw skills update NAME        # Update a skill
monoclaw skills curate             # Run curator

monoclaw cron — Cron jobs

monoclaw cron list                 # List cron jobs
monoclaw cron create SCHEDULE PROMPT  # Create a job
monoclaw cron delete ID            # Delete a job
monoclaw cron pause ID             # Pause a job
monoclaw cron resume ID            # Resume a job
monoclaw cron edit ID              # Edit a job
monoclaw cron logs ID              # Show job logs
monoclaw cron run ID               # Run job immediately

monoclaw webhook — Webhook subscriptions

monoclaw webhook list              # List subscriptions
monoclaw webhook subscribe NAME    # Create subscription
monoclaw webhook delete NAME       # Delete subscription
monoclaw webhook pause NAME        # Pause subscription
monoclaw webhook resume NAME       # Resume subscription

monoclaw profile — Profile management

monoclaw profile list              # List profiles
monoclaw profile create NAME       # Create profile
monoclaw profile switch NAME       # Switch profile
monoclaw profile copy FROM TO      # Copy profile
monoclaw profile delete NAME       # Delete profile
monoclaw profile set-default NAME  # Set default profile

monoclaw plugin — Plugin management

monoclaw plugin list               # List plugins
monoclaw plugin install SOURCE     # Install plugin
monoclaw plugin link PATH          # Link local plugin (dev)
monoclaw plugin uninstall NAME     # Remove plugin
monoclaw plugin info NAME          # Show plugin details

monoclaw memory — Memory management

monoclaw memory tidy               # Clean up memories
monoclaw memory export             # Export to markdown
monoclaw memory reset              # Clear all memories
monoclaw memory provider switch NAME  # Switch memory provider

monoclaw version — Version info

monoclaw version