Transcribe a recorded audio file (meeting / call / voice memo / interview) with the local whisper tool, then summarize the transcript into a readable note with key points, steered by the focus variable. Content-isolated: audio and transcript move as Gateway-gated file refs, never through step values. Preview-first: shows the note and writes nothing; set write_mode to stage to persist it (with a transcript pointer) into data.shared. Source: a local audio path or a data.file ref from another step.
Media Transcribe & Summarize
Turn recorded audio and video into staged notes and action items - the workflow over the media toolkit. transcribe-audio-to-notes runs a recorded audio file through the local whisper tool (audio -> transcript file ref) and summarizes it; transcribe-video-to-notes runs the full chain, extracting the audio track with the local ffmpeg tool first (video -> audio file ref) then transcribing and summarizing; transcribe-audio-to-actions extracts concrete action items from the transcript and optionally writes them as Recued tasks; transcribe-audio-to-commitments extracts explicit commitments (who promised what to whom) from the transcript and optionally writes them to Recued's commitment tracker; transcribe-media-watch is the Drive-folder source lane - it polls a Google Drive folder for new audio or video recordings, downloads each straight into the warehouse CAS, runs the full extract-audio -> transcribe -> summarize chain, and stages a transcript + summary note (the manual single-file lanes are the transcribe-audio/video-to-notes recipes). All are preview-first - they stage a note or show the action items and write nothing until asked. Every handoff is a Gateway-gated data.file ref, so the media bytes and the transcript text never flow through op-step values - the model reads the transcript by ref as a document content part (so it needs a document-capable model). The audio/video analog of the smb-invoice-finance intake pack (docling parse -> extract -> stage). Depends on the whisper and ffmpeg tool packs, plus the personal-organizer-foundation pack for the work-entity task/commitment substrate the action-items and commitments recipes write to. Long recordings can exceed the 90s foreground cap per tool call (they ride a detached execution path when it lands).
What this pack installs
This pack installs the complete recipe workflow together.
Transcribe a recorded video (screen recording / call recording / webinar): the local ffmpeg tool extracts the audio track, the local whisper tool transcribes it, and the transcript is summarized into a readable note with key points, steered by the focus variable. Content-isolated: media and transcript move as Gateway-gated file refs, never through step values. Preview-first: shows the note and writes nothing; set write_mode to stage to persist it (with audio and transcript pointers) into data.shared. Source: a local video path or a data.file ref (e.g. a Drive download).
Transcribe a recorded audio file (meeting / call / standup) with the local whisper tool, then extract concrete action items and decisions with per-item confidence. Preview-first: shows the extracted items and writes nothing; set write_mode to create to save the confident, titled items as Recued tasks. Content-isolated via Gateway-gated file refs. Source: a local audio path or a data.file ref from another step.
Transcribe a recorded audio file (meeting / call / standup) with the local whisper tool, then extract explicit commitments - who promised what to whom - with direction (inbound: promised to the owner; outbound: the owner promised), optional deadline, counterparty, and per-item confidence. Preview-first: shows the commitments and writes nothing; set write_mode to create to save the confident ones to Recued's commitment tracker. Content-isolated via Gateway-gated file refs. Source: a local audio path or a data.file ref.
Watch a Google Drive folder for new audio or video recordings and stage a transcript + summary note for each. Polls the folder via the gdrive file.list operation, picks the newest media file (audio/* or video/*), downloads its bytes straight into the warehouse CAS as a Gateway-gated data.file (file.download surfaces result.file_ref, so the bytes never flow through op-step values). A video is run through the local ffmpeg tool first to extract a compact audio track; an audio file goes straight to the local whisper tool, which transcribes it into plain text captured as a second data.file ref; core-ai-summarize reads that transcript via the ref (a document content part, so it needs a document-capable model) and returns a short summary plus key points, steered by the focus variable. The media bytes and the transcript text never flow through op-step values. Preview-first: by default it shows the summary and writes nothing; set write_mode to stage to persist a durable staged note (summary, key points, and pointers to the extracted audio and the transcript files) into data.shared for later review. A per-run context guard skips re-processing the same newest file across polls. This is the Drive-folder source lane for the media-transcribe toolkit; the manual single-file lanes are transcribe-audio-to-notes and transcribe-video-to-notes.
Builds on
- whisper v1+
- ffmpeg v1+
- personal-organizer-foundation v2+
- gdrive v1+
Trust & control
What installing this whole pack would let it do. Recued grants these permissions at install — review them there before approving.