← 返回 Skills 市场
1613
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install recipes
功能描述
CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required.
安全使用建议
This skill claims to be a thin CLI wrapper around TheMealDB and needs only curl/jq, which is reasonable — but the package as provided contains only README and SKILL.md and does not include the scripts the instructions expect. Before installing or invoking it: (1) ask the publisher to include the actual scripts or add a formal install spec pointing to a verified release (GitHub release URL), (2) if you must clone the referenced repo, inspect the repository code (scripts/recipes and any shell scripts) for unexpected network calls, commands that read system files, or commands that run with elevated privileges, (3) avoid running downloaded scripts as root and do not run code that performs arbitrary remote downloads without review, and (4) prefer a skill package that either contains its code or provides a vetted install URL/release. If the author supplies the missing scripts or a trusted install link, re-evaluate; if not, treat this package as incomplete and avoid executing it.
功能分析
Type: OpenClaw Skill
Name: recipes
Version: 1.0.0
The skill bundle is benign. It clearly states its purpose as a CLI for AI agents to find recipes using TheMealDB API. The required binaries (`bash`, `curl`, `jq`) are standard and appropriate for making API calls and processing JSON. The `SKILL.md` provides clear, constrained instructions for the AI agent, without any evidence of prompt injection attempts, instructions for malicious actions, or deviation from the stated purpose. No indicators of data exfiltration, malicious execution, persistence, or obfuscation were found.
能力评估
Purpose & Capability
The name/description (recipes using TheMealDB) align with requiring bash, curl, and jq to call and parse the API. However, SKILL.md and the Agent Implementation Notes refer to a local wrapper ({skill_folder}/recipes and scripts/recipes) and README shows git clone instructions (github.com/jeffaf/recipes-skill) even though this package contains no scripts/code — mismatch between claimed runtime artifacts and what is actually provided.
Instruction Scope
Instructions direct the agent to run a local CLI wrapper (e.g., ./recipes search ...) but the wrapper and scripts are not included and there is no install step to create them. The instructions themselves only target TheMealDB (no extra env vars or unrelated system paths), but the missing scripts create ambiguity about what will actually execute at runtime.
Install Mechanism
No install specification is provided (lower technical risk). README suggests cloning a GitHub repo as a manual installation step, but that external fetch is not formalized in the skill metadata. The lack of an install spec means the skill, as packaged, won't place any code on disk — yet runtime notes assume code exists.
Credentials
The skill requests no environment variables or credentials, which is proportional for an unauthenticated public-API recipe lookup.
Persistence & Privilege
Skill is not always-enabled and is user-invocable; autonomous invocation is allowed (platform default) but not combined with other high-risk flags. The skill does not request persistent credentials or system-wide config changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recipes - 安装完成后,直接呼叫该 Skill 的名称或使用
/recipes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Recipes skill
- Search, browse, and get details for recipes using TheMealDB API—no authentication required.
- Supports searching by keyword, fetching full details by meal ID, and getting random recipes.
- Allows listing of categories and browsing recipes by area/cuisine.
- Provides user-friendly CLI commands for agents, with clear recipe output formatting.
- Includes implementation notes and usage suggestions for agents.
元数据
常见问题
Recipes 是什么?
CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1613 次。
如何安装 Recipes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipes」即可一键安装,无需额外配置。
Recipes 是免费的吗?
是的,Recipes 完全免费(开源免费),可自由下载、安装和使用。
Recipes 支持哪些平台?
Recipes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recipes?
由 jeffaf(@jeffaf)开发并维护,当前版本 v1.0.0。
推荐 Skills