I counted 150 AI video prompts, then built an n8n workflow that posts one a day A developer built an n8n workflow that automatically posts one AI video prompt per day, complete with the clip it generated, sourced from a public library of 150 Seedance 2 video prompts. The workflow scrapes JSON-LD schema for stability and rotates prompts by day index. Analysis of the 150 prompts found a median length of 152 characters, with 46% specifying camera details and 34% splitting prompts by time ranges, suggesting that concise, structured prompts are more effective than long ones. Most "prompt of the day" bots are a random line of text in a Slack channel. Nobody reads them, because a prompt with no output next to it is just a sentence. I wanted the opposite: one prompt a day, with the clip that prompt actually produced , and no credentials to set up. It turned into a small n8n workflow and a much more interesting question — what does a prompt that actually works look like, statistically? Six nodes, no API key, no account: sitemap.xml . day % total . h1 , the pre blocks, and the JSON-LD script tags. VideoObject schema, assemble a Slack-flavoured message. The source is a public library of Seedance 2 video prompts https://emaki.ai/prompt?ref=devto — 150 of them, each with the clip it generated. Rotate, don't randomize. Math.floor Date.now / 86400000 % urls.length gives you one prompt per day that is stable across re-runs. Math.random gives you duplicates within a week and a different result every time you debug. js const urls = ...xml.matchAll /