smithery.ai

blog-workflow

유튜브 채널 기반 기술 블로그 컨?

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,430 B
  • docs SUMMARY.md 307 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Blog Workflow

유튜브 채널 기반 기술 블로그 컨텐츠 생성 워크플로우를 관리합니다.

워크플로우 단계

  1. 수집 (/collect): 등록된 유튜브 채널에서 신규 컨텐츠 수집
  2. 인사이트 (/insights): 수집된 컨텐츠에서 주요 인사이트 도출
  3. 선정 (/select): 글로 쓸 인사이트 대화형 선택 (Human)
  4. 리서치 (/research): 선정 주제에 대한 전문적 견해/트렌드 조사
  5. 개요 (/outline): 블로그 글 개요 작성
  6. 피드백 (/feedback): 개요에 대한 대화형 피드백 (Human)
  7. 작성 (/write): 최종 블로그 글 작성

채널 관리

채널 목록: content/channels.json

{
  "channels": [
    {
      "id": "UC...",
      "name": "채널명",
      "url": "https://youtube.com/@channel",
      "category": "tech",
      "lastChecked": "2024-01-01T00:00:00Z",
      "enabled": true
    }
  ]
}

채널 추가: content/channels.json 파일 직접 편집

상태 관리

워크플로우 상태: content/workflow-state.json

파일 구조

content/
├── channels.json          # 채널 목록
├── workflow-state.json    # 워크플로우 상태
├── raw/                   # 수집된 원본 (raw/{date}-{channel}/*.md)
├── insights/              # 인사이트 (insights/{date}-insights.md)
├── selected/              # 선정된 주제 (selected/{date}-{topic}.md)
├── research/              # 리서치 결과 (research/{date}-{topic}-research.md)
├── outlines/              # 개요 (outlines/{date}-{topic}-outline.md)
└── posts/                 # 최종 포스트 (posts/{date}-{topic}.md)

참조

  • YouTube 데이터 수집: [youtube-api.md](references/youtube-api.md)
  • 글쓰기 스타일: [writing-style.md](references/writing-style.md)

템플릿

  • 인사이트: [assets/templates/insight.md](assets/templates/insight.md)
  • 개요: [assets/templates/outline.md](assets/templates/outline.md)
  • 포스트: [assets/templates/post.md](assets/templates/post.md)