โ† All skills
Tencent SkillHub ยท Developer Tools

cc

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/relay-mode.md, scripts/cc.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

cc

Short operator commands for Claude Code relay sessions. Requires: claude-relay skill must be installed.

Script

All commands execute via: {baseDir}/scripts/cc.sh <raw-args>

Command routing

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.

Relay mode

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.

Key principles

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.

Environment variables

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/relay-mode.md Docs
  • scripts/cc.sh Scripts