跳至主要内容
小龙虾小龙虾AI
🤖

Narrator

Live narration of your macOS screen activity with Gemini vision + ElevenLabs speech.

下载1.5k
星标4
版本1.3.2
系统工具
安全通过

技能说明


name: screen-narrator description: Live narration of your macOS screen activity with Gemini vision + ElevenLabs speech. homepage: https://github.com/buddyh/narrator metadata: { "openclaw": { "emoji": "🎙️", "requires": { "bins": ["python3", "tmux", "peekaboo"], "env": ["GEMINI_API_KEY", "ELEVENLABS_API_KEY"] }, }, }

Screen Narrator

This skill maps to the upstream narrator repo implementation.

It runs Gemini-vision narration styles (sports, nature, horror, noir, reality_tv, asmr, wrestling) and ElevenLabs TTS, with optional dual-lane narration and live control via JSON files.

Source of truth

Use the repo install:

cd /Users/buddy/narrator
/Users/buddy/narrator/.venv/bin/python -m narrator sports --help

Setup

cd /Users/buddy/narrator
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Required environment:

  • GEMINI_API_KEY
  • ELEVENLABS_API_KEY
  • optional: ELEVENLABS_VOICE_ID

Runtime control commands

Start live narration in a tmux session (preferred):

tmux new-session -d -s narrator "cd /Users/buddy/narrator && /Users/buddy/narrator/.venv/bin/python -m narrator sports --control-file /tmp/narrator-ctl.json --status-file /tmp/narrator-status.json"

Start with timer:

tmux new-session -d -s narrator "cd /Users/buddy/narrator && /Users/buddy/narrator/.venv/bin/python -m narrator wrestling --time 5m --control-file /tmp/narrator-ctl.json --status-file /tmp/narrator-status.json"

Change style on the fly:

echo '{"command": "style", "value": "horror"}' > /tmp/narrator-ctl.json

Set profanity:

echo '{"command": "profanity", "value": "low"}' > /tmp/narrator-ctl.json

Pause / resume:

echo '{"command": "pause"}' > /tmp/narrator-ctl.json
echo '{"command": "resume"}' > /tmp/narrator-ctl.json

Stop:

tmux kill-session -t narrator

Check status:

cat /tmp/narrator-status.json

Notes

  • macOS only (screen capture + TTS/audio).
  • This OpenClaw skill wrapper is aligned to the /Users/buddy/narrator implementation to avoid drift between docs and runtime.

如何使用「Narrator」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Narrator技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能