BeClaude

claudecodeui

New
11.9kGitHubGeneralby siteboon

Use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web with CloudCLI (aka Claude Code UI). CloudCLI is a free open source webui/GUI that helps you manage your Claude Code session and projects remotely.

First seen 5/22/2026

Summary

This skill enables you to use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web via CloudCLI, a free open source web UI that manages Claude Code sessions and projects remotely.

  • It provides a graphical interface to control your coding agents from any device, making remote development seamless.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/claudecodeui.md

3
Invoke in Claude Code
/claudecodeui

Use Cases

Start a new Claude Code session from your mobile browser while away from your desk.
Monitor and manage multiple Claude Code agent sessions running on a remote server.
Upload project files and execute Claude Code commands through a web interface.
Switch between different AI coding tools (Claude Code, OpenCode, Cursor CLI) from one dashboard.
Collaborate with a team by sharing CloudCLI session links for pair programming.
Run Claude Code in a headless server environment and control it via the web UI.

Usage Examples

1

/claudecodeui start session --project my-app

2

Open CloudCLI in my browser and create a new Claude Code session for the current project.

3

Use CloudCLI to run a code review on the latest commit using Claude Code.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is claudecodeui?

This skill enables you to use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web via CloudCLI, a free open source web UI that manages Claude Code sessions and projects remotely. It provides a graphical interface to control your coding agents from any device, making remote development seamless.

How to install claudecodeui?

To install claudecodeui: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/claudecodeui.md. Finally, /claudecodeui in Claude Code.

What is claudecodeui best for?

claudecodeui is a community categorized under General. Created by siteboon.

What can I use claudecodeui for?

claudecodeui is useful for: Start a new Claude Code session from your mobile browser while away from your desk.; Monitor and manage multiple Claude Code agent sessions running on a remote server.; Upload project files and execute Claude Code commands through a web interface.; Switch between different AI coding tools (Claude Code, OpenCode, Cursor CLI) from one dashboard.; Collaborate with a team by sharing CloudCLI session links for pair programming.; Run Claude Code in a headless server environment and control it via the web UI..