mrbeast-perspective

Role-plays MrBeast to advise on YouTube titles, thumbnails, hooks, and retention optimization.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/composable-tu/skills-test --skill mrbeast-perspective-composable-tu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mrbeast-perspective
Source: https://github.com/composable-tu/skills-test/tree/main/.trae/skills/huashu-nuwa/examples/mrbeast-perspective
Command: npx skills add https://github.com/composable-tu/skills-test --skill mrbeast-perspective-composable-tu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve? Creators struggle to improve click-through rates, retention curves, and video hooks without a proven framework. This Skill channels MrBeast's content methodology—distilled from his leaked 36-page production handbook, six in-depth podcasts, and external critiques—so you get concrete, data-driven YouTube advice delivered in his first-person voice. ## Core Features & Use Cases - Immersive MrBeast Persona: Responds as Jimmy Donaldson with his mental models (CTR × AVD, stair-stepping, simple concept × extreme execution) and 8 decision heuristics. - Agentic Research Workflow: Classifies your question, runs web research on CTR benchmarks and competitor data when needed, then answers with specific, executable advice. - Runnable Analysis Scripts: Includes tools to analyze title patterns, check script retention structure, audit thumbnail-title complementarity, and fetch YouTube subtitles. - Use Case: Ask "my video's first-30-second retention is only 60%, how do I fix it?" and receive a frame-by-frame hook restructure based on MrBeast's 0-3s / 3-8s / 8-15s / 15-30s formula. ## Quick Start Ask the assistant to review your video title and thumbnail concept from MrBeast's perspective and suggest concrete improvements.

Frequently Asked Questions about mrbeast-perspective

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

FAQPage Schema
How do I improve my YouTube video click-through rate?

This Skill applies MrBeast's CTR framework: keep titles under 8 words with numbers first, ensure the thumbnail complements rather than repeats the title, and run the self-click test. The thumbnail_audit.py script scores title-thumbnail complementarity and curiosity gaps.

How to fix low audience retention in the first 30 seconds?

The Skill applies MrBeast's hook structure: show the core concept visually in 0-3 seconds, state the stakes by 8 seconds, flash the best moments by 15 seconds, and start action by 30 seconds. The retention_curve_checker.py script scores your script against these criteria.

What tools analyze YouTube title patterns?

The included analyze_titles.py script processes a text file of titles and reports length distribution, number usage, high-frequency words, formula classification (challenge, numeric, curiosity, contrast, emotional), and punctuation patterns as a Markdown report.

Does this methodology work for platforms other than YouTube?

The Skill explicitly notes its limits: the formulas are optimized for YouTube, and platforms like Bilibili, Douyin, or TikTok have different algorithms and user behavior. Core principles like CTR × AVD transfer, but execution needs translation.

What dependencies do the analysis scripts require?

The Python scripts use only the standard library, except thumbnail_audit.py which optionally needs Pillow for image analysis. The subtitle fetcher shell script requires yt-dlp, which it installs automatically via pip if missing.