
TL;DR: content-creator is an ARCHITECT-tier autonomous content pipeline — takes a topic or keyword, researches top-ranking articles, generates a 2,000-word SEO-optimized post, creates a featured image, and publishes to WordPress/Contentful/Notion via API. End-to-end in under 10 minutes.
bash mrt install "content-creator"
json { "cms": "wordpress", "api_key_env": "WP_API_TOKEN", "target_domain": "yourblog.com", "seo": { "min_word_count": 1800, "max_keyword_density": 2.5, "include_faq_schema": true, "auto_internal_links": true } }
bash claude -- blueprint content-creator --topic "LangChain RAG optimization techniques" --publish
Analyze the top 10 ranking articles for "multi-agent systems LangChain." Identify: content gaps (questions unanswered), heading structure patterns, word count sweet spot, featured snippet opportunities. Then generate a 2,000-word article that fills the biggest gap. Include FAQ schema, 3 internal links, and a meta description under 155 characters.
| Pros | Cons |
|---|---|
| Full pipeline — research → write → image → publish, fully hands-off | AI-generated content still needs human editing for tone/accuracy |
| SEO research is data-driven, not guesswork | WordPress REST API requires application password (not just login) |
| Featured image generated inline — no need for stock photo subscriptions | Google penalizes AI content without E-E-A-T signals (mitigated with editing) |
| Multi-CMS support covers most use cases | Content generation can be slow on complex topics (5-10 min/article) |
| ARCHITECT tier handles editorial calendar management too | Internal linking requires existing content to link to |
content-creator is what happens when you apply ARCHITECT-tier thinking to content marketing. Most AI writing tools produce one-off articles. This pipeline treats content as a system — competitive research, SEO calibration, visual production, and distribution all wired together. The multi-CMS support means it fits into any existing content stack.
Best for: Content marketers, SEO agencies, and growth teams who need to scale output without scaling headcount.
Alternative: For single-article writing without CMS integration, use Claude with the "Writer Blueprint." For social media content specifically, use the social-media-publisher blueprint instead.
ARCHITECT-tier blueprint. Available at mr.technology/blueprints. Pro access required.