# clawprompt

> Runs a local teleprompter web app with a phone remote control, QR pairing, and dual-screen sync for video recording.

- Skill: `luokai0/clawprompt` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds add luokai0/clawprompt`
- Raw SKILL.md: https://api.skillmd.com/api/skills/luokai0/clawprompt/raw
- Safety review: CAUTION (external: skill-scanner WARNING, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Tags: Browser, Mobile Remote, Nodejs, Qr Code, Teleprompter, Video Recording, Websocket
- Author: luokai0 (https://skillmd.com/u/luokai0)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/luokai0/clawprompt

---


# ClawPrompt 🦞📝 — Smart Teleprompter with Mobile Remote

## What It Does
A browser-based teleprompter that runs on your Mac. A second person can use their phone as a remote control to turn pages while the speaker focuses on the camera.

## Quick Start

```bash
cd {SKILL_DIR}/scripts
npm install --silent
node server.js
```

Then open `http://localhost:7870` on the computer.

## How It Works
1. **Computer**: Open the teleprompter page → paste or type your script → click "开始提词"
2. **Phone**: Scan the QR code shown on the computer → phone becomes a remote controller
3. **Recording**: Speaker looks at camera, peripheral vision reads text at top of screen. Another person holds the phone and taps "下一句" to advance.

## Controls
- **Computer keyboard**: Space/↓ = next, ↑ = prev, +/- = font size, ESC = exit
- **Phone**: Tap "下一句" / "上一句" buttons
- **Text upload**: From either computer or phone

## Integration with ClawCut
If using ClawCut to generate video scripts, the 9-scene script can be pasted directly into ClawPrompt.

## Requirements
- Node.js (for WebSocket server)
- Computer and phone on the same WiFi network
- Port 7870 (configurable via PORT env var)

