What problem does it solve? Manually copying recipe titles, times, ingredients, and instructions from websites is slow and error-prone. This Skill automates scraping a recipe URL into a clean plain-text file ready for conversion into recipe markdown. ## Core Features & Use Cases - Structured Extraction: Uses the recipe-scrapers library, which supports over 400 recipe websites, to pull title, prep/cook/total times, servings, ingredients, and instructions. - JSON-LD Fallback: When a site is not supported by recipe-scrapers, it fetches the page and parses embedded JSON-LD Recipe schema data, including HowToSection instruction groups. - Use Case: You find a recipe on a food blog and want to add it to your Jekyll recipe collection. Run the script with the URL to get a .txt file, then hand it to the new-recipe skill for bilingual markdown conversion. ## Quick Start Extract the recipe from this URL https://example.com/some-recipe and save it as a text file for conversion.