← 返回 Skills 市场
harshasic

recipe-finder

作者 Sai Harsha · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
798
总下载
0
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install recipe-finder
功能描述
Search and suggest recipes by ingredients, cuisine, or dietary preferences using TheMealDB API with detailed meal info and instructions.
安全使用建议
This skill appears safe and coherent: it simply calls TheMealDB's public API and needs no secrets or installs. Before enabling, note that web_fetch will send users' queries to TheMealDB (so queries are transmitted to a third party), TheMealDB has limited/uneven metadata (dietary tags like gluten-free may be unreliable), and you may want to handle rate-limiting/caching if you expect frequent use. If you need strict dietary filtering or an offline/local dataset, this skill alone may not be sufficient.
功能分析
Type: OpenClaw Skill Name: recipe-finder Version: 1.0.0 The skill bundle is benign. The `_meta.json` file contains standard metadata. The `SKILL.md` instructions clearly define a 'Recipe Finder' skill that interacts solely with the legitimate TheMealDB API using the `web_fetch` tool. There are no instructions for data exfiltration, malicious execution, persistence, or any form of prompt injection against the agent to perform unauthorized or harmful actions. All network calls are directed to a single, well-known public API, and the instructions are fully aligned with the stated purpose.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md only uses TheMealDB public endpoints (search/filter/lookup) and does not request unrelated binaries, credentials, or host access.
Instruction Scope
Instructions are narrowly scoped to parsing user recipe requests and calling TheMealDB via web_fetch. Minor caveat: the SKILL.md suggests handling dietary restrictions (e.g., 'gluten-free'), but TheMealDB does not provide robust structured dietary tags; implementing this would require heuristic filtering or external data and may produce inaccurate results.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk or fetched during install.
Credentials
No environment variables, credentials, or config paths are requested. The only external interaction is network calls to TheMealDB (public API), which is appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It is user-invocable and may be called autonomously per platform default, which is expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install recipe-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /recipe-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Recipe Finder skill initial release: - Find recipes based on ingredients, cuisine type, or dietary preferences using TheMealDB API. - Supports user queries like “what can I make with [ingredient]”, “Italian recipes”, and “vegetarian options”. - Fetches and formats recipe data, including recipe names, images, cuisine, ingredients, and brief instructions. - No API key required; makes use of open and reliable data from TheMealDB. - Presents recipes in a clear, easy-to-scan format.
元数据
Slug recipe-finder
版本 1.0.0
许可证
累计安装 8
当前安装数 8
历史版本数 1
常见问题

recipe-finder 是什么?

Search and suggest recipes by ingredients, cuisine, or dietary preferences using TheMealDB API with detailed meal info and instructions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 798 次。

如何安装 recipe-finder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-finder」即可一键安装,无需额外配置。

recipe-finder 是免费的吗?

是的,recipe-finder 完全免费(开源免费),可自由下载、安装和使用。

recipe-finder 支持哪些平台?

recipe-finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 recipe-finder?

由 Sai Harsha(@harshasic)开发并维护,当前版本 v1.0.0。

💬 留言讨论