Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub用于重置 CCB 托管代理的对话上下文,支持清除所有或指定代理的历史记录,不删除项目状态。
Trigger Scenarios
用户要求清除对话历史
用户输入 ccb clear 命令
Install
npx skills add SeemSeam/claude_codex_bridge --skill ccb-clear -g -y
SKILL.md
Frontmatter
{
"name": "ccb-clear",
"description": "Clear CCB managed agent conversation context with `ccb clear`. Use for `\/ccb-clear`, `$ccb-clear`, `$ccb_clear`, or requests to reset one or more CCB agent contexts without deleting project state."
}
CCB Clear
Run exactly one matching command:
command ccb clear
command ccb clear "$AGENT"
command ccb clear agent1 agent2
The bare command targets all configured agents. Named commands target only the
requested agents. Report the command output and stop. Do not substitute
ccb kill, restart agents, delete files, or poll.
Version History
- 070e86f Current 2026-08-20 03:06


