work ✦ 85约 5 分钟搭建beginner

让 bot 稳定可靠地读 YouTube

别再让 bot 爬网页了:接入转写插件后,频道更新、视频元数据和完整字幕一次拿全,摘要再也不会瞎编。

@scheemunai's first test for any new agent is YouTube - and browser control burned his entire Grok Bot trial trying to summarize one video (blocked caption API, empty transcript panel). The fix: the TranscriptAPI plugin, which gives the Bot timestamped transcripts, search, channels and playlists in one request.

来源 ↗ 收录于 grokbot.dev ↗ ✓ 核验于 2026-08-25
1

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

2

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

3

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

提示词

提示词
Install the TranscriptAPI plugin from https://github.com/ZeroPointRepo/transcriptapi-plugin and use it whenever I ask you to work with YouTube. Set it up and test it on the Huberman video in this chat.

它是怎么搭起来的

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

@scheemunai's first test for any new agent is YouTube: hand it a video and ask it to read the transcript, summarize, find a moment, or research across channels. Opening YouTube is easy - the question is whether the agent can work with what's inside the video.

With Grok Bot on browser control alone, it couldn't. The video played fine on its computer, but when asked to summarize it the Bot's caption API call was blocked from its IP, YouTube's transcript panel came up empty, and it fell back to scrolling the transcript one piece at a time. After several attempts and two nudges it gave up - and by then the entire Grok Bot trial had been spent on one video.

The fix is the TranscriptAPI plugin: it hands the Bot timestamped transcripts, YouTube search, channel browsing and playlists in a single request, instead of making it inspect-click-wait-scroll through YouTube's transcript drawer. To install it, send this to the Bot:

为什么它好用

This is the clearest illustration of when a plugin beats browser control. Browser control is powerful, but reconstructing a transcript through the screen - inspect, click, wait, scroll, inspect again, guess whether it loaded - is exactly the kind of loop that quietly burns an agent's entire usage budget, and it can still come back empty when the caption API is IP-blocked. A transcript API returns the same thing in one request. The smart pattern the article lands on is to use both: let the plugin find the relevant timestamp cheaply, then let the Bot open that exact moment on screen when the visual frame actually matters. It turns "can my agent even read a video?" from a coin flip into a reliable primitive you can build morning briefs, research reports, and clip pipelines on top of.

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