grouchygiraffe-recipe-lookup

Installation
SKILL.md

Recipe Lookup from Grouchygiraffe Media File

Given a path like /Users/mtm/pdev/taylormonacelli/grouchygiraffe/data/DX9oSBkjsZR.mp4, identify the recipe and find its URL on the author's site.

Step 1: Derive the shortcode and sibling paths

The shortcode is the filename without its extension.

Given /path/to/data/DX9oSBkjsZR.mp4:

  • Shortcode: DX9oSBkjsZR
  • YAML: /path/to/data/DX9oSBkjsZR.yaml
  • Thumbnail: /path/to/data/DX9oSBkjsZR_thumb.jpg

Step 2: Read the YAML file

Use the Read tool on the YAML file. Extract:

Installs
3
First Seen
5 days ago
grouchygiraffe-recipe-lookup — gkwa/volcanicviper