with one click
caliber
Route prompts by task-demand surface before spending tokens.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Route prompts by task-demand surface before spending tokens.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use current Cloudflare docs/API schemas instead of embedded product docs.
Use when scheduling recurring polls, read-only monitors, or background jobs that must survive shell session boundaries.
Discover, register, and maintain Hermes skills from non-default paths (plugin directories, external repos, shared vaults). Use when skills are missing from `skills_list()`, when the user mentions plugin skills, when symlinking skills, or when reconciling duplicate/overlapping skills between the default tree and external sources.
Operate the Antigravity CLI (agy): plugins, auth, sandbox.
Tune HERMES_STREAM_RETRIES for mid-stream reconnect resilience.
Manage parallel Hermes sessions in Telegram topics.
| name | caliber |
| description | Route prompts by task-demand surface before spending tokens. |
| version | 0.1.0 |
| author | Hermes |
| license | MIT |
| metadata | {"hermes":{"tags":["Routing","Model-Selection","Cost-Optimization","Verification"]}} |
Turns a request into a task-surface demand vector, compares it against a model capability matrix, and returns the cheapest constructor that clears the task with the right defender. A constructor is: model + deployment path + context + retrieval + tools + verifier + human gate.
Does NOT pick "the best model." It picks the cheapest allowed constructor whose proven capabilities clear the task's required surfaces and whose defender can verify the result.
references/model-capability-matrix.yaml (bundled with this skill).references/ directory via skill_view.| Level | Name | Meaning |
|---|---|---|
| -1 | deterministic | No model; SQL/rules/regex/script/API directly |
| 0 | tiny | Simple classify/extract/rewrite/routing |
| 1 | small | Simple reasoning, short summaries, low-stakes drafts |
| 2 | workhorse | Normal professional work, routine code/specs, common RAG |
| 3 | strong specialist | Harder domain work, repo work, complex synthesis, multimodal |
| 4 | frontier | Expensive-to-fail planning, novel architecture, high-reliability synthesis |
| 5 | orchestrated frontier | Decomposition + tools + defenders + human gates |
| 6 | reserved future | Super-frontier/research-grade |
| Gate | Restriction |
|---|---|
| Regulated/private data | Approved compliant/private deployment only |
| Secrets/credentials | Do not send raw secrets; use secure references or local tools |
| Local/private-only | Local/open-weight/private endpoint candidates only |
| External send/write | Human approval unless explicitly authorized |
| CRM/EHR/finance write | Dry-run + audit log + rollback + approval |
| Public upload | Explicit approval required |
| Human-impacting labels | Human gate unless pre-approved policy exists |
| Cluster | Key surfaces |
|---|---|
| Language & cognition | text_transform, instruction_following, general_reasoning, math_formal, science_expert, world_knowledge_current, creative_writing_worldbuilding, strategy_architecture |
| Reading & memory | long_context_retrieval, long_context_synthesis, rag_grounding, memory_personalization |
| Code & tools | code_generation, software_engineering, agentic_coding, tool_calling, computer_use, workflow_automation, structured_output |
| Data & docs | data_analysis, chart_diagram_understanding, document_ocr_extraction, financial_legal_admin |
| Multimodal | vision_static, image_generation, video_understanding, video_generation, audio_asr, audio_tts_voice, music_audio_generation, multimodal_composition |
| Surface | Defender |
|---|---|
software_engineering | unit tests, typecheck, lint, integration tests, code review |
agentic_coding | plan review, test suite, diff review, behavior smoke test, rollback note |
tool_calling | schema validation, dry-run, idempotency key, audit log |
workflow_automation | replay harness, canary, queue dashboard, kill switch |
world_knowledge_current | citation audit, source freshness check, source diversity check |
rag_grounding | quote verifier, retrieval trace, contradiction check |
math_formal | deterministic calculator/Python/SymPy or independent proof check |
data_analysis | executable notebook/script, row counts, reconciliation totals |
external_send_or_write | approval receipt, dry-run, audit log, rollback/undo plan |
real_world_safety | formal safety case, canary, kill switch, human gate |
Task surfaces:
- <surface>: required level <n> — <why>
Gate pool:
- allowed deployments:
- excluded deployments:
Candidate comparison:
- cheapest viable:
- strongest reliable:
- local/private option:
- specialist option:
Defenders:
- required verifier(s):
- human gate:
Recommendation:
- primary constructor:
- fallback constructor:
- escalation rule:
- evidence confidence:
Invoke through terminal:
# Verify the capability matrix is valid YAML
python3 -c "import yaml; yaml.safe_load(open('references/model-capability-matrix.yaml')); print('OK')"
Then check that your routing output names a primary constructor, a fallback, an escalation rule, and a defender — if any are missing, the route is incomplete.