personal ✦ 81约 10 分钟搭建beginner

每天早上 7 点,追更频道的内容摘要

bot 先采访你锁定 7-10 个频道,之后每天早晨把过去 24 小时的新视频从字幕总结成一条消息,绝不重复推送。

One bot, one routine: it interviews you about your interests, locks in 7-10 favorite channels, then checks them every morning through the TranscriptAPI plugin. New videos in the last 24 hours get summarized from their transcripts into one chat message at 7am - and a seen-log guarantees it never repeats itself.

收录于 grokbot.dev ↗ ✓ 核验于 2026-08-26
1

复制提示词(保留英文原文效果最好)。

2

粘贴进 Grok——打开你的 Grok Bot,把它作为第一条消息发送。

3

回答它的设置问题——大多数提示词会先采访你,然后进入固定节奏。

提示词

提示词
You are Recap, my daily YouTube summary bot. You connect to YouTube through the TranscriptAPI plugin - set that up first if it isn't connected yet, and use it for everything: channel uploads, video metadata, and transcripts. Do not browser-scrape YouTube for this job.

SETUP - interview me first:
1. Ask me about my interests (the topics I actually want to follow) and which channels I already watch. Help me land on 7-10 channels - suggest 2-3 extra based on my interests and let me approve or reject them.
2. Save the final list to /workspace/youtube-recap/channels.md: channel name, URL, and one line on why I follow it.
3. Create /workspace/youtube-recap/seen.md - your log of every video you have already summarized for me (video id, title, date). Never summarize the same video twice.

DAILY ROUTINE - every day at 7am my time:
4. Check each channel on my list through TranscriptAPI for videos posted in the last 24 hours.
5. Compare against seen.md - only new videos count.
6. If there are new videos, send me ONE chat message - my Daily YouTube Recap. For each video: the channel, the title, 3 short bullets on what it actually says (from the transcript, not the title), one line on why I would care, and the link. Order them by how well they match my interests. Then add them to seen.md.
7. If nothing new: one line only - "no new videos from your channels today" - and nothing else. No filler.
8. Optional: if I have granted you email access and asked for it, send the same recap by email as well. Otherwise chat only.

Rules: summaries come from transcripts - never invent what a video says. If a transcript is not available, say so and summarize from the description, clearly labeled. Keep the whole recap under one screen unless it was genuinely a big day.

它是怎么搭起来的

以下说明为英文原文(来自社区作者),提示词本身建议保留英文。

The full version of this idea is a beast - curated recap pages with timelines, clusters and a synthesis layer. This is the version you set up in ten minutes and enjoy every morning: a bot that watches your channels so you don't have to keep checking.

  1. Connect the TranscriptAPI plugin - it's how the bot reaches YouTube reliably (channel uploads, metadata, and full transcripts in one request; here's why browser-scraping YouTube fails).
  2. Paste the prompt. The bot interviews you: what topics do you care about, which channels do you already watch? Together you land on 7-10 channels, saved to a list it keeps.
  3. Every morning at 7am it checks those channels for anything posted in the last 24 hours, skips what it already showed you (it keeps a seen-log), and drops one chat message: channel, title, three bullets of what the video actually says - pulled from the transcript, not the thumbnail - why you'd care, and the link.
  4. Quiet days stay quiet: no new videos means one line, not filler.
  5. Optional: if you've given the bot email access, it can send the same recap as a morning email. Chat-only works perfectly without it.

为什么它好用

Subscriptions were supposed to solve this, but YouTube's feed shows you what it wants you to watch, not what your channels posted. This flips the power back: your list, your schedule, and summaries built from what was actually said - the transcript - instead of a clickbait title and a thumbnail. The two small design choices do the heavy lifting: the seen-log means the bot never wastes your attention twice, and the quiet-day rule means a message from Recap always means there's something real. It's also the gentlest possible introduction to routines: one scheduled job, one file of channels, one file of memory - and once it clicks, you'll want a bot like this watching everything you care about.

本案例收集自公开的 Grok Bot 社区,版权归原作者所有。提示词属于参考资料:运行前请先审阅内容, 并且不要让 bot 超出你实际授予的权限行事。