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.
| Command | Description |
|---|---|
/help | Command reference and examples |
/tools | List tools |
/data | Manage local datasets (/data list, /data status, /data pull <name>, /data pull-all) |
/skills | List installed skills (with author, last updated, and version) |
/skills-find [query] | Search skill catalog |
/skills-add <source> | Install a skill |
/skills-upgrade | Sync the catalog and update installed skills |
/skills-remove <name> | Remove a skill |
/model | Switch model/provider from configured options |
/model-manager | Add/edit/delete OpenAI-compatible profiles and inspect health/model discovery |
/settings | UI + agent settings |
/keys | Key status and key setup helpers (/keys set-compatible <profile_id>, /keys set-boltz) |
/new | Start a new session |
/tasks | Background task status |
/interrupt | Stop active generation |
/agents N <query> | Run N parallel research agents |
/sessions, /resume | Session history + resume |
/export, /notebook | Export output |
/upgrade | Upgrade CLI |
/usage | Token/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-boltzRelated pages
- Install and upgrade: Agent CLI Overview
- Setup and local model config: Setup and local models
- Session storage and resume options: Sessions and persistence
Last updated on