youtube-dashboard

Generate an offline HTML dashboard of YouTube channel metrics via Apify.

Updated May 19, 2026
One-click install
npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill youtube-dashboard-o-pedrosiqueira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-dashboard
Source: https://github.com/o-pedrosiqueira/mapa-do-criador-system/tree/main/.claude/skills/youtube-dashboard
Command: npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill youtube-dashboard-o-pedrosiqueira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Configura dashboard HTML de metricas do YouTube via Apify. Coleta dados publicos do canal (inscritos, total de views, descricao), videos recentes (views, likes, comentarios, duracao, titulo, thumbnail). Todas as thumbnails embutidas em base64. Roda localmente na maquina do mentorado, sem servidor, sem GitHub, sem agendamento automatico.

Core Features & Use Cases

  • Configura dashboard HTML autossuficiente que exibe metricas do canal e videos de forma consolidada.
  • Coleta dados publicos do canal e videos usando Apify (ator streamers~youtube-scraper) e gera insights locais.
  • Dashboard funciona offline no navegador, sem necessidade de servidor externo, ideal para apresentações a clientes ou uso pessoal.

Quick Start

Execute o script atualizar.py para gerar o dashboard localmente.

Frequently Asked Questions about youtube-dashboard

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

FAQPage Schema
How do I generate an offline YouTube metrics dashboard for a channel?

To generate an offline YouTube metrics dashboard, run the atualizar.py script which gathers public channel and video data via Apify into a self-contained HTML file. The dashboard operates locally in your browser without requiring any external server or GitHub deployment.

Do I need an Apify API token to scrape YouTube channel metrics and video data?

Yes, you need an Apify API token to scrape YouTube channel metrics and video data. The script uses the streamers~youtube-scraper actor on Apify to collect public subscriber counts, views, and recent video statistics, requiring both the token and a YouTube channel URL or handle.

Can I view the YouTube analytics dashboard without an active internet connection?

Yes, you can view the YouTube analytics dashboard without an internet connection because all video thumbnails are embedded as base64 strings within the HTML file. This offline functionality makes the generated dashboard ideal for client presentations and personal performance monitoring.

What specific YouTube video metrics are collected when building this dashboard?

The YouTube video metrics collected for building this dashboard include channel subscriber counts, total views, and descriptions, alongside recent video statistics such as views, likes, comments, duration, and titles. All data is output to a local insights.json file.

What are the limitations of running local YouTube data scraping without server scheduling?

A limitation of running local YouTube data scraping without server scheduling is that data updates require manual execution of the atualizar.py script. There is no automatic background scheduling, GitHub deployment, or server hosting involved in the dashboard generation process.