Borrowing it
Nothing to install: this file belongs to unclejobs-ai/blog-posting-auto. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/unclejobs-ai/blog-posting-auto/main/CLAUDE.mdgit clone --depth 1 https://github.com/unclejobs-ai/blog-posting-autoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/unclejobs-ai/blog-posting-auto/claude-md)<a href="https://agentmods.dev/instructions/unclejobs-ai/blog-posting-auto/claude-md"><img src="https://agentmods.dev/badge/instructions/unclejobs-ai/blog-posting-auto/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/unclejobs-ai/blog-posting-auto/claude-md"><img src="https://agentmods.dev/badge/instructions/unclejobs-ai/blog-posting-auto/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01335 | $0.01335 |
| Opus 5 | $0.00668 | $0.00668 |
| Sonnet 5 | $0.00267 | $0.00267 |
| Haiku 4.5 | $0.00134 | $0.00134 |
Grade A, and why
blog-posting-auto CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
blog-posting-auto
Claude Code 기반 한국어 블로그 글 자동화 파이프라인. Researcher → Fact-Checker → Planner → Writer → Reviewer → Publisher 6단계 서브에이전트가 /blog-pipeline 스킬을 통해 직렬 실행, 최종 결과를 Notion DB에 발행. Fact-Checker가 환각·오인용을 격리해 downstream을 깨끗하게 유지.
실행 흐름
user: /blog-pipeline <주제 또는 키워드>
└─ Opus Orchestrator (메인 세션)
├─ 1. blog-researcher → workspace/{run_id}/research.md
├─ 1.5 blog-fact-checker → workspace/{run_id}/research.verified.md
│ + research.rejected.md (탈락 audit)
├─ 2. blog-planner → workspace/{run_id}/plan.md
├─ 3. blog-writer → workspace/{run_id}/draft.md
├─ 4. blog-reviewer → workspace/{run_id}/final.md
└─ 5. blog-publisher → Notion page URL (meta.json 저장)
디렉토리
.claude/agents/— 6개 서브에이전트 정의 (researcher / fact-checker / planner / writer / reviewer / publisher).claude/skills/blog-pipeline/—/blog-pipeline슬래시 스킬 진입점.claude/style/— 톤·금지표현·체크리스트 (모든 에이전트가 SessionStart hook으로 로드).claude/hooks/— SessionStart / UserPromptSubmit / PreToolUse / SubagentStop / Stop 자동 체크포인트 (날짜 주입 + 금지표현 차단)workspace/{run_id}/— 실행별 산출물 (gitignored)examples/— 참고 글 샘플 (스타일 학습용)
발행 타겟
/blog-pipeline publisher는 .env에 설정한 Notion DB로 발행한다. 사용자가 명시적으로 다른 곳을 지정하지 않는 한 .env 값을 사용.
- Parent page:
.env의NOTION_PARENT_PAGE_ID(Notion 페이지 URL 끝 32자 hex) - DB:
.env의NOTION_DATABASE_ID(inline DB URL 끝 32자 hex) - Title field:
.env의NOTION_DB_TITLE_FIELD(DB 스키마의 title 속성명, 기본이름)
Notion DB ID 찾기: Notion에서 DB 우상단 ... → Copy link → URL의 마지막 32자 hex가 DB ID.
환경 변수
.env.example 참고. Notion MCP 서버는 claude_ai_Notion 사용 (전역 MCP 설정).
NOTION_PARENT_PAGE_ID— 발행 타겟 부모 페이지 IDNOTION_DATABASE_ID— 발행 대상 DB IDNOTION_DB_TITLE_FIELD— 제목 필드명 (기본이름)NOTION_DB_STATUS_FIELD/NOTION_DB_STATUS_DRAFT_VALUE— DB에 Status 속성 추가하면 채우기. 빈 값이면 publisher가 매핑 스킵.
모델 매핑
| 에이전트 | 기본 모델 | 비고 |
|---|---|---|
| Researcher | haiku | 검색·fetch 대량 처리, 비용 최소화 |
| Fact-Checker | sonnet | URL 재방문 + 주장-본문 매치, 환각 격리 |
| Planner | sonnet | 구조 설계, opus 승격 가능 |
| Writer | sonnet | 본문 생성 |
| Reviewer | opus | 톤·금지표현·가독성 게이트 |
| Publisher | haiku | MCP 호출만, 정형 작업 |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 81 lines · 1,335 tokens per session scan A 4348f870fb27
blog-posting-auto CLAUDE.md is an instructions file published in the GitHub repository unclejobs-ai/blog-posting-auto (42 stars, last pushed 3mo ago), licensed MIT. It adds 1,335 tokens to every session, about $0.0067 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).