Anyone built a content creation agent with Claude Code and/or a tool like zapier/n8n? or do you know anyone that has done this? or do you have recommended resources? I’m getting rdy to build one and looking for any resources to reference. Thanks!
What kind of content? Sales or Marketing?
marketing
Andy Binkley I’ve built skills around content creation and it’s been pretty successful, I’ve focused on:
Curating examples of final pieces of content (or subpieces) that I want the out put to look and sound like
Tight definitions for tone, voice, etc
Breaking down the output into multiple steps (ex: research, brief, writing, fact check review, style / tone review, etc - each with sub-steps within)
Depending on your use case, I’ve found the following helpful, but it doesn’t really scale for something like writing content for thousands or millions of ecom category pages:
human in the loop helpful - ex: review this brief, asking me questions rather than creating assumptions, etc.
human final edit is nice to filter out some of the AI patterns
For larger scale content, I’ve had AI write segments independently, merge, and edit Feel free to DM if you have any specific questions
thx Geoff K. the focus is for larger scale content. going to interview several SMEs, then craft each content based on that. mostly looking for foundational/framework level thoughts on how folks are building their infra
My engineer, Phanindra R., has been building us an insane AIOS system using Claude Code. You should connect - it's brilliant
A couple of quick additions I'll make to what's written about:
You can actually look at large-scale content creation on the back of RSS feeds. You would use something like Claude Cowork to go through a database in motion, as an example, to identify relevant content pieces and review them. n8n is what I used to get fetching RSS feeds.
The other part that I find very interesting, apart from the content stuff written about, has been to do with creative. You could also look at leveraging Claude's inbuilt artifacts or Claude code with React to create compelling infographics, sentiment analysis, and so on and so forth. I use this extensively for product discovery calls and sales sentiment analysis.
I have also been playing around a lot with Claude and Remotion, which provides for a great way to build animated videos.
Happy to share more!
thank you Vivek S.!
Andy Binkley - the one we've built is being used by few agencies and a B2B company, idk if your looking to use a paid platform. Briefly, we've built a source of knowledge for each user, ingesting all their writing and market intelligence as way to save time researching and still create hyper-personalized content, basically a Sr content writer automated.
I think your budget constraints matter too. Your options increases. A few people have built solid content workflows with Claude + n8n/Zapier, especially around research → drafting → repurposing → publishing pipelines. One thing I’d recommend before going deep into agents is designing the “content system” first:
source inputs (ideas, docs, transcripts, tweets, etc.)
memory/context layer
approval checkpoints
publishing destinations
feedback loop (performance data)
The workflows usually become way more reliable when the AI is only responsible for specific steps instead of “create everything autonomously.” Some genuinely useful resources:
n8n creator workflows on YouTube/GitHub (a lot of practical agent examples)
Anthropic’s prompting docs for Claude workflows
LangChain/LangGraph examples for multi-step orchestration logic
People building “AI media companies” on X are sharing surprisingly detailed architectures lately
A pattern I keep seeing work well: Research agent → outline agent → drafting agent → formatting/repurposing → human review → scheduler/posting Also, if you’re using Claude Code specifically, it becomes really powerful when paired with structured file systems + markdown knowledge bases instead of trying to keep everything inside prompts. Hope that helps
I'm building one with CC & Supabase for researched newsletter content. Rigorous onboarding Q&A keeps context, niche and voice tight - theinsightengine.co
