Analysis updated 2026-06-24
Draft Korean SEO blog posts with a built-in fact-checking step
Push generated posts into a Notion database as drafts for human review
Swap the Korean style rules for English or technical writing presets
Reuse the six-agent pipeline pattern for a different writing domain
| unclejobs-ai/blog-posting-auto | b3hnamr/backhaulmanager | pawel-cell/hermes-ceo | |
|---|---|---|---|
| Stars | 23 | 22 | 22 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | writer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
You need Claude Code installed, the Notion MCP connector configured globally, and a target Notion database before any slash command will publish.
blog-posting-auto is a Korean-language blog writing pipeline built on top of Claude Code, the command-line coding agent. You give it a single topic line, and a chain of six small agents takes over: one researches the topic, one fact-checks what the researcher found, one plans the article, one writes the draft, one reviews and polishes it, and the last one pushes the result into a Notion database as a Draft page. The author says the part that sets this apart from other blog automations is the fact-checker step. The researcher gathers raw claims, and the fact-checker re-visits the original source URLs to see if each claim really holds up. Only claims that pass survive into a verified file, and the writer is only allowed to read that verified file. The aim is to stop hallucinations and fake first-person stories from sneaking into the final post. To run it you need Claude Code installed, the Notion connector set up as a global MCP server, and one Notion database to drop posts into. Setup is a git clone, a copy of the example env file, and filling in the Notion parent page ID and database ID. Then from inside a Claude Code session you call a slash command like /blog-pipeline followed by your topic. The pipeline assigns different Claude models to different jobs, with the cheaper Haiku model for routine search and posting calls, Sonnet for fact-checking, planning, and writing, and Opus for the final review. Style rules, banned phrases, and a checklist live in a separate folder so you can swap them out for English or technical writing. Publishing to Notion always asks for your explicit OK first.
A Korean-language blog pipeline on Claude Code that chains six agents from research and fact-checking through writing and posts the result as a Notion Draft.
Mainly Shell. The stack also includes Shell, ClaudeCode, NotionMCP.
MIT license, so you can use, modify, and ship it commercially as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly writer.
This repo across BitVibe Labs
Verify against the repo before relying on details.