Plan2meal
by @okikesolutions
Manage recipes and grocery lists from your Plan2Meal React Native app. Add recipes from URLs, search, view, and manage your grocery lists.
clawhub install plan2mealπ About This Skill
name: plan2meal description: Manage 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. requiredEnv: - CONVEX_URL - AUTH_GITHUB_ID - AUTH_GITHUB_SECRET - GITHUB_CALLBACK_URL - CLAWDBOT_URL optionalEnv: - AUTH_GOOGLE_ID - AUTH_GOOGLE_SECRET - GOOGLE_CALLBACK_URL - AUTH_APPLE_ID - AUTH_APPLE_SECRET - APPLE_CALLBACK_URL - ALLOW_DEFAULT_BACKEND primaryEnv: CONVEX_URL
Plan2Meal Skill
A ClawdHub skill for managing recipes and grocery lists via Plan2Meal.
Data routing + security disclosure (mandatory)
https://gallant-bass-875.convex.cloudCONVEX_URL.ALLOW_DEFAULT_BACKEND=true.Use when / don't use when (routing guardrails)
Use when:
Do NOT use when:
Setup
1. Install:
clawdhub install plan2meal
2. Configure environment:
cp .env.example .env
3. Environment variables:
- CONVEX_URL (required, recommended self-hosted backend)
- ALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend)
- OAuth provider creds:
- GitHub (required): AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, GITHUB_CALLBACK_URL
- Google (optional): AUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET, GOOGLE_CALLBACK_URL
- Apple (optional): AUTH_APPLE_ID, AUTH_APPLE_SECRET, APPLE_CALLBACK_URL
- CLAWDBOT_URL (required, bot callback host)
Commands
plan2meal loginplan2meal logoutplan2meal add plan2meal listplan2meal search plan2meal show plan2meal delete plan2meal listsplan2meal list-show plan2meal list-create plan2meal list-add plan2meal helpOutput templates
Use response formatting templates from references/output-templates.md.
Security checklist before replying
βοΈ Configuration
1. Install:
clawdhub install plan2meal
2. Configure environment:
cp .env.example .env
3. Environment variables:
- CONVEX_URL (required, recommended self-hosted backend)
- ALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend)
- OAuth provider creds:
- GitHub (required): AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, GITHUB_CALLBACK_URL
- Google (optional): AUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET, GOOGLE_CALLBACK_URL
- Apple (optional): AUTH_APPLE_ID, AUTH_APPLE_SECRET, APPLE_CALLBACK_URL
- CLAWDBOT_URL (required, bot callback host)