CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. openclaudia
  4. /
  5. openclaudia-skills
  6. /
  7. Youtube Analytics

Youtube Analytics

Editor's Note

Pulls channel stats, video performance, and engagement metrics straight from the YouTube Data API v3. Good for analyzing your own content strategy or comparing competitor channels. It batches requests efficiently (important since you only get 10,000 API units per day), calculates useful ratios like engagement rate and views per day, and checks basic YouTube SEO elements like title length and tag usage. The analysis output is genuinely detailed with top performers, content patterns, and actionable recommendations. Won't get you private analytics like CTR or retention though, that requires OAuth and YouTube Studio access. Solid for public data research without opening a browser.

Install

npx skills add https://github.com/openclaudia/openclaudia-skills --skill youtube-analytics
Votes
0
Installs255
GitHub Stars446
Categories
Data Science & MLMarketing & SEO
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Data Science & ML Skills

View all →
jupyter-notebook

openai/skills

0
1.9k
19.2k
Create and scaffold Jupyter notebooks for experiments and tutorials with bundled templates.
jupyter-notebook-writing

zc277584121/marketing-skills

0
590
jupyter notebook writing
matplotlib

sanand0/scientific-research

0
5
Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.
ml-paper-writing

zechenzhangagi/ai-research-skills

0
735
8.5k
Draft publication-ready ML/AI/Systems papers for top conferences with citation verification and LaTeX templates.
matchms

sanand0/scientific-research

0
5
Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.
rdkit

sanand0/scientific-research

0
5
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.