{"skill":{"slug":"cookidoo-thermomix","displayName":"Cookidoo Thermomix","summary":"Interact with Cookidoo (Thermomix recipe platform) via the unofficial cookidoo-api. Search recipes, manage meal planning calendar, shopping lists, collection...","description":"---\nname: cookidoo\ndescription: >\n  Interact with Cookidoo (Thermomix recipe platform) via the unofficial cookidoo-api.\n  Search recipes, manage meal planning calendar, shopping lists, collections, and custom recipes.\n  Use when the user mentions \"Cookidoo\", \"Thermomix recipes\", \"meal planning\", \"Wochenplan\",\n  \"Einkaufsliste Thermomix\", \"Cookidoo Rezepte\", \"was kochen\", or wants to manage their\n  Thermomix/Cookidoo account programmatically.\n---\n\n# Cookidoo Integration\n\nUnofficial integration with the Cookidoo platform (Vorwerk/Thermomix) using the\n[cookidoo-api](https://github.com/miaucl/cookidoo-api) Python library.\n\n## Setup\n\nNo external dependencies — uses only Python stdlib (urllib, json). Works with Python 3.7+.\n\n### Environment variables (required)\n\n```\nCOOKIDOO_EMAIL=user@example.com\nCOOKIDOO_PASSWORD=secret\n```\n\n### Optional config\n\n```\nCOOKIDOO_COUNTRY=ch        # Default: ch (Switzerland)\nCOOKIDOO_LANGUAGE=de-CH    # Default: de-CH\n```\n\nSupported countries/languages: run `get_country_options()` / `get_language_options()` from the library.\n\n## CLI Script\n\nAll operations via `scripts/cookidoo.py`:\n\n```bash\npython scripts/cookidoo.py <command> [args]\n```\n\n### Commands\n\n| Command | Description |\n|---|---|\n| `login` | Test credentials, show user info |\n| `user-info` | Get account info |\n| `subscription` | Check active subscription status |\n| `recipe <id>` | Get recipe details (e.g. `r59322`) |\n| `calendar [date]` | Show meal plan for week (default: today) |\n| `calendar-add <date> <id> [...]` | Add recipe(s) to calendar (date: YYYY-MM-DD) |\n| `calendar-remove <date> <id>` | Remove recipe from calendar |\n| `shopping-list` | Show full shopping list (ingredients + additional items) |\n| `shopping-add <id> [...]` | Add recipe ingredients to shopping list |\n| `shopping-remove <id> [...]` | Remove recipe ingredients from shopping list |\n| `shopping-clear` | Clear entire shopping list |\n| `additional-items` | List additional (manual) shopping items |\n| `additional-add <item> [...]` | Add manual items to shopping list |\n| `additional-remove <id> [...]` | Remove additional items by ID |\n| `collections` | List custom and managed collections |\n| `collection-add <name>` | Create custom collection |\n| `collection-remove <id>` | Delete custom collection |\n\n### Recipe IDs\n\nRecipe IDs look like `r59322` or `r907015`. Find them on cookidoo.ch/de URLs or via the API.\n\n## Authentication\n\nThe API uses OAuth password grant (same as the Thermomix app). Tokens refresh automatically per session. No API key needed — just Cookidoo account credentials.\n\n## Limitations\n\n- No official API — based on reverse-engineering the Android app\n- Recipe search not directly exposed in the library (browse on cookidoo.ch and extract IDs)\n- Some features require an active Cookidoo Premium subscription (custom recipes, etc.)\n- Rate limiting: be gentle, avoid rapid bulk requests\n","topics":["Recipe","Meal Planning","Calendar","Shopping"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":186,"installsAllTime":7,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1771672922354,"updatedAt":1778491597572},"latestVersion":{"version":"1.0.0","createdAt":1771672922354,"changelog":"Initial release: Cookidoo/Thermomix integration — recipes, meal planning, shopping lists, collections. Zero dependencies (Python stdlib only).","license":null},"metadata":null,"owner":{"handle":"simonfunk","userId":"s170hj3h10s1n0yav2tmdqc72d83vkwm","displayName":"simonfunk","image":"https://avatars.githubusercontent.com/u/8578044?v=4"},"moderation":null}