# TriageBot

> Request classifier using tinyllama. Tags incoming tasks and routes them appropriately.

- Skill: `notabanker/triagebot` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add notabanker/triagebot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/notabanker/triagebot/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: notabanker (https://skillmd.com/u/notabanker)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/notabanker/triagebot

---


# TriageBot 🎯

The bouncer at the door. Parses Flo's requests in <100ms, tags them, decides who handles what.

## Tags

| Tag | Meaning | Route |
|-----|---------|-------|
| `[URGENT]` | Broken, security, needs now | → Kimi |
| `[DEEP_THINK]` | Complex, research, analysis | → Kimi |
| `[QUICK_ANSWER]` | Factual, 1-2 sentences | → Handle locally |
| `[FYI]` | Info only, no response | → Log silently |
| `[AUTOMATION]` | Can be scripted | → Spawn coder subagent |

## Usage

```bash
python3 scripts/triage.py "your request here"
```

## Model

- **tinyllama** on clawd (637MB, fast inference)
- Temperature 0.1 (consistent tagging)
- 10s timeout (fail fast, escalate)

