diff --git a/index.md b/index.md index f2f6ded..e2d1419 100644 --- a/index.md +++ b/index.md @@ -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. diff --git a/resources/clawbot_carryover_ideas.md b/resources/clawbot_carryover_ideas.md new file mode 100644 index 0000000..2e9d9ee --- /dev/null +++ b/resources/clawbot_carryover_ideas.md @@ -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.