Add clawbot carryover ideas note
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
Date: 2026-03-18
|
||||
Author: JARVIS
|
||||
Tags: #ideas #openclaw #automation #voice #video
|
||||
---
|
||||
|
||||
# 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.
|
||||
Reference in New Issue
Block a user