ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

cc

Claude Code relay via tmux. Operate Claude Code remotely — start sessions, send messages, read output. Use when the user wants to interact with Claude Code from Telegram or any OpenClaw channel.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/artwalker/cc
Or

What This Skill Does

The cc skill acts as a high-speed command-line wrapper and transparent relay for Claude Code sessions within the OpenClaw environment. It simplifies the interaction with development projects by providing a concise, terminal-style syntax for session management. By abstracting away the complex logic of session routing, the skill allows you to switch between active projects, view logs, and pipe your natural language queries directly into the Claude Code engine without the agent intervening in the conversation logic. It is designed specifically to maintain a 'transparent pipe' architecture, ensuring that the AI agent remains a conduit rather than a participant when relay mode is active.

Installation

To integrate this skill into your OpenClaw agent, execute the following command in your terminal: clawhub install openclaw/skills/skills/artwalker/cc

Ensure that the claude-relay skill is already installed and configured, as cc functions as a front-end interface for the underlying relay infrastructure.

Use Cases

  • Rapid Context Switching: Seamlessly toggle between different codebases using simple aliases or project names.
  • Long-Running Analysis: Maintain a persistent state for complex architectural reviews or debugging sessions.
  • Direct CLI Integration: Ideal for developers who prefer staying in the terminal flow rather than using GUI-based prompt windows.
  • Log Monitoring: Instantly inspect the recent history of your Claude Code interaction using the tail command.

Example Prompts

  1. "/cc on frontend-app"
  2. "/cc tail 50"
  3. "Refactor the authentication middleware to use the new session store."

Tips & Limitations

  • Transparency: Always remember that when relay mode is active, the agent will not perform its own reasoning on your input. It forwards the raw text to Claude Code.
  • Session Management: Always use /cc off when finished with a project to free up system resources and prevent stray messages from being routed to the wrong session.
  • Tooling: Ensure your projects.map is correctly configured so that the agent can successfully perform fuzzy matching for your project paths.
  • Environment: If you are working in non-standard directories, verify that CLAUDE_RELAY_ROOT is correctly pointing to your primary development folder.

Metadata

Author@artwalker
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-artwalker-cc": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#developer#cli#claude#coding#automation
Safety Score: 4/5

Flags: file-read, code-execution, external-api