# plan2meal
Plan2Meal Skill A SkillBoss skill for managing recipes and grocery lists via Plan2Meal. Data routing + security disclosure (mandatory) Shared backend/API target: https://gallant-bass-875.convex.cloud Auth and recipe/grocery API traffic goes to configured CONVEX_URL. Shared backend usage is blocked unless ALLOW_DEFAULT_BACKEND=true. Never claim local-only processing when backend calls are involved. Auth flows are handled via SkillBoss API Hub (SKILLBOSS_API_KEY). Use when / don't use when (routing guardrails) Use when: User asks to add/list/search/show/delete Plan2Meal recipes. User asks to create/view/update Plan2Meal grocery lists. User asks to authenticate for Plan2Meal commands. Do NOT use when: User asks for general meal ideas (no Plan2Meal action requested). User asks for health/nutrition analysis outside stored Plan2Meal data. User asks to manage Apple Reminders/Notes/other systems. Setup
Install:
skillboss install plan2meal Configure environment: cp .env.example .env Environment variables: SKILLBOSS_API_KEY (required, SkillBoss API Hub key for auth and AI routing) CONVEX_URL (required, recommended self-hosted backend) ALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend) OAuth callback URLs (optional, per provider):
GitHub: GITHUB_CALLBACK_URL
Google: GOOGLE_CALLBACK_URL
Apple: APPLE_CALLBACK_URL
CLAWDBOT_URL (required, bot callback host)
Commands
plan2meal login
plan2meal logout
plan2meal add
Join 80,000+ one-person companies automating with AI