Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Short slash command wrapper for Claude relay sessions. Use when the user wants concise /cc commands like /cc projects, /cc on <project>, /cc tail, /cc off, o...
Short slash command wrapper for Claude relay sessions. Use when the user wants concise /cc commands like /cc projects, /cc on <project>, /cc tail, /cc off, o...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Short operator commands for Claude Code relay sessions. Requires: claude-relay skill must be installed.
All commands execute via: {baseDir}/scripts/cc.sh <raw-args>
Parse user input and route: projects / list โ list available projects from map + project root on <project> / start <project> โ start or reuse Claude session (fuzzy match) off [project] / stop [project] โ stop session (default: last project) tail [project] [lines] โ show recent output (default: 120 lines) status โ list active relay sessions /cc (no args) โ show inline button menu (if platform supports) /cc on (no project) โ show project picker buttons Any other text โ relay mode send (see below) For the "any other text" case: if the first token resolves to an active project session, treat it as explicit project target and use remaining text as the message.
After on <project>, enter relay mode. This is the critical behavior contract: ALL user messages are forwarded to Claude Code โ no exceptions. Do NOT interpret, answer, or act on the message yourself. You are a transparent pipe. Forward via scripts/cc.sh send โ wait for output โ return final result only. The ONLY messages NOT forwarded are cc commands themselves: off, tail, status, projects, /cc. Relay mode ends on off, stop, or /cc menu invocation. Example: [relay mode active, project=marvis] User: "ๅธฎๆๆฅไธไธ่ฟไธช bug ็ๅๅ " โ cc.sh send marvis "ๅธฎๆๆฅไธไธ่ฟไธช bug ็ๅๅ " โ wait for Claude Code output โ return result to user WRONG: answering the question yourself For button specs, output formatting, approval handling, and callback routing, see relay-mode.md.
Never self-answer in relay mode: forward everything, return only Claude Code's output. Final result only: one message per interaction, no progress updates. Choices โ buttons: numbered menus in Claude Code output become inline buttons. Tool call discipline: button/menu messages = tool call + NO_REPLY, no surrounding text.
VariableDefaultDescriptionCLAUDE_RELAY_DIR(auto-detected)Path to claude-relay skill directoryCLAUDE_RELAY_ROOT$HOME/projectsRoot directory for project discoveryCLAUDE_RELAY_MAP<relay-skill-dir>/projects.mapPath to project alias map file
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.