YouTube channel–based technical blog content generation workflow. Supports the full process from collecting content from channels and extracting insights to writing posts. Run the workflow with the commands /collect, /insights, /select, /research, /outline, /feedback, /write, /status.
유튜브 채널 기반 기술 블로그 컨텐츠 생성 워크플로우를 관리합니다.
/collect): 등록된 유튜브 채널에서 신규 컨텐츠 수집/insights): 수집된 컨텐츠에서 주요 인사이트 도출/select): 글로 쓸 인사이트 대화형 선택 (Human)/research): 선정 주제에 대한 전문적 견해/트렌드 조사/outline): 블로그 글 개요 작성/feedback): 개요에 대한 대화형 피드백 (Human)/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)
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity