Cc Remote banner
Qizhan7 Qizhan7

Cc Remote

Git community

Description

--- name: cc-remote description: Use cc_execute/cc_check to run tasks on the user's local machine via Claude Code. Triggers when user asks to run commands, check files, play music, do git ops, execute scripts, or anything about doing things on their local machine. --- # Remote Claude Code Execution User's local Mac has Claude Code running. Use cc_execute / cc_check MCP tools to make it do things. ## Basic flow 1. `cc_execute(prompt="...")` — task starts async, returns task_id 2. Wait ~15s, t

Installation

Installs to ~/.claude/skills/qizhan7-claude-imprint-cc-remote/SKILL.md

Terminal
mkdir -p ~/.claude/skills/qizhan7-claude-imprint-cc-remote && curl -fsSL https://raw.githubusercontent.com/Qizhan7/claude-imprint/HEAD/skills/cc-remote.md -o ~/.claude/skills/qizhan7-claude-imprint-cc-remote/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository