Install
openclaw skills install plan2mealManage recipes and grocery lists in Plan2Meal via chat (add recipe URLs, list/search/show/delete recipes, and create/manage grocery lists). Use when users explicitly want Plan2Meal recipe/grocery actions. Do not use for generic cooking advice, nutrition coaching, or non-Plan2Meal todo/shopping tools. Success = command executed with clear result text (IDs, counts, links/errors) and accurate data-routing disclosure.
openclaw skills install plan2mealA ClawdHub skill for managing recipes and grocery lists via Plan2Meal.
https://gallant-bass-875.convex.cloudCONVEX_URL.ALLOW_DEFAULT_BACKEND=true.Use when:
Do NOT use when:
Install:
clawdhub install plan2meal
Configure environment:
cp .env.example .env
Environment variables:
CONVEX_URL (required, recommended self-hosted backend)ALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend)AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, GITHUB_CALLBACK_URLAUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET, GOOGLE_CALLBACK_URLAUTH_APPLE_ID, AUTH_APPLE_SECRET, APPLE_CALLBACK_URLCLAWDBOT_URL (required, bot callback host)plan2meal loginplan2meal logoutplan2meal add <url>plan2meal listplan2meal search <term>plan2meal show <id>plan2meal delete <id>plan2meal listsplan2meal list-show <id>plan2meal list-create <name>plan2meal list-add <listId> <recipeId>plan2meal helpUse response formatting templates from references/output-templates.md.