Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Access Cookidoo (Thermomix) recipes, shopping lists, and meal planning.
VariableRequiredDescriptionCOOKIDOO_EMAILβ YesYour Cookidoo account emailCOOKIDOO_PASSWORDβ YesYour Cookidoo account passwordCOOKIDOO_COUNTRYOptionalCountry code (default: DE)COOKIDOO_LANGUAGEOptionalLanguage code (default: de-DE) Set in environment or ~/.config/atlas/cookidoo.env: COOKIDOO_EMAIL=your@email.com COOKIDOO_PASSWORD=yourpassword
pip install cookidoo-api
python scripts/cookidoo_cli.py recipes
python scripts/cookidoo_cli.py plan
python scripts/cookidoo_cli.py shopping
python scripts/cookidoo_cli.py search "Pasta"
python scripts/cookidoo_cli.py recipe <recipe_id>
python scripts/cookidoo_cli.py info
--json β Output as JSON --limit N β Limit results (default: 10)
Sync Cookidoo shopping list β Bring! app Suggest recipes based on what's in season Weekly meal planning assistance Export ingredients for selected recipes
Requires active Cookidoo subscription API is unofficial β may break with Cookidoo updates Store credentials securely (not in skill folder)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.