ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

plan2meal

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.

Why use this skill?

Use the Plan2Meal OpenClaw skill to store recipes, create grocery lists, and manage your kitchen workflow directly through chat commands.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/okikesolutions/plan2meal
Or

What This Skill Does

The Plan2Meal skill provides a comprehensive bridge between the OpenClaw agent and the Plan2Meal recipe management platform. It allows users to orchestrate their entire cooking workflow—from recipe discovery and storage to grocery list generation—directly through natural language chat. By integrating with the Plan2Meal API, the skill facilitates seamless CRUD operations for recipes (add, list, show, delete) and grocery lists, ensuring your meal planning remains synchronized across devices. Crucially, this skill includes built-in security transparency, ensuring that users are always informed about data routing to configured backends such as the shared Convex instance or self-hosted alternatives.

Installation

To integrate Plan2Meal into your OpenClaw environment, execute the following command in your terminal: clawdhub install openclaw/skills/skills/okikesolutions/plan2meal After installation, navigate to your project root and copy the example environment file: cp .env.example .env. You must define your CONVEX_URL to point to your specific backend instance. If you intend to use the shared backend, set ALLOW_DEFAULT_BACKEND=true. Additionally, configure your OAuth provider credentials (GitHub, Google, or Apple) and the CLAWDBOT_URL to ensure the authentication handshake completes successfully.

Use Cases

This skill is designed for users who want to centralize their cooking data. It is ideal for:

  • Saving online recipes instantly: Simply provide a URL, and the agent scrapes and stores the data.
  • Streamlining grocery shopping: Effortlessly move ingredients from a specific recipe into a structured grocery list.
  • Organized meal planning: Search through your saved repository to find specific dishes by name or keyword without navigating browser tabs.
  • Multi-system synchronization: Maintaining a single source of truth for both your library of recipes and your active shopping needs.

Example Prompts

  • "Plan2Meal, please save this recipe: https://example.com/taco-night-recipe"
  • "Find all my saved Italian recipes and add the ingredients for the lasagna to my 'Weekly Groceries' list."
  • "What recipes do I have in my Plan2Meal account, and can you show me the details for the one with ID 402?"

Tips & Limitations

Always verify the ALLOW_DEFAULT_BACKEND setting before performing sensitive operations if you are security-conscious. The skill performs network requests to an external API; therefore, it will not function without an active internet connection or properly configured OAuth credentials. This tool is strictly for Plan2Meal management and should not be used as a general-purpose nutrition calculator or a replacement for native system reminder apps like Apple Reminders. If you encounter authentication errors, use the plan2meal login command to refresh your session tokens.

Metadata

Stars1287
Views0
Updated2026-02-22
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-okikesolutions-plan2meal": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#meal-planning#recipes#grocery-lists#productivity#api-integration
Safety Score: 4/5

Flags: network-access, external-api