Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
ccb-compact - Skill - OpenSmartRoute
Skillv1.0.0
ccb-compact
Compact CCB managed agent conversation context with `ccb compact`. Use when the user writes `$ccb-compact`, `$ccb_compact`, or asks to summarize one or more mounted agent contexts without restarting a
Imported from SeemSeam/claude_codex_bridge (inherit_skills/qoder_skills/ccb-compact/SKILL.md). Install upstream with npx skills add SeemSeam/claude_codex_bridge --skill ccb-compact. Copyright stays with the author.
CCB Compact
Use this skill to request provider-native context compaction for mounted CCB agents.
Commands:
command ccb compact
command ccb compact "$AGENT"
command ccb compact agent1 agent2
Rules:
A bare command targets all configured mounted agents; named commands target only those agents.
Busy or queued agents are blocked before any pane input is sent.
The command sends each provider's native compaction command and reports unsupported when no verified command exists.
It does not delete .ccb state, workspaces, auth, sessions, logs, or memory files.
Run once, report the command output, and stop. Do not poll or substitute ccb clear, restart, or kill.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "seemseam-claude-codex-bridge-ccb-compact",
"kind": "skill",
"name": "ccb-compact",
"description": "Compact CCB managed agent conversation context with `ccb compact`. Use when the user writes `$ccb-compact`, `$ccb_compact`, or asks to summarize one or more mounted agent contexts without restarting agents or deleting project state.",
"publisher": "SeemSeam",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Compact CCB managed agent conversation context with `ccb compact`. Use when the user writes `$ccb-compact`, `$ccb_compact`, or asks to summarize one or more mounted agent contexts without restarting agents or deleting project state."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/SeemSeam/claude_codex_bridge",
"path": "inherit_skills/qoder_skills/ccb-compact/SKILL.md",
"ref": "c86763839db98cb7af89fdfe198fddfa6e6ab055",
"url": "https://github.com/SeemSeam/claude_codex_bridge/blob/c86763839db98cb7af89fdfe198fddfa6e6ab055/inherit_skills/qoder_skills/ccb-compact/SKILL.md",
"key": "SeemSeam/claude_codex_bridge/inherit_skills/qoder_skills/ccb-compact/SKILL.md"
}
},
"instructions": "# CCB Compact\n\nUse this skill to request provider-native context compaction for mounted CCB agents.\n\nCommands:\n\n```bash\ncommand ccb compact\n```\n\n```bash\ncommand ccb compact \"$AGENT\"\n```\n\n```bash\ncommand ccb compact agent1 agent2\n```\n\nRules:\n\n- A bare command targets all configured mounted agents; named commands target only those agents.\n- Busy or queued agents are blocked before any pane input is sent.\n- The command sends each provider's native compaction command and reports `unsupported` when no verified command exists.\n- It does not delete `.ccb` state, workspaces, auth, sessions, logs, or m",
"cost": {
"context_tokens": 179
}
}
Fetch it by URL: GET /api/v1/registry/seemseam-claude-codex-bridge-ccb-compact/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.