Add clawbot carryover ideas note

This commit is contained in:
aeroreyna
2026-03-18 19:55:19 -04:00
parent 91d5b09d14
commit c2461d1f72
2 changed files with 36 additions and 0 deletions

View File

@@ -5,5 +5,6 @@
- [[Marriage Course Index]]: Weekly sessions with Cuba.
- **[[Resources]]:** Interests, reference material, and research.
- [[Family Timeline]]: Chronological milestones.
- [[Clawbot Carryover Ideas]]: old OpenClaw ideas worth revisiting.
- **[[Archives]]:** Completed or paused items.
- **[[Inbox]]:** Unprocessed thoughts and quick captures.

View File

@@ -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.