---
name: CCB Clear
slug: ccb-clear-3
category: AI Engineering
description: CCB Clear clears provider conversation context for mounted CCB agents using the ccb clear command. Use it when the user invokes /ccb-clear or asks to reset CCB agent context without restarting agents or deleting project state.
github: "https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/grok_skills/ccb-clear"
language: Python
stars: 3417
forks: 337
install: "npx degit https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/grok_skills/ccb-clear ~/.claude/skills/ccb-clear"
installs_to: ~/.claude/skills/ccb-clear
source_path: inherit_skills/grok_skills/ccb-clear/SKILL.md
collection_size: 12
category_size: 2451
collection_url: "https://dirskills.com/collections/SeemSeam/claude_codex_bridge"
added: 2026-08-17T07:08:14.794Z
last_synced: 2026-08-17T07:08:14.794Z
canonical_url: "https://dirskills.com/skills/ccb-clear-3"
---

# CCB Clear

CCB Clear clears provider conversation context for mounted CCB agents using the ccb clear command. Use it when the user invokes /ccb-clear or asks to reset CCB agent context without restarting agents or deleting project state.

**Install:**

```bash
npx degit https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/grok_skills/ccb-clear ~/.claude/skills/ccb-clear
```

## README

# CCB Clear

Use this skill to clear provider conversation context for mounted CCB agents.

In the CCB source checkout, installed `ccb` is only for the active work
environment. Source validation uses `/home/bfly/yunwei/ccb_source/ccb_test`
from `/home/bfly/yunwei/test_ccb2` unless another external root is explicitly
allowed.

For a bare skill invocation or an explicit all-agents request:

```bash
command ccb clear
```

For named agents, pass only the requested names as separate quoted arguments:

```bash
command ccb clear "$AGENT"
```

```bash
command ccb clear agent1 agent2
```

Rules:

- Bare `/ccb-clear`, `$ccb-clear`, and `$ccb_clear` target all configured agents.
- Named requests target only the named agents.
- For ambiguous natural-language scope, ask which agents to clear instead of clearing all.
- This sends provider-native clear input to mounted target panes.
- It does not delete `.ccb`, auth, sessions, logs, workspaces, or memory files.
- Never substitute `ccb kill`, `ccb -n`, restart, direct tmux input, or file deletion.
- Run once, report the command output, then stop. Do not poll.
- If terminal permission is denied or cancelled, report that no clear was performed.
  Do not change Grok permission settings.
