live-workshop - Live Workshop Journal and Knowledge Base Generator
Set up a JupyterBook-based workshop journal with live audio transcription, keyword extraction, and structured knowledge base.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Create JupyterBook structure
- Initialize git repository
- Fetch workshop agenda from URL
- Record audio in fixed chunks
- Transcribe audio with Whisper
- Extract keywords from transcriptions
- Classify user notes into modules
- Update daily journal entry
- Build JupyterBook documentation
- Analyze audio transcript logs
Inputs
- Workshop title
- Workshop URL
- Language parameter
- Module names
- Audio chunk duration
- Whisper model name
- Microphone audio
- User notes
Outputs
- JupyterBook structure files
- Audio pipeline scripts
- Audio chunk files
- Text transcript files
- JSONL live log
- Markdown live summary
- Daily journal files
- Module markdown files
- Built HTML website
- Git commits
Requirements
- sox
- openai-whisper
- ffmpeg
- jupyter-book
- Git
- Microphone access
