skills/haze/SKILL.md
Apply a progressive blur, film grain, and gradient color overlay to a video file using ffmpeg. Use when the user wants to soften the bottom of a video for text overlays, add a vignette, produce a frosted-glass marketing intro, or layer a colored fade on App Store / landing-page footage.
npx skillsauth add Aayush9029/homebrew-tap hazeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Progressive blur + grain + gradient color overlay for video, built on ffmpeg.
brew install aayush9029/tap/haze
Requires ffmpeg.
haze in.mp4 # default progressive blur
haze --no-noise --blur-max 30 in.mp4 # softer, no grain
haze --overlay white in.mp4 out.mp4 # white gradient on top
haze --overlay '#000000' --overlay-steepness 1.8 in.mp4
haze --bands 12 --preset ultrafast in.mp4 # fast preview
| Flag | Description | Default |
|------|-------------|---------|
| --blur-min N | Sigma at top of region | 0 |
| --blur-max N | Sigma at bottom of frame | 128 |
| --blur-region PCT | % of height the blur ramp covers | 66.6667 |
| --bands N | Number of sigma bands | 32 |
| --noise-strength N | Grain intensity 0-100 | 15 |
| --no-noise | Disable grain | — |
| --overlay COLOR | Enable gradient color overlay | off |
| --overlay-min A / --overlay-max A | Alpha range | 0.0 / 1.0 |
| --overlay-steepness N | Ramp exponent (1 = linear) | 1.0 |
| --crf N | x264 CRF (lower = better) | 18 |
| --preset P | x264 preset | medium |
data-ai
Control Philips Hue lights from the terminal through a local Hue Bridge. Use when the user wants to pair with a Hue Bridge, discover Hue bridges, list lights, open the interactive dashboard, or turn Hue lights on, off, or toggle them from the command line.
documentation
Search and read Wikipedia from your terminal. Use when the user wants to look up Wikipedia articles, search for topics, or read a random article from the command line.
testing
Background battery and power logger for macOS. Use when the user needs to monitor battery health, log power data over time, or check Mac power stats from the command line.
testing
Disposable email in your terminal. Use when the user needs a temporary email address, wants to check a disposable inbox, or read messages from the command line.