Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub用于清理 CCB 管理的 Agent 上下文,保留项目状态。支持清除单个或全部 Agent 会话,处理 DSH 目标时通过控制平面旋转绑定,避免使用重启或强制终止等替代操作。
Trigger Scenarios
需要重置 Agent 运行时上下文但保留配置
解决 Agent 卡顿或队列阻塞问题
Install
npx skills add SeemSeam/claude_codex_bridge --skill ccb-clear -g -y
SKILL.md
Frontmatter
{
"name": "ccb-clear",
"metadata": {
"short-description": "Clear CCB context"
},
"description": "Clear one or more CCB managed agent contexts with `ccb clear` without deleting project state."
}
CCB Clear
Run one matching command and report its output:
command ccb clear
command ccb clear "$AGENT"
command ccb clear agent1 agent2
For a DSH target, CCB rotates the managed native DSH session binding through
the control plane; DSH has no /clear command and CCB does not type into its
host/log pane. Old native session logs remain available. Busy or queued agents
are blocked. Do not substitute restart, kill, file deletion, or polling.
Version History
- 070e86f Current 2026-08-20 03:05


