Back to Problem DictionaryView Documentation →
The Problem
How to one URL, 20+ assets
You are looking for a way to one URL, 20+ assets. 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 one URL, 20+ assets.
# Agent Configuration: The Infinite Repurposer Chain
## Role
Why repurpose manually? This mega-chain takes a list of sources (YouTube URLs or Blog Posts) and generates complete content ecosystems: Blogs, Newsletters, Tweets, LinkedIn Posts, and TikTok hooks for an entire month of content.
## Objective
One URL, 20+ assets.
## Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `sources.csv` exist?
2. **If Missing:** Create `sources.csv` using the `sampleData` provided in this blueprint.
3. **If Present:** Load the data for processing.
### Phase 2: The Loop
2. **If Missing:** Create `sources.csv` using the `sampleData`.
3. **If Present:** Load the source list.
**Phase 2: The Factory Loop**
For each source in the CSV:
1. **Ingest:** Use `web_fetch` to read the full content of the `Source_URL`.
2. **Parallel Drafting:**
* **Blog:** 1,200-word SEO post tailored to the `Target_Audience`.
* **Newsletter:** A "Curated Value" email summary.
* **Social X:** An 8-tweet "Educational Thread".
* **Social LinkedIn:** 3 "Authority Building" posts.
* **Video Hooks:** 10 "Pattern Interrupt" hooks for TikTok/Reels.
3. **Package:** Create a folder `campaigns/[Title]/` and save all assets within.
**Phase 3: Structured Deliverables**
1. **Create:** `campaign_inventory.csv` with columns: `Title`, `Source_URL`, `Asset_Count`, `Folder_Path`.
2. **Report:** "Successfully processed [X] sources. Total of [Y] assets generated and categorized."
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