heygen-video

Convert HeyGen video links to MP4s and commit them via Git.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill heygen-video-innerscopehearing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heygen-video
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/heygen-video
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill heygen-video-innerscopehearing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamline the integration of HeyGen videos into your app repository by converting shared links to compressed video files ready for Git LFS.

Core Features & Use Cases

  • Link to Video Conversion: Transform HeyGen share links into Git-friendly MP4s without credits or downloads.
  • Size Optimization: Encode videos to fit GitHub's size constraints using ffmpeg.
  • Automated Committing: Commit videos to the app's working branch with Git LFS support.

Quick Start

Input a HeyGen share link and destination path. For instance: land heygen-video --url 'https://app.heygen.com/videos/iheartest-final-welcome-video-b0023bb9fef541eb889f58287ce7b9e7' --path www/assets/video/composed/founder-welcome.mp4.

Frequently Asked Questions about heygen-video

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

FAQPage Schema
How do I convert a HeyGen share link to an MP4 file for my app repository?

You can convert a HeyGen share link to an MP4 by passing the URL and destination path. The tool resolves the link via the HeyGen API, re-encodes it with ffmpeg, and commits the video to your Git branch.

How does video compression for GitHub LFS work with HeyGen videos?

Video compression for GitHub LFS uses ffmpeg to re-encode and resize HeyGen videos, ensuring the MP4 files meet GitHub's 25MB size constraint required for LFS tracking.

Do I need ffmpeg installed to re-encode HeyGen videos for Git?

Yes, ffmpeg is a required dependency used to re-encode and resize HeyGen videos so the MP4 files fit within GitHub LFS size limits before committing to your repository.

Can I automate committing video assets to a working branch using Git LFS?

Yes, you can automate committing video assets to a working branch. The tool compresses the HeyGen video and commits it directly via Git with LFS support.

What is the maximum file size limit when integrating HeyGen videos with GitHub LFS?

The maximum file size limit for integrating HeyGen videos with GitHub LFS is 25MB. The tool applies ffmpeg re-encoding and resizing to ensure your video assets remain under this threshold.