AI SummaryA skill that automatically assembles a fragmovie-style video from an arbitrary phrase. 1. Takes English text (one or more phrases as separate args) 2. Splits each phrase by sentence terminators (.!?), processes sentences independently
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "bumblebee" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/Bumblebee && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/Bumblebee/SKILL.md "https://raw.githubusercontent.com/solyanviktor-star/Bumblebee/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Surgical phrase splicing from real movies and TV shows via yarn.co. Takes any English phrase and slices it into the longest possible runs of words actually spoken on screen, then assembles a final reel where every word is delivered by a real actor. Triggers — "splice a line from movies", "make a fragmovie", "build a video from someone else's words", "bumblebee". Runs fully local with faster-whisper — no API keys. Mix mode (--variants N) generates several distinct cuts of one phrase without reusing clips.
What it does
• Takes English text (one or more phrases as separate args) • Splits each phrase by sentence terminators (.!?), processes sentences independently • Greedy longest-match: for each sentence, finds the largest contiguous chunks of words that exist on yarn.co • Downloads candidate mp4s, transcribes them locally with faster-whisper (word-level timestamps), checks for exact match • Cuts with FFmpeg to millisecond precision, concatenates with short fade-in/out at splices and breathing pauses between sentences • Optional: generates N distinct variants without clip reuse via --variants N
Bumblebee Skill
A skill that automatically assembles a fragmovie-style video from an arbitrary phrase.
When to activate
• The user wants to "splice a phrase out of real movies" • The user wants a video where other actors speak their text • Requests like "make a fragmovie", "stitch my line out of cinema", "bumblebee"
Dependencies
• Python 3.9+ with curl_cffi, faster-whisper • FFmpeg on PATH (or FFMPEG_BIN env var) • No API keys required
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster