Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub用于清除一个或多个由CCB管理的Agent上下文。通过ccb clear命令执行,支持指定特定Agent或批量清除。该操作不删除项目状态,适用于清理会话绑定或重置Agent环境,但不适用于重启、终止或文件删除等场景。
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


