Pack G — Media + Visual

A curated set of agents with a shared permission & risk profile.

Pack permissions

No special permissions

Quickstart

  • Download the pack bundle.
  • Unzip it locally and review pack.json + each agent stub.
  • Use the Local Runner to install (demo) packs, then run agents against demo targets.

Agents in this pack

ASCII Art Agent (Visual)

Converts standard text into large ASCII art banners using figlet. Great for CLI tool headers or adding flair to logs.

spec No permissions

Audio Transcriber Agent (Hearing)

Converts audio files (mp3, wav) into text using the OpenAI Whisper API. Essential for processing voice notes or meeting recordings.

spec No permissions

Barcode Generator Agent (Utility)

Generates retail-standard barcodes (Code 128, EAN, UPC) as PNG images. Useful for inventory tracking or printing labels.

spec No permissions

Binaural Beat Generator (Audio Synthesis)

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).

spec No permissions

Chart Generator Agent (Data Viz)

Turns raw numbers (JSON) into a professional PNG bar or line chart using chart.js. Perfect for automated reporting.

spec No permissions

Colorblindness Simulator (Accessibility)

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.

spec No permissions

Fractal Generator (Chaos Theory)

Renders the Mandelbrot Set (or Julia Set) to a high-resolution PNG image. Demonstrates complex number iteration.

spec No permissions

Image Processor Agent (Media)

Resizes, converts, or grayscales images using jimp (JavaScript Image Manipulation Program). A lightweight alternative to sharp that doesn't require native compilation.

spec No permissions

Matrix Rain Agent (Visuals)

Turns your terminal into the "Matrix" digital rain code. Purely aesthetic, but a classic computing staple.

spec No permissions

Meme Generator Agent (Visuals)

Takes an image and overlays "Top Text" and "Bottom Text" using the Impact font (classic meme style). Uses jimp for pure JS image editing.

spec No permissions

Morse Code Audio Agent (Tactical)

Converts a text string into a standard WAV audio file of Morse Code beeps (dots and dashes).

spec No permissions

OCR Agent (Computer Vision)

Reads text from an image (scanned doc, screenshot, sign) using Tesseract.js. It turns pixels into copy-pasteable strings.

spec No permissions

Pixel Art Upscaler (Graphics)

Resizes small pixel art images (e.g., 16x16) to large sizes (e.g., 512x512) using "Nearest Neighbor" interpolation to preserve sharp edges (no blur).

spec No permissions

QR Code Generator Agent (Media)

Generates a QR Code image (PNG) for any given text or URL. Useful for sharing links to mobile devices.

spec No permissions

Site Mirror Agent (Archivist)

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.

spec No permissions

Sprite Slicer Agent (Game Dev)

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).

spec No permissions

Text-to-Speech Agent (Speaking)

Converts text into a high-quality MP3 audio file using the OpenAI TTS API. Useful for creating announcements, podcast intros, or accessibility features.

spec No permissions

Video-to-GIF Agent (Media)

Converts a video file (MP4/MOV) into an animated GIF. It uses ffmpeg to optimize the palette for high quality.

spec No permissions

Wallpaper Swapper (Redecorator)

Instantly changes the desktop background to a specified image. Can be used for branding, alerts, or pranks.

spec No permissions

Watermark Agent (Media)

Applies a semi-transparent text watermark to an image. Perfect for copyright protection or branding social media content.

spec No permissions

YouTube Downloader Agent (The "I Need This" Tool)

Downloads videos or extracts audio from YouTube URLs using ytdl-core. No ads, no sketchy sites.

spec No permissions