Agent skill · Content & Marketing

video-delivery-coach

Analyze YOUR video recordings before publishing. Evaluates voice (pace, pitch, volume), facial expressions (emotions, eye contact, smiles), and content (filler words, structure). Helps improve your Hinglish YouTube delivery over time.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill video-delivery-coach-drshailesh88-integrated-content-o-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/video-delivery-coach-drshailesh88-integrated-content-o-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Video Delivery Coach **Get better at video, video by video.** This skill analyzes your recordings before you publish, identifying areas for improvement. --- ## WHAT IT DOES | Analysis Type | Metrics | Tool Used | |---------------|---------|-----------| | **Voice** | Speech rate (WPM), pitch variation, volume consistency | Librosa + Whisper | | **Facial** | Emotion timeline, eye contact frequency, smile frequency | OpenCV + DeepFace + Mediapipe | | **Content** | Transcription, filler words, structure | Faster-Whisper + Claude | | **Overall** | 5-dimension score (1-5 each, max 25) | Claude analysis | --- ## SCORING RUBRIC | Dimension | Score 1 | Score 5 | |-----------|---------|---------| | **Content & Organization** | Disorganized, unclear | Logical, well-structured | | **Delivery & Vocal Quality** | Monotone, many fillers | Clear, varied, engaging | | **Body Language & Eye Contact** | No eye contact, stiff | Direct gaze, natural movement | | **Audience Engagement** | Boring, loses attention | Captivating, maintains interest | | **Language & Clarity** | Grammar issues, unclear | Clear, impactful, professional | **Total Score Interpretation:** - 5-9: Needs significant improvement -

What's inside
Steps it walks through
  1. WHAT IT DOES
  2. SCORING RUBRIC
  3. TRIGGERS
  4. USAGE
  5. In Claude Code (Recommended)
  6. CLI Mode
  7. OUTPUT FORMAT
  8. Quick Summary
  9. Detailed Report
  10. HINGLISH-SPECIFIC ANALYSIS
  11. COMPARING OVER TIME
  12. INTEGRATION
  13. With Your Workflow
  14. Feeds Into:
Ships with 1 file
  • metadata.json
Commands it runs
Basic analysis
python scripts/analyze_video.py --video "/path/to/video.mp4"
Full analysis with all features
python scripts/analyze_video.py --video "/path/to/video.mp4" --full
Voice only (faster)
python scripts/analyze_video.py --video "/path/to/video.mp4" --voice-only
Save report
python scripts/analyze_video.py --video "/path/to/video.mp4" --output ~/reports/
Core (required)
pip install anthropic python-dotenv rich
More from claude-skill-registry
All skills →
About this skill
What does the video-delivery-coach skill do?

Analyze YOUR video recordings before publishing. Evaluates voice (pace, pitch, volume), facial expressions (emotions, eye contact, smiles), and content (filler words, structure). Helps improve your Hinglish YouTube delivery over time.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill video-delivery-coach-drshailesh88-integrated-content-o-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going