Pulls channel metadata, comment samples, and public video records from YouTube through PostPlus Cloud's hosted collection service. You get subscriber counts and video metrics, but not individual subscriber identities since those aren't public. The workflow is straightforward: grab channel summaries, sample comments as an audience proxy, or run broader public video searches. Collections can run async with resume support if they take time. The boundary discipline here is good. It won't let you ask for private analytics or logged-in data, and it stops cleanly on auth or network failures instead of pretending. Useful when you need structured YouTube research without spinning up your own scraper or API client.
npx skills add https://github.com/postplusai/postplus-skills --skill youtube-research