> For the complete documentation index, see [llms.txt](https://book.ferro.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ferro.pro/ai/tool.md).

# tool

## mix

### tokscale

<https://github.com/junhoyeo/tokscale>

```
npx tokscale@latest
```

## opencode

<https://github.com/Shlomob/ocmonitor-share>

```
uv tool install opencode-monitor
uv tool upgrade opencode-monitor

pipx install opencode-monitor # Arch Linux, Ubuntu, macOS, etc

# Real-time monitoring dashboard
ocmonitor live

# View sessions history
ocmonitor sessions

# Daily usage breakdown (add --breakdown for per-model detail)
ocmonitor daily
ocmonitor daily --breakdown

# Deep dive into a specific model
ocmonitor model claude-sonnet-4-5
```
