Quick overview
This workflow runs daily, pulls the latest Google News RSS items for a keyword, uses Anthropic Claude to generate five short-form video hooks and scripts, then formats and posts the ideas to a Discord channel via a webhook.
How it works
- Runs once per day on a schedule (default 7:00 AM).
- Fetches recent articles from a Google News RSS search feed.
- Deduplicates items, filters to stories published in the last 24 hours, and keeps the 15 newest with title, link, and summary.
- Sends the curated news list to Anthropic Claude to select five stories and generate a hook, angle, and 30–45 second script for each as strict JSON.
- Parses the JSON response and formats one or more Discord-ready messages, splitting to stay under Discord’s character limit.
- Posts the formatted content ideas to Discord using an incoming webhook.
Setup
- Add an Anthropic API credential and select a model your account supports (the template uses
claude-sonnet-4-6).
- Create a Discord incoming webhook for your target channel and replace the
webhookUri value with your webhook URL.
- Update the Google News RSS URL query (
q= parameter) to match your niche/keywords.
- Adjust the schedule time in the Schedule Trigger node to control when the daily post runs.