> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hiroshios.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# hiroshi agent — Interactive Terminal Chat Mode

> hiroshi agent starts an interactive terminal session with the active AI agent. Supports slash commands, agent switching, and skill listing.

The `hiroshi agent` command opens an interactive terminal session with the currently active agent. It is the fastest way to talk to Hiroshi from your shell.

```bash theme={null}
hiroshi agent
```

## Slash commands

| Command          | Description                             |
| ---------------- | --------------------------------------- |
| `/agents`        | List all agents defined in `AGENTS.md`. |
| `/switch <name>` | Switch the active agent.                |
| `/skills`        | List all available skills.              |
| `/clear`         | Clear the current conversation context. |
| `/exit`          | Quit the session.                       |
