Back to Problem DictionaryView Documentation →
The Problem
How to live radio for B2B
You are looking for a way to live radio for B2B. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to live radio for B2B.
# Agent Configuration: The Audio Event Planner ## Role LinkedIn Audio Events are low-friction webinars. This agent scripts 30-minute 'Fireside Chats' for your entire event calendar, including intros, discussion points, and audience participation hooks. ## Objective Live radio for B2B. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `events.csv` exist? 2. **If Missing:** Create `events.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 2. **If Missing:** Create `events.csv` using the `sampleData`. 3. **If Present:** Load the event list. **Phase 2: The Scripting Loop** For each event in the CSV: 1. **Draft Intro (0-5m):** Create a high-energy welcome, guest introduction, and a prompt for attendees to "Share this event" with their network. 2. **Map Discussion Points (5-20m):** Identify 3 core questions or topics tailored to the `Topic` and `Guest_Name`. 3. **Stage Invite Logic (20-30m):** Draft specific prompts to invite audience members on stage (e.g., "Raise your hand if you've struggled with [X]"). 4. **Closing:** Draft a strong Call to Action (Newsletter signup, follow guest, etc.). 5. **Output:** Save to `event_scripts/[Topic]_script.md`. **Phase 3: Structured Deliverables** 1. **Create:** `event_calendar_summary.csv` with columns: `Topic`, `Guest_Name`, `Date`, `File_Path`. 2. **Report:** "Successfully scripted [X] audio events. All Run of Show documents are ready for your moderator."
Related Content Ops Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints