Cc Clip banner
ShunmeiCho ShunmeiCho

Cc Clip

Development community

Description

Paste images into remote Claude Code & Codex CLI over SSH — clipboard bridging for macOS and Windows.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

English · 简体中文 · 日本語

cc-clip sends a local clipboard through a loopback-only SSH tunnel to remote AI coding agents

Latest release CI status MIT license

Paste images into remote Claude Code, Codex CLI, opencode, and Cursor sessions over SSH — and copy text back out, free of terminal soft-wrap.
Optional integrations bring completion and approval notifications back to your desktop.

Quick start · Choose a target · How it works · Documentation

Terminal demo showing cc-clip installation, setup, and remote image paste
Install → setup → open SSH → paste.

**Upgrading from v0.8.x?** In v0.9.0, `--codex` became Codex-only. Use `--all` when the same host also needs the Claude integration. See the [upgrade guide](docs/upgrading.md#upgrading-from-v08x-to-v090).

Quick Start

This is the stable macOS-to-Linux path. You need:

  • macOS 13 or later;
  • a Linux remote (amd64 or arm64) with curl, bash, and xclip or wl-paste;
  • a named Host entry in ~/.ssh/config.

1. Install

curl -fsSL https://raw.githubusercontent.com/ShunmeiCho/cc-clip/main/scripts/install.s