Recued
Menu
← Back to packs

File Toolkit

by recued-core v1 app_pack 5 views

Drop a file, get leverage — the document and media workflows over the local CLI toolkit. extract-receipt-fields parses a dropped receipt or invoice with the local docling tool and returns merchant / total / currency / tax / date plus a spreadsheet-ready CSV row (it also fires on any inbound file, gated on a parseable MIME type). classify-inbox-file-drops fires when a file lands in data.file.received and proposes a filing category and path from the filename and MIME type alone — a proposal only, nothing is moved or renamed. convert-media-batch converts a list of dropped videos or images in one run with the local ffmpeg and imagemagick tools (video to H.264/AAC MP4 at an encoder preset, images to PNG at a geometry) and persists each result as a durable data.file; each conversion is a heavy call on the local-heavy lane, so a large batch queues rather than stampeding. diff-contract-versions parses two contract versions with docling, lifts the same named clauses from each, and diffs them clause by clause. extract-lease-key-terms reads a lease and pulls the dates, amounts, and notice windows out of it, then proposes reminders dated from the notice deadlines. assemble-evidence-packet gathers everything Recued holds on one person — their mail, matching files, and their memory timeline — into a single markdown packet file. render-weekly-report-file counts a week of your own mail and calendar into a dated markdown report, with no model call at all. No recipe here moves, renames, or deletes a file. The two staging recipes write into data.shared behind an explicit write_mode; the two file-writing recipes each write exactly one new file — their own artifact — into a file collection you nominate, and write nothing at all until you name one with the write capability. Document and media bytes move as Gateway-gated file refs and never flow through op-step values, so the model reads a parsed document by ref (which needs a document-capable model). Depends on the docling, ffmpeg, and imagemagick tool packs. Related shipped packs: media-transcribe (audio / video to transcripts and notes) and smb-invoice-finance (invoice intake staged for posting).

What this pack installs

Included recipes 7 pinned recipes

This pack installs the complete recipe workflow together.

Show all 7 recipes

Builds on

Trust & control

What installing this whole pack would let it do. Recued grants these permissions at install — review them there before approving.

Data it touches

Warehousedata.shareddata.filedata.calendar

About

Tags

pack:file-toolkitfiledocumentmediadoclingffmpegimagemagickreceiptinvoicecontractleaseclassifyfilingconvertextractiondropproposalpacketreportv3