← 返回
安全合规 中文

Recipes

CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required.
AI代理的命令行工具,用于为人类查找食谱。使用 TheMealDB API,无需认证。
jeffaf
安全合规 clawhub v1.0.0 1 版本 99845.7 Key: 无需
★ 1
Stars
📥 1,921
下载
💾 18
安装
1
版本
#latest

概述

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

ActionCommand
-----------------
Searchrecipes search "query"
Get detailsrecipes info
Random mealrecipes random
List categoriesrecipes categories
By area/cuisinerecipes 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:

  1. Run ./recipes search "ingredient or dish" to find options
  2. Run ./recipes info for full recipe with ingredients and instructions
  3. Run ./recipes random for dinner inspiration
  4. Run ./recipes area 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).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 18:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,601
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,214 📥 266,401
communication-collaboration

Bluesky

jeffaf
使用 Bluesky CLI 进行时间线、搜索、通知、帖子、回复、话题、图片、点赞、转发、关注、屏蔽和静音操作。
★ 16 📥 7,257