Ccc Cloudcli banner
KevinZai KevinZai

Ccc Cloudcli

Development community

Description

--- description: "CloudCLI — bridge to web-based Claude Code sessions for mobile access" --- # /cloudcli — Web Session Bridge CloudCLI web UI at localhost:4681 (your-cloudcli.example.com via Tailscale). Access Claude Code from any browser or mobile device. ## When activated: Check if CloudCLI is running: `curl -s --max-time 2 http://localhost:4681/api/health` If not running: "CloudCLI is not running. Start it or check port 4681." If running, present via AskUserQuestion: | Option | What it

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-cloudcli/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-cloudcli && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-cloudcli.md -o ~/.claude/skills/kevinzai-commander-ccc-cloudcli/SKILL.md

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

Full documentation available on GitHub

View Source Repository