Skip to content

Add claude-web-remote skill#882

Open
lunaticfluker wants to merge 3 commits intoanthropics:mainfrom
lunaticfluker:add/claude-web-remote
Open

Add claude-web-remote skill#882
lunaticfluker wants to merge 3 commits intoanthropics:mainfrom
lunaticfluker:add/claude-web-remote

Conversation

@lunaticfluker
Copy link
Copy Markdown

Summary

Adds a new skill for remote browser access to Claude Code + dev site preview from any device (iPad, phone, another computer).

  • What it does: When a user says /remote or "set up remote access", Claude detects the project type, generates a claude-remote.sh script, and launches ttyd + Cloudflare quick tunnels with QR codes
  • Security: ttyd is launched with -c user:pass basic auth using a random 16-char password per session
  • Zero config: No Cloudflare account needed, auto-detects Flask/Next.js/Vite/Django/static
  • No existing remote skill in the repo — this fills a gap

What's included

  • skills/claude-web-remote/SKILL.md — skill instructions with bash template
  • skills/claude-web-remote/LICENSE.txt — MIT license

How it works

  1. Starts a web terminal (ttyd) running Claude Code with basic auth
  2. Starts the dev server (auto-detected from project files)
  3. Creates Cloudflare quick tunnels for both
  4. Prints QR codes in terminal for easy phone/tablet scanning

Supported stacks

Type Port Dev command
Next.js 3000 npm run dev
Vite/React 5173 npm run dev
Flask 5000 python app.py
Django 8000 python manage.py runserver
Static HTML 8000 python3 -m http.server

Prerequisites

brew install ttyd cloudflared qrencode  # macOS

🤖 Generated with Claude Code

lunaticfluker and others added 3 commits April 8, 2026 09:39
A Claude Code skill that sets up browser-based remote access to Claude Code
and dev site preview from any device (iPad, phone, another computer) using
ttyd + Cloudflare quick tunnels + QR codes.

Features:
- Auto-detects project type (Next.js, Vite, Flask, Django, static)
- Generates claude-remote.sh with basic auth (random credentials per session)
- Creates Cloudflare tunnels for both terminal and dev site
- Prints scannable QR codes for easy mobile access
- Zero config, no Cloudflare account needed

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The tr | head pipe causes SIGPIPE under set -euo pipefail.
Add || true to suppress.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
shopify-liquid: Shopify Online Store 2.0 theme development — Liquid
templating, section schemas, template JSON, CLI workflows, gotchas.

fal-ai: Image, video & audio generation — Flux Pro, Kling, Python/JS
SDKs, prompt engineering, async queue, webhooks, error handling.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants