CONTENT CREATION
Weekly hero-image batch from a Postgres product table with review digest
On a weekly schedule, queries the product table for SKUs missing hero art, generates and brand-checks images with Replicate, archives them to S3.
How it runs
The automated pipeline, trigger to output.
- TriggerWeekly schedule starts the batch
- ActionQuery Postgres for SKUs missing approved hero artPostgres
- ActionRender hero image per SKU with ReplicateReplicate
- LogicBrand-consistency check; mark each pass or fail
- ActionArchive approved images to S3 and update Postgres rowsAWS S3
- OutputSend pass/fail review digest to SlackSlack
What it does
Runs a steady weekly cadence so the catalog never falls behind on hero art. It queries Postgres for products without an approved image, generates and reviews each one, archives the approved files, and reports a single digest summarizing pass rates and the items still needing a person.
When to use it
Use it when product data lives in your own database and you want hands-off weekly coverage with a clear accountability report. Ideal for ops teams that prefer a scheduled batch plus one summary over real-time per-item noise.
How it works
- 1A weekly schedule starts the run.
- 2Postgres is queried for SKUs with no approved hero image.
- 3Replicate renders a hero image for each missing SKU.
- 4A brand-consistency check scores every render and marks pass or fail.
- 5Approved images are archived to S3 and the Postgres row is updated with the link and status.
- 6A Slack digest summarizes counts, pass rate, and the list of SKUs flagged for human review.
Set it up
What you configure once, before turning it on.
- 1Connect PostgresAny Postgres URL — query, write, migrate.
- 2Connect ReplicateImage, video, and model inference.
- 3Connect AWS S3Buckets, objects, signed URLs.
- 4Connect SlackChannels, DMs, threads, mentions.
- 5Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 6Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 7Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Content Creation workflows
Build a Dropbox B-roll library from exported blog drafts
Triggers when a new blog draft file lands in a Dropbox folder, generates a Replicate B-roll clip for each paragraph.
Generate B-roll clips when a blog post is marked Ready in Notion
Watches a Notion blog database for posts flipped to 'Ready', splits the body into paragraphs, and generates a short B-roll video clip for each paragraph with Replicate.
On-demand: turn a blog URL into narrated B-roll clips
Accepts a blog URL via webhook, scrapes the article, generates a B-roll clip per paragraph with Replicate and a voiceover with ElevenLabs.
On-Demand Screenshot Freshness Report from a Slack Command
A writer requests a freshness check in Slack for a specific docs page; the workflow inspects every screenshot on that page, scores each by age and version gap.
Sync a Figma master frame into localized hero renders
Pulls the current master hero frame and its text layers from Figma, generates a localized image variant for each locale defined in Airtable.
Research-driven localized hero banners tuned per market
An agent researches cultural and seasonal cues for each target market, adapts the master hero concept to fit local context, generates a tailored image per locale.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
