A curated set of agents with a shared permission & risk profile.
pack.json + each agent stub.Converts standard text into large ASCII art banners using figlet. Great for CLI tool headers or adding flair to logs.
Converts audio files (mp3, wav) into text using the OpenAI Whisper API. Essential for processing voice notes or meeting recordings.
Generates retail-standard barcodes (Code 128, EAN, UPC) as PNG images. Useful for inventory tracking or printing labels.
Generates a .wav file with a specific frequency in the Left ear and a slightly different one in the Right ear. The brain perceives the difference (the "beat"). Used for focus (Gamma), relaxation (Alpha), or sleep (Delta).
Turns raw numbers (JSON) into a professional PNG bar or line chart using chart.js. Perfect for automated reporting.
Processes an image and simulates how it looks to someone with Protanopia (Red-Blind), Deuteranopia (Green-Blind), or Tritanopia (Blue-Blind). Essential for checking UI contrast.
Renders the Mandelbrot Set (or Julia Set) to a high-resolution PNG image. Demonstrates complex number iteration.
Resizes, converts, or grayscales images using jimp (JavaScript Image Manipulation Program). A lightweight alternative to sharp that doesn't require native compilation.
Turns your terminal into the "Matrix" digital rain code. Purely aesthetic, but a classic computing staple.
Takes an image and overlays "Top Text" and "Bottom Text" using the Impact font (classic meme style). Uses jimp for pure JS image editing.
Converts a text string into a standard WAV audio file of Morse Code beeps (dots and dashes).
Reads text from an image (scanned doc, screenshot, sign) using Tesseract.js. It turns pixels into copy-pasteable strings.
Resizes small pixel art images (e.g., 16x16) to large sizes (e.g., 512x512) using "Nearest Neighbor" interpolation to preserve sharp edges (no blur).
Generates a QR Code image (PNG) for any given text or URL. Useful for sharing links to mobile devices.
Downloads a complete static copy of a website (HTML, CSS, Images) to a local folder. Like wget but in JS. Great for backups or offline viewing.
Takes a single "Sprite Sheet" image (grid of characters) and slices it into individual image files based on a fixed grid size (e.g., 32x32).
Converts text into a high-quality MP3 audio file using the OpenAI TTS API. Useful for creating announcements, podcast intros, or accessibility features.
Converts a video file (MP4/MOV) into an animated GIF. It uses ffmpeg to optimize the palette for high quality.
Instantly changes the desktop background to a specified image. Can be used for branding, alerts, or pranks.
Applies a semi-transparent text watermark to an image. Perfect for copyright protection or branding social media content.
Downloads videos or extracts audio from YouTube URLs using ytdl-core. No ads, no sketchy sites.