Skip to content
Recued
Menu
← Back to recipes

YouTube video comment review brief

by recued-core v1

Read-only review brief for one YouTube video. It reads video metadata, caption-track metadata, comment threads, and comment replies through recued-core.youtube, then asks the AI summarizer for content status, audience signals, common themes, risks, and next actions. It never uploads, updates, deletes, rates, reports, or moderates videos; never writes comments; never mutates playlists; never touches caption media, live controls, channel branding, subscriptions, partner administration, arbitrary Google APIs, or arbitrary YouTube passthrough.

How it works 20 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (20 steps)
video_id trim
Trim whitespace from setting video id
comment_thread_id trim
Trim whitespace from setting comment thread id
video_raw ?
caption_tracks_raw ?
comment_threads_raw ?
replies_raw ?
skip: config.include_replies not_equal true
videos default
Apply default
caption_tracks default
Apply default
comment_threads default
Apply default
replies default
Apply default
comment_rows slice
Take a subset of
reply_rows slice
Take a subset of
video_count count
Count items in videos
caption_count count
Count items in caption tracks
comment_count count
Count items in comment threads
reply_count count
Count items in replies
summarize ?
comment_table to_table
Format results as a data table
reply_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize video metadata, caption availability, comment themes, audience questions, moderation risks, and concrete follow-up actions. Do not invent facts outside the YouTube records.
google setting =
video id setting =
row limit setting = 25
max length setting = 900
include replies setting = false
comment thread id setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Google connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

youtube youtubevideocommentscaptionsaudienceai-summarycreatorpack:youtube

Details

20 steps 7 configurable settings recipe_id: youtube-video-comment-review-brief