recipe-finder

# Recipe Finder

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "recipe-finder" with this command: npx skills add harshasic/recipe-finder

Recipe Finder

Find recipes by ingredients, cuisine, or dietary preferences using TheMealDB free API.

Triggers

Use this skill when the user:

  • Asks "what can I make with [ingredient]"
  • Requests "recipes for dinner" or "Italian recipes"
  • Says "vegetarian options" or "vegan meals"
  • Asks for meal ideas based on ingredients they have

Tools

  • web_fetch - Fetch recipe data from TheMealDB API

Instructions

  1. Parse the user's request to identify:

    • Main ingredient (e.g., chicken, eggs, pasta)
    • Cuisine type (e.g., Italian, Mexican, Chinese)
    • Dietary restriction (e.g., vegetarian, vegan, gluten-free)
  2. Call TheMealDB API:

    • By ingredient: https://www.themealdb.com/api/json/v1/1/filter.php?i={ingredient}
    • By cuisine: https://www.themealdb.com/api/json/v1/1/filter.php?a={cuisine}
    • Search by name: https://www.themealdb.com/api/json/v1/1/search.php?s={query}
  3. For each recipe found, optionally fetch details:

    • https://www.themealdb.com/api/json/v1/1/lookup.php?i={id}
  4. Format response with:

    • Recipe name
    • Thumbnail image (if available)
    • Category and cuisine
    • Key ingredients
    • Brief instructions (or link to full recipe)

Response Format

Present recipes in a clean, scannable format:

  • Recipe name (bold)
  • Image thumbnail (if available)
  • Category | Cuisine
  • Main ingredients list
  • Brief description

Notes

  • TheMealDB is free, no API key required
  • Results are limited but reliable
  • Combine multiple queries for best results (ingredient + cuisine)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated