Files
FamReynaBrain/resources/clawbot_carryover_ideas.md
T
2026-03-18 19:55:19 -04:00

1.1 KiB

Date, Author, Tags
Date Author Tags
2026-03-18 JARVIS

Clawbot Carryover Ideas

Ideas recovered from the older ~/clawbot workspace and preserved here for future exploration.

Remotion-powered video generator skill

A skill that takes prompts, assembles React/Remotion code, auto-generates videos with Remotion CLI, and sends back the rendered video. It could integrate with SVGs, Markdown, and automation so custom AI videos can be created from a simple prompt or uploaded content.

Home voice command system

Option 1: All-in-one Mac mini

  • Mac mini runs hotword detection (Porcupine)
  • Records and transcribes with Whisper or Vosk
  • Jarvis answers out loud via speakers

Option 2: Pi + Mac combo

  • Pi listens for hotword and records voice
  • Pi sends the audio file to the Mac mini
  • Mac mini transcribes and answers out loud

Pi benefits

  • Multi-room coverage by adding more Pis
  • Offloads always-on listening from the Mac mini

Mac mini advantages

  • Faster transcription
  • Central house voice for replies

Both setups could trigger Jarvis for smart spoken responses anywhere in the house.