Fastfold Docs
Agent CLI

Interactive Commands

Slash command reference for interactive Agent CLI sessions.

Inside fastfold interactive mode, these slash commands control tools, sessions, models, exports, and background tasks.

CommandDescription
/helpCommand reference and examples
/toolsList tools
/dataManage local datasets (/data list, /data status, /data pull <name>, /data pull-all)
/skillsList installed skills (with author, last updated, and version)
/skills-find [query]Search skill catalog
/skills-add <source>Install a skill
/skills-upgradeSync the catalog and update installed skills
/skills-remove <name>Remove a skill
/modelSwitch model/provider from configured options
/model-managerAdd/edit/delete OpenAI-compatible profiles and inspect health/model discovery
/settingsUI + agent settings
/keysKey status and key setup helpers (/keys set-compatible <profile_id>, /keys set-boltz)
/newStart a new session
/tasksBackground task status
/interruptStop active generation
/agents N <query>Run N parallel research agents
/sessions, /resumeSession history + resume
/export, /notebookExport output
/upgradeUpgrade CLI
/usageToken/cost usage

Common flows

Use these sequences for day-to-day work:

/model-manager
/model
/new
/tasks
/export
/skills-find fold
/skills-add fastfold-ai/skills@skills/fold
/keys
/keys set-boltz

Last updated on

On this page