Every workflow here is a ready-to-fork graph that runs on your local runner — API keys, database credentials, and OAuth tokens stay on your machine. Fork it, adjust the inputs, and let the runner handle the rest on a schedule or on-demand.
Workflows with full tool chains, platform-specific references, and cookbook examples.
A 4-tool pipeline that turns a raw Shopify Products / Customers / Orders export into a re-importable CSV — without collapsing variant rows, stripping leading zeros, or breaking on curly quotes from a Word-edited title. Fork the blueprint to run it end-to-end on your local runner.
Open referenceSchedule a workflow that fetches a CSV report on a cron, summarises the totals, and posts the digest to a Slack channel — all from your local runner with no server-side credentials.
Open referenceDrop a folder of PDF invoices, statements, or reports — the workflow extracts every table, normalises the rows, and appends them to a Google Sheet. Runs locally; Google credentials stay on-device.
Open referenceDrop a video, the workflow transcodes it to web-optimised H.264 + AAC via FFmpeg on the runner, then uploads to a Cloudflare R2 bucket and emits the public URL.
Open referenceSchedule a workflow that polls one or more RSS feeds, dedupes against the items already in your Notion database, and inserts new items as pages — perfect for content curation and competitive monitoring.
Open referenceA 6-tool pipeline that turns a raw bank export into the exact shape QuickBooks Online, Xero, or FreeAgent expect — including QBO's 350 KB cap, the day-of-week date suffix, bracket-negative amounts, and the pending-vs-posted duplicate window.
Open referenceMulti-tool pipelines for cleaning, deduplicating, and normalising platform exports — Shopify, Amazon, banks, CRMs.
A 4-tool pipeline that turns a raw Shopify Products / Customers / Orders export into a re-importable CSV — without collapsing variant rows, stripping leading zeros, or breaking on curly quotes from a Word-edited title. Fork the blueprint to run it end-to-end on your local runner.
Open workflowA 6-tool pipeline that turns a raw bank export into the exact shape QuickBooks Online, Xero, or FreeAgent expect — including QBO's 350 KB cap, the day-of-week date suffix, bracket-negative amounts, and the pending-vs-posted duplicate window.
Open workflowA one-tool workflow that catches the whitespace-sensitive, case-insensitive duplicates Excel's built-in Remove Duplicates misses — without Excel's 15-digit precision corruption, leading-zero stripping, or 1,048,576-row silent truncation.
Open workflowA 4-tool pipeline for Amazon Seller Central exports: handles the tab-delimited `.txt` format (not CSV), strips the Inventory Loader version header row, normalises quotes, fixes image URL suffixes, and reshapes headers for re-upload — without Excel's 15-digit precision corruption.
Open workflowAn 8-tool pipeline that combines lead exports from Zillow, Realtor.com, Facebook, and open-house sign-ins; normalises phone formats and lead-source labels; preserves TCPA opt-out flags; lower-cases emails for case-insensitive matching; and outputs the target CRM's expected column shape.
Open workflowA 4-tool pipeline that normalises 8+ supplier feeds with wildly different column names (`SKU` vs `product_sku` vs `Part Number` vs `item_number`) into one canonical schema, concatenates them, dedupes overlapping SKUs across suppliers, and emits a unified inventory CSV ready for ERP / WMS / dropshipping-platform import.
Open workflowA 3-tool pipeline that strips GA4's metadata preamble from each export, concatenates monthly / quarterly / multi-property files into one unified dataset, and dedupes any overlapping date-range rows. Required because GA4 standard reports prepend 5 metadata rows that break any pure header-matched merge.
Open workflowA 5-tool pipeline that bridges different-schema CSV exports from Salesforce, HubSpot, Pipedrive, Zoho, and Copper. Maps each CRM's column-name variants (`FirstName` vs `First Name` vs `first_name`) to a canonical schema, merges across platforms, dedupes by email (case-insensitive), and emits one contact list ready for migration to a new CRM or unified outreach.
Open workflowCSV, JSON, and database pipelines
Schedule a workflow that fetches a CSV report on a cron, summarises the totals, and posts the digest to a Slack channel — all from your local runner with no server-side credentials.
Open workflowDrop a folder of PDF invoices, statements, or reports — the workflow extracts every table, normalises the rows, and appends them to a Google Sheet. Runs locally; Google credentials stay on-device.
Open workflowAudio, video, image, and PDF automation
Content, social, email, and analytics workflows