Cookidoo Thermomix Meal Planner for Openclaw

A robust Python-based CLI skill for managing Cookidoo meal plans, recipes, and shopping lists through an AI agent.

lars147
v0.1.0
Feb 8, 2026
0
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install tmx-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install tmx-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Cookidoo Thermomix Meal Planner?

The Cookidoo skill provides a seamless interface between AI agents and the Thermomix ecosystem. By leveraging the tmx-cli, users can search for recipes, organize weekly schedules, and sync shopping lists without leaving their terminal or agent environment. This integration is a powerful addition to the library of Openclaw Skills, enabling developers to automate meal preparation workflows through structured commands and programmatically parseable JSON outputs.

Cookidoo Thermomix Meal Planner Use Cases

  • Syncing weekly Cookidoo meal plans with local digital calendars or task managers.
  • Generating consolidated shopping lists from a week's worth of planned recipes automatically.
  • Searching for specific Thermomix recipes based on dietary preferences, difficulty, and preparation time.
  • Managing favorite recipes and daily meal routines via simple, conversational CLI commands.

How Cookidoo Thermomix Meal Planner Works

  1. Authenticate with your Cookidoo account using the integrated OAuth login flow.
  2. Configure personal preferences including Thermomix model version (TM5/TM6/TM7) and dietary restrictions to filter results.
  3. Execute search or plan commands to retrieve structured recipe data from the Cookidoo API.
  4. Manipulate the meal plan or shopping list using intuitive resource-based actions like add, remove, or move.
  5. Export data to Markdown or JSON for further integration with other Openclaw Skills or external productivity tools.

Cookidoo Thermomix Meal Planner Setup

To get started with this skill, ensure you have Python 3.9+ installed. Follow these steps to initialize the connection:

# Log in to your Cookidoo account
python3 {baseDir}/tmx_cli.py login

# Configure your preferences (optional)
python3 {baseDir}/tmx_cli.py setup

Cookidoo Thermomix Meal Planner Data Schema & Taxonomy

The skill manages data across three primary domains, ensuring high compatibility with other Openclaw Skills via JSON output:

Domain Data Points
Recipes ID, ingredients, preparation steps, nutrition facts, and difficulty level.
Meal Plan Weekly schedule organized by day (mon-sun) with recipe IDs.
Shopping List Aggregated ingredients, quantities, and custom items.
Favorites User-curated recipe IDs for quick access and filtering.

Cookidoo Thermomix Meal Planner Advanced Features

  • Multi-model support for TM5, TM6, and TM7 specific recipe filtering.
  • Advanced search parameters including preparation time, difficulty, and dietary categories.
  • Programmatic JSON export mode for all commands to facilitate multi-agent automation.
  • Automated synchronization of meal plans from the cloud to local storage.
  • Support for custom shopping list items independent of recipe ingredients.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*