โ† All skills
Tencent SkillHub ยท Developer Tools

Recipes

CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Recipe Lookup

CLI for AI agents to find recipes for their humans. "What can I make with chicken?" โ€” now your agent can help. Uses TheMealDB API. No account or API key needed.

Usage

"Search for pasta recipes" "Give me a random dinner idea" "What Italian dishes can I make?" "Tell me about meal ID 52772"

Commands

ActionCommandSearchrecipes search "query"Get detailsrecipes info <meal_id>Random mealrecipes randomList categoriesrecipes categoriesBy area/cuisinerecipes area <area>

Examples

recipes search "chicken" # Find chicken recipes recipes info 52772 # Get full recipe by ID recipes random # Surprise me! recipes categories # List all categories recipes area Italian # Italian dishes recipes area Mexican # Mexican dishes

Output

Search/list output: [52772] Spaghetti Bolognese โ€” Italian, Beef Info/random output: ๐Ÿฝ๏ธ Spaghetti Bolognese ID: 52772 | Category: Beef | Area: Italian Tags: Pasta,Meat ๐Ÿ“ Ingredients: โ€ข 500g Beef Mince โ€ข 2 Onions โ€ข 400g Tomato Puree ... ๐Ÿ“– Instructions: [Full cooking instructions] ๐ŸŽฅ Video: [YouTube URL if available] ๐Ÿ“Ž Source: [Recipe source if available]

Areas (Cuisines)

American, British, Canadian, Chinese, Croatian, Dutch, Egyptian, Filipino, French, Greek, Indian, Irish, Italian, Jamaican, Japanese, Kenyan, Malaysian, Mexican, Moroccan, Polish, Portuguese, Russian, Spanish, Thai, Tunisian, Turkish, Ukrainian, Vietnamese

Notes

Uses TheMealDB free API No authentication required Meal ID is the database identifier Filter commands (area) return IDs only โ€” use info for details Categories endpoint includes descriptions

Agent Implementation Notes

Script location: {skill_folder}/recipes (wrapper to scripts/recipes) When user asks about recipes/cooking: Run ./recipes search "ingredient or dish" to find options Run ./recipes info <id> for full recipe with ingredients and instructions Run ./recipes random for dinner inspiration Run ./recipes area <cuisine> to explore by cuisine Workflow example: User: "What can I make for dinner?" 1. recipes random โ†’ Get a random idea 2. recipes info <id> โ†’ Full recipe details User: "I want something Italian" 1. recipes area Italian โ†’ List Italian dishes 2. recipes info <id> โ†’ Pick one and get full recipe Don't use for: Nutritional info, calorie counts, dietary restrictions (API doesn't provide this).

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs