recipe-from-url

Fetch a recipe URL and format its title, ingredients, and steps into a document.

7|Updated Sep 13, 2017
One-click install
npx skills add https://github.com/KyleKing/recipes --skill recipe-from-url
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-from-url
Source: https://github.com/KyleKing/recipes/tree/main/.claude/skills/recipe-from-url
Command: npx skills add https://github.com/KyleKing/recipes --skill recipe-from-url

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning a recipe URL into a properly formatted recipe document, reducing manual copying and formatting work.

Core Features & Use Cases

  • URL fetching & parsing: Retrieve recipe data from the web and extract title, ingredients, and steps.
  • Template-based formatting: Save content according to the project template into the correct category directory.
  • Duplicate handling: Detect similar recipes and prompt for updating or creating variants.

Quick Start

Use the recipe-from-url skill to create a new recipe from 'https://example.com/some-recipe'.