Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub用于通过ccb clear命令清理一个或多个CCB托管的Agent上下文,保留项目状态。针对DSH目标会旋转会话绑定,避免直接操作宿主日志或重启/终止进程。
Trigger Scenarios
需要清理Agent上下文但不删除项目状态时
处理DSH目标会话绑定旋转时
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


