| name | mealie |
| description | Interact with Mealie recipe manager (recipes, shopping lists, meal plans). Self-hosted recipe and meal planning API client. |
| metadata | {"openclaw":{"emoji":"🍳","requires":{"bins":["node"],"env":["MEALIE_URL","MEALIE_API_TOKEN"]}}} |
Mealie Skill
API client for Mealie, a self-hosted recipe manager and meal planner. Manage recipes, shopping lists, and meal plans.
Environment Variables
Set these in your agent's .env (~/.openclaw/.env) or create a skill-level .env at ~/.openclaw/skills/mealie/.env:
MEALIE_URL — Your Mealie instance URL (e.g., https://recipes.example.com)
MEALIE_API_TOKEN — Your API token (create at /user/profile/api-tokens in Mealie)
The script only reads MEALIE_URL and MEALIE_API_TOKEN from .env files — other variables are ignored.
Getting an API Token
- Log into your Mealie instance
- Go to User Profile → API Tokens
- Create a new token with a descriptive name
- Copy the token to your
.env
Commands
Recipes
node ~/.openclaw/skills/mealie/scripts/mealie.js recipes
node ~/.openclaw/skills/mealie/scripts/mealie.js recipe <slug>
node ~/.openclaw/skills/mealie/scripts/mealie.js search
node ~/.openclaw/skills/mealie.js create-recipe <url>
node ~/.openclaw/skills/mealie.js delete-recipe <slug>