CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install recipes或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install recipes⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/recipes/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: recipes version: 1.0.0 description: "CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required." homepage: https://www.themealdb.com metadata: openclaw: emoji: "🍳" requires: bins: ["bash", "curl", "jq"] tags: ["recipes", "food", "cooking", "meals", "themealdb", "cli"] ---
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.
"Search for pasta recipes"
"Give me a random dinner idea"
"What Italian dishes can I make?"
"Tell me about meal ID 52772"
| Action | Command | |--------|---------| | Search | recipes search "query" | | Get details | recipes info | | Random meal | recipes random | | List categories | recipes categories | | By area/cuisine | recipes area |
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
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]
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
info for details---
Script location: {skill_folder}/recipes (wrapper to scripts/recipes)
When user asks about recipes/cooking:
./recipes search "ingredient or dish" to find options./recipes info for full recipe with ingredients and instructions./recipes random for dinner inspiration./recipes area to explore by cuisineWorkflow 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).
安装 Recipes 后,可以对 AI 说这些话来触发它
Help me get started with Recipes
Explains what Recipes does, walks through the setup, and runs a quick demo based on your current project
Use Recipes to cLI for AI agents to find recipes for their humans
Invokes Recipes with the right parameters and returns the result directly in the conversation
What can I do with Recipes in my developer & devops workflow?
Lists the top use cases for Recipes, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/recipes/ 目录(个人级,所有项目可用),或 .claude/skills/recipes/(项目级)。重启 AI 客户端后,用 /recipes 主动调用,或让 AI 根据上下文自动发现并使用。
Recipes 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Recipes 可免费安装使用。请查阅仓库了解许可证信息。
CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required.
Recipes 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Recipes
Identifies repetitive steps in your workflow and sets up Recipes to handle them automatically