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
CODEBLOCK0
Then open http://localhost:7870 on the computer.
How It Works
- 1. Computer: Open the teleprompter page → paste or type your script → click "开始提词"
- Phone: Scan the QR code shown on the computer → phone becomes a remote controller
- 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)
ClawPrompt 🦞📝 — 带手机遥控的智能提词器
功能简介
一款基于浏览器的提词器,可在Mac上运行。由第二人使用手机作为遥控器进行翻页,让演讲者专注于镜头。
快速启动
bash
cd {SKILL_DIR}/scripts
npm install --silent
node server.js
然后在电脑上打开 http://localhost:7870。
工作原理
- 1. 电脑端:打开提词器页面 → 粘贴或输入脚本 → 点击开始提词
- 手机端:扫描电脑上显示的二维码 → 手机变为遥控器
- 录制过程:演讲者注视镜头,用余光阅读屏幕顶部的文字。另一人手持手机,点击下一句进行翻页。
控制方式
- - 电脑键盘:空格/↓ = 下一句,↑ = 上一句,+/- = 字体大小,ESC = 退出
- 手机端:点击下一句/上一句按钮
- 文本上传:可通过电脑或手机上传
与ClawCut集成
如果使用ClawCut生成视频脚本,可直接将9场景脚本粘贴到ClawPrompt中。
系统要求
- - Node.js(用于WebSocket服务器)
- 电脑和手机需连接同一WiFi网络
- 端口7870(可通过PORT环境变量配置)