一键导入
escalation
Cap or restore the escalation tier for this conversation. Controls how far the orchestrator can escalate from frontdoor to specialist models.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cap or restore the escalation tier for this conversation. Controls how far the orchestrator can escalate from frontdoor to specialist models.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Process research URLs (papers, blogs, repos) through a structured intake pipeline. Extracts claims, deduplicates against a persistent index, cross-references existing work, expands literature, updates active handoffs, proposes handoff stubs, and produces a structured report. Use when ingesting new research material into the EPYC compendium.
Index the EPYC orchestrator x_* request overrides exposed through Hermes command skills.
Control the orchestrator stack lifecycle from Hermes via a thin wrapper over the existing stack launcher.
Lint, query, and maintain the project knowledge base. Use when auditing KB health, searching for compiled knowledge, or checking governance hygiene. Do not use when ingesting new research (use research-intake).
Use when reviewing a diff, commit, PR, dependency change, agent/tool change, or codebase surface for security risk. Runs a two-pass STRIDE + OWASP Top 10 + OWASP LLM + supply-chain review with exploit-path-gated findings and P0-P3 severity.
Disable REPL code execution for this conversation. Forces direct text responses only — no Python/shell execution.
| name | escalation |
| description | Cap or restore the escalation tier for this conversation. Controls how far the orchestrator can escalate from frontdoor to specialist models. |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["routing","orchestrator","escalation"]}} |
Control how far the orchestrator can escalate requests through the model tier chain.
/escalation off — Frontdoor only, no escalation (tier A)/escalation B1 — Allow escalation up to coder tier/escalation B2 — Allow escalation up to architect tier/escalation full — Remove cap, full escalation chain (default behavior)| Command | API Parameter | Value |
|---|---|---|
/escalation off | x_max_escalation | "A" |
/escalation B1 | x_max_escalation | "B1" |
/escalation B2 | x_max_escalation | "B2" |
/escalation full | (remove x_max_escalation) | — |
A - Frontdoor only
B1 - + Coder escalation
B2 - + Architect escalation
C - + Worker specialist (full chain, default)
GET /v1/models/escalation off for quick factual queries where speed matters most