Open
Conversation
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>
Joenasriani
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new skill for remote browser access to Claude Code + dev site preview from any device (iPad, phone, another computer).
/remoteor "set up remote access", Claude detects the project type, generates aclaude-remote.shscript, and launches ttyd + Cloudflare quick tunnels with QR codes-c user:passbasic auth using a random 16-char password per sessionWhat's included
skills/claude-web-remote/SKILL.md— skill instructions with bash templateskills/claude-web-remote/LICENSE.txt— MIT licenseHow it works
Supported stacks
npm run devnpm run devpython app.pypython manage.py runserverpython3 -m http.serverPrerequisites
brew install ttyd cloudflared qrencode # macOS🤖 Generated with Claude Code