Skip to content

Instantly share code, notes, and snippets.

@8ullyMaguire
8ullyMaguire / viral-content-pipeline-public.md
Created June 20, 2026 09:48
AI Agent "Viral Content Pipeline" Skill

Viral Content Pipeline — Bilingual (EN/ES) Analysis → Multi-Platform Publish

A fully automated pipeline that takes any source (YouTube URL, EPUB, local text/video file), extracts content, produces bilingual (EN+ES) analysis videos with TTS audio and static background renders, then publishes across multiple platforms.

Tech stack: ffmpeg, edge-tts (Neural TTS), ImageMagick, Python, Whisper, atproto (Bluesky), Mastodon API, PeerTube API, PieFed API.


Pipeline Architecture

@8ullyMaguire
8ullyMaguire / gist:ca8ddb18a759e1eb7eb66d98a46162a0
Created July 17, 2026 07:58
Install a userscript from a GitHub Gist in Firefox for Android
Here's how to install a userscript from a GitHub Gist in Firefox for Android.
### 1. Install a Userscript Manager
Firefox for Android doesn't natively run userscripts, so you need a manager extension first.
* **Tampermonkey**: The most popular option, officially supported in Firefox for Android version 110 and newer.
* Open Firefox, go to **Menu > Add-ons > Add-ons Manager**.
* Find **Tampermonkey** and tap the **+** (or "Add to Firefox") button to install it.
* **Violentmonkey**: A great open-source alternative that also works well on Android. You can find and install it the same way from the Add-ons Manager.