channel-status

Fetches YouTube channel and video analytics via the YouTube API.

161|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/daiki-beppu/youtube-automation --skill channel-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channel-status
Source: https://github.com/daiki-beppu/youtube-automation/tree/main/.claude/skills/channel-status
Command: npx skills add https://github.com/daiki-beppu/youtube-automation --skill channel-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, google-api-python-client, google-auth-oauthlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Quickly access and review the statistics of your YouTube channel, including subscriber counts and video views.

Core Features & Use Cases

  • Channel Analytics: Retrieve real-time channel statistics and individual video performance data.
  • Effortless Access: With just a simple prompt, obtain channel and video performance metrics.
  • Use Case: If you're a content creator, easily check your latest subscriber count and the view counts of your latest videos to assess performance.

Quick Start

Retrieve the latest channel statistics by using the command: channel-status "What's my current subscriber count?"

Frequently Asked Questions about channel-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my YouTube channel statistics using the API?

To retrieve YouTube channel statistics, this Skill fetches real-time analytics data through the YouTube API, enabling you to track subscriber counts and video views with a simple prompt.

Do I need OAuth authorization to track YouTube channel performance?

Yes, retrieving YouTube channel performance metrics requires OAuth authorization and active access to your YouTube API credentials to securely authenticate and fetch channel data.

What is the best way to retrieve real-time video metrics for my channel?

Retrieving real-time video metrics is handled by querying the YouTube API, which pulls current channel analytics and individual video performance data directly into your workflow.

Can I use this to monitor YouTube analytics for multiple videos?

Yes, you can monitor YouTube analytics by requesting video performance data, allowing channel managers to assess engagement and view counts across their latest published videos.

What dependencies are required to fetch YouTube analytics data?

Fetching YouTube analytics data requires installing google-api-python-client and google-auth-oauthlib for API access, alongside yt-dlp to support video metrics retrieval and processing.