← 返回 Skills 市场
Mealie Recipe Manager
作者
angusthefuzz
· GitHub ↗
· v1.0.0
826
总下载
3
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install mealie-api
功能描述
Interact with Mealie recipe manager (recipes, shopping lists, meal plans). Self-hosted recipe and meal planning API client.
安全使用建议
This skill appears to do exactly what it says: a Node CLI that calls your Mealie instance using MEALIE_URL and MEALIE_API_TOKEN. Before installing: (1) confirm you trust the skill’s source since it will store/read a token in ~/.openclaw/.env or the skill .env; (2) prefer creating a limited-purpose API token in Mealie rather than using an admin token; (3) ensure MEALIE_URL uses HTTPS on a trusted host to avoid token exposure; (4) review the included script yourself if you are concerned (it is small and readable); and (5) avoid putting other secrets in the agent-level .env since the skill will read that file for MEALIE_* variables.
功能分析
Type: OpenClaw Skill
Name: mealie-api
Version: 1.0.0
The OpenClaw Mealie skill bundle is a benign API client for the Mealie recipe manager. It reads `MEALIE_URL` and `MEALIE_API_TOKEN` from specified `.env` files, as documented in `SKILL.md`, and uses these to make authenticated HTTP/HTTPS requests to the Mealie API via `scripts/mealie.js`. There is no evidence of data exfiltration to unauthorized endpoints, malicious code execution, persistence mechanisms, or prompt injection attempts against the agent. All actions are consistent with its stated purpose of managing recipes, shopping lists, and meal plans.
能力评估
Purpose & Capability
The name/description (Mealie recipe manager client) matches the declared requirements (node, MEALIE_URL, MEALIE_API_TOKEN) and the included script implements the described API calls (recipes, lists, meal plans).
Instruction Scope
SKILL.md and the CLI commands are limited to calling the Mealie API. The script reads only MEALIE_URL and MEALIE_API_TOKEN (from environment or .env files) and makes HTTP(S) requests to the Mealie host; it does not reference other system paths or external endpoints.
Install Mechanism
No install spec or remote downloads are present; the skill is instruction + a local Node script. Nothing in the manifest pulls arbitrary code from external URLs.
Credentials
The skill requires only MEALIE_URL and MEALIE_API_TOKEN, which are precisely the credentials necessary for a Mealie client. The code explicitly loads only these two variables from skill-level and agent-level .env files.
Persistence & Privilege
always is false and the skill does not request elevated/system-wide privileges or modify other skills; it only reads its own /agent .env locations as documented.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mealie-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/mealie-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Mealie Recipe Manager 是什么?
Interact with Mealie recipe manager (recipes, shopping lists, meal plans). Self-hosted recipe and meal planning API client. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 826 次。
如何安装 Mealie Recipe Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mealie-api」即可一键安装,无需额外配置。
Mealie Recipe Manager 是免费的吗?
是的,Mealie Recipe Manager 完全免费(开源免费),可自由下载、安装和使用。
Mealie Recipe Manager 支持哪些平台?
Mealie Recipe Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mealie Recipe Manager?
由 angusthefuzz(@angusthefuzz)开发并维护,当前版本 v1.0.0。
推荐 Skills