mcpbeat Sign in

Render Search Grid Agent Skill

Render a 'search-grid' (Pinterest search-moodboard) video from a config — a real-DOM page with four continuous beats (masonry search grid + typing hook with counter-drift columns → 3 cards slide in from the right and stack → the top card box-grows to fullscreen then swipe-left ×2 through captioned feature shots → warm end card), frame-stepped via Chromium and encoded with FFmpeg — deterministic assembly, FREE (real brand photos + logo; the optional music bed comes from create-music-elevenlabs), so type/logo/photos stay pixel-crisp. Use for the search-grid format.

7k tokens
context cost
the whole folder, loaded on every use
8
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
1086
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/gooseworks-ai/goose-skills --skill render-search-grid

What comes with it

25 675 bytes besides the instruction
scripts/build_html.py
scripts/capture.js
scripts/config.example.json
scripts/prep_assets.py
scripts/render.py
skill.meta.json
tests/smoke-test.md

The instruction itself

5 sections, as written by the author

render-search-grid

Render the 'search-grid' format from a config. It is a deterministic assembler — no

generative image/video, no AI-rendered text. Everything on screen is the brand's REAL

product/lifestyle photography + logo, so the typed hook, feature captions, wordmark, and

photos stay pixel-crisp. The only paid input is an optional music bed, produced upstream

by create-music-elevenlabs and passed to render.py --music.

The format (four beats, one continuous ~18s motion piece, 1080×1920)

  • Search (0–5s) — a 3-column masonry grid of the brand's catalog behind a Pinterest

search bar; a believable phrase types in letter-by-letter. Side columns drift DOWN, the

middle column drifts UP (counter-parallax).

  • Cards (5–7s) — 3 room/product cards slide in from the RIGHT and stack over a warm

blurred backdrop.

  • Features (7–14.5s) — the TOP card physically expands (its box grows from the

stacked rect to full-screen, animating width/height — NOT transform:scale, which would

stretch the image), then swipe-left → swipe-left through the SAME 3 rooms, each now

full-bleed with a caption. The 3 cards ARE the 3 features.

  • End card (14.5–18s) — hero + wordmark + tagline + CTA on a warm background.

Scripts (all free / deterministic)

  • scripts/build_html.py --config config.json --out index.html — config → a single

self-contained HTML page exposing window.seek(tMs) (images base64-embedded).

  • scripts/capture.js --html index.html --out frames --fps 30 --duration 18000 — headless

Chromium frame-steps seek() to a PNG per frame (auto-discovers a cached Playwright

chromium, or pass --exe).

  • scripts/render.py --config config.json [--music bed.m4a] --out master.mp4 — orchestrates

build → capture → FFmpeg (muxes the bed with -map 0:v:0 -map 1:a:0 when --music is

given; $0 silent pass without it).

  • scripts/prep_assets.py crop in.jpg out.jpg / logo logo.jpg wordmark.png — the two

fixes this format needs almost every time: crop baked-in white L/R margins off heroes, and

key the white out of a black-on-white logo JPG to a transparent PNG.

See scripts/config.example.json for the full config shape (a real worked example).

Config contract (bound by the recipe/orchestrator at remix time)

canvas, hook, grid_cols (3 columns × 6 distinct tiles), rooms (exactly 3

{image, caption} — the cards AND the features), stack_bg (blurred warm backdrop),

endcard (hero, wordmark, tagline, cta, bg). Craft rules the renderer assumes the

inputs already honor: real brand assets only; 6 distinct tiles/column so the drift never

repeats; warm (never near-white) backdrops; cropped hero margins; transparent-bg wordmark;

captions/tagline/CTA are the brand's OWN approved copy (no invented claims).

Prereqs

node + playwright-core (or a cached Playwright chromium) and ffmpeg on PATH; python3

with Pillow (for prep_assets.py).

Other skills for the same job

different authors, same section of the catalogue
Canvas Design
by anthropics
vendor ×13

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

1388k tokens
Algorithmic Art
by anthropics
vendor ×10

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

15k tokens scripts
Image Enhancer
by frostant
×6

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

635 tokens
Video Downloader
by CommandCodeAI
×4

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

671 tokens
Histolab
by christophacham
×3

Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.

18k tokens
Omero Integration
by christophacham
×3

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

32k tokens
Pydicom
by christophacham
×3

Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.

13k tokens scripts
Transformers
by christophacham
×3

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

13k tokens

How to use it

Copy the folder

Take gooseworks-ai/render-search-grid from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.