Jump to related tools in the same category or review the original source on GitHub.

Health & Fitness @thekie Updated 2/26/2026

Cookidoo OpenClaw Skill - ClawHub

Do you want your AI agent to automate Cookidoo workflows? This free skill from ClawHub helps with health & fitness tasks without building custom tools from scratch.

What this skill does

Access Cookidoo (Thermomix) recipes, shopping lists, and meal planning via the unofficial cookidoo-api Python package. Use for viewing recipes, weekly plans, favorites, and syncing ingredients to shopping lists.

Install

npx clawhub@latest install cookidoo

Full SKILL.md

Open original
namedescription
cookidooAccess Cookidoo (Thermomix) recipes, shopping lists, and meal planning via the unofficial cookidoo-api Python package. Use for viewing recipes, weekly plans, favorites, and syncing ingredients to shopping lists.

Cookidoo

Access Cookidoo (Thermomix) recipes, shopping lists, and meal planning.

Required Credentials

Variable Required Description
COOKIDOO_EMAIL ✅ Yes Your Cookidoo account email
COOKIDOO_PASSWORD ✅ Yes Your Cookidoo account password
COOKIDOO_COUNTRY Optional Country code (default: DE)
COOKIDOO_LANGUAGE Optional Language code (default: de-DE)

Set in environment or ~/.config/atlas/cookidoo.env:

[email protected]
COOKIDOO_PASSWORD=yourpassword

Dependencies

pip install cookidoo-api

Tasks

List saved recipes

python scripts/cookidoo_cli.py recipes

Get weekly plan

python scripts/cookidoo_cli.py plan

Get shopping list from Cookidoo

python scripts/cookidoo_cli.py shopping

Search recipes

python scripts/cookidoo_cli.py search "Pasta"

Get recipe details

python scripts/cookidoo_cli.py recipe <recipe_id>

Get account info

python scripts/cookidoo_cli.py info

Options

  • --json — Output as JSON
  • --limit N — Limit results (default: 10)

Integration Ideas

  • Sync Cookidoo shopping list → Bring! app
  • Suggest recipes based on what's in season
  • Weekly meal planning assistance
  • Export ingredients for selected recipes

Notes

  • Requires active Cookidoo subscription
  • API is unofficial — may break with Cookidoo updates
  • Store credentials securely (not in skill folder)
Original URL: https://github.com/openclaw/skills/blob/main/skills/thekie/cookidoo

Related skills

If this matches your use case, these are close alternatives in the same category.