Communitygithub.com

zlej123/clipnote

영상을 문서로. 애매한 순간은 실제 화면으로 — how-to 유튜브 영상을 시각 가이드 문서로 변환

What is clipnote?

clipnote is a Gemini CLI agent skill that 영상을 문서로. 애매한 순간은 실제 화면으로 — how-to 유튜브 영상을 시각 가이드 문서로 변환.

Works with~Claude Code~Codex CLI~CursorGemini CLI
npx skills add zlej123/clipnote

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

What does clipnote do?

<Use_When>

  • User shares a YouTube how-to URL and wants a clean, followable text/visual guide.
  • User complains that a tutorial's spoken directions are ambiguous and wants the "show me" frame.
  • User wants a recipe/procedure saved into a notes app. </Use_When>

<Do_Not_Use_When>

  • Video is a talking-head lecture, vlog, review, or podcast with no visually-resolvable actions.
  • Content is safety-critical (medical, mains electricity, gas, heavy machinery) — needs an expert-reviewed profile. </Do_Not_Use_When>

<How_To_Run> One command drives analyze → capture → pick → render → export.

  1. Fully automatic (no ffmpeg, timestamp links instead of screenshots): clipnote <URL> --profile generic --language ko --links-only

  2. Fully automatic with screenshots (Gemini picks the frame per guide): clipnote <URL> --profile recipe --language ko --auto-pick --export goodnotes Review the regenerated picker.html (AI picks pre-selected); if the user corrects any, run python -m clipnote.feedback add <semantic-evaluation.json> to log it.

  3. Manual/agent frame selection:

    • clipnote <URL> --profile recipe --language ko
    • Agent path: read the three candidate frames under work/frames/… directly, write picks.json yourself (semantic judgment), then re-run with --picks <picks.json> --export goodnotes (or obsidian/bundle/notion).

Notion export needs NOTION_TOKEN and --parent <page-id>. Artifacts go under the current directory (CLIPNOTE_DATA overrides). </How_To_Run>

Related Skills