一键导入
call-ceiling
Use when working on the Tools harness and you need cost efficiency control: Caps tool calls per request so a run can't overspend on tool use.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when working on the Tools harness and you need cost efficiency control: Caps tool calls per request so a run can't overspend on tool use.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when working on the Sub-agent Dispatch harness and you need capability control: Registers new agent types, pluggable planning strategies, and enforced result schemas.
Use when working on the Orchestrator harness and you need capability control: Lets operators swap the "why this next" decision logic (round-robin, risk-first, deadline-first) without touching the orchestrator core.
Use when working on the Trace harness and you need performance control: Writes traces asynchronously so audit logging doesn't block the call path.
Use when working on the Orchestrator harness and you need cost efficiency control: Caps concurrent high-cost reasoning sessions per project and reclaims idle slices, holding total attention spend under a set ceiling.
Use when working on the Latency harness and you need capability control: Adds SLO config and availability probes for new routes.
Use when working on the Provider harness and you need cost efficiency control: Chooses batch over realtime endpoints and compresses payloads where latency allows to reduce vendor cost.
基于 SOC 职业分类
| name | call-ceiling |
| description | Use when working on the Tools harness and you need cost efficiency control: Caps tool calls per request so a run can't overspend on tool use. |
Caps tool calls per request so a run can't overspend on tool use.
Changing this harness changes tool-use authority inside the request: which tools are allowed, how many calls can happen, whether safe calls can run in parallel, and when tool use is denied.
This is a working harness-control runbook. Use it to inspect the current boundary, choose a small control change, define tests, and produce an implementation-ready patch plan.
Tools / Cost efficiency.Use this minimum evidence before trusting the change:
Call Ceiling and produces the expected controlled behavior.Return this structure:
## Call Ceiling Harness Update
Boundary: Tools / Cost efficiency
Problem: <one sentence>
Selected lever: <one lever>
Change: <smallest concrete change>
Files or systems touched: <paths, configs, tools, policies, or human steps>
Allowed behavior: <what may happen>
Blocked behavior: <what must not happen>
Verification: <positive test, boundary test, regression check>
Evidence captured: <logs, traces, screenshots, costs, timings, or audit records>
Rollback: <how to undo>
Approval needed: <none or specific human gate>
Do not grant new runtime authority, spend money, deploy, modify secrets, delete data, contact external users, change access control, or bypass approval gates unless the operator explicitly authorizes that action. If authority is unclear, stop with a blocker question and state the exact approval needed.