โ† All skills
Tencent SkillHub ยท Developer Tools

Cookidoo

Manage Thermomix/Cookidoo meal planning via tmx-cli. Use for recipe search, weekly meal plan management, shopping list generation, favorites, and recipe details. Trigger when the user mentions Cookidoo, Thermomix, Wochenplan, meal plan, Rezept, recipe, or Einkaufsliste for cooking.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage Thermomix/Cookidoo meal planning via tmx-cli. Use for recipe search, weekly meal plan management, shopping list generation, favorites, and recipe details. Trigger when the user mentions Cookidoo, Thermomix, Wochenplan, meal plan, Rezept, recipe, or Einkaufsliste for cooking.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, pyproject.toml, references/commands.md, tmx_cli.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Cookidoo / tmx-cli Skill

Manage Cookidooยฎ (Thermomix) meal plans, recipes, and shopping lists using tmx-cli โ€” a pure-Python CLI bundled in this skill at {baseDir}/tmx_cli.py.

Setup

Python 3.9+ required (no external dependencies) Login: python3 {baseDir}/tmx_cli.py login (OAuth flow with Cookidoo account) Setup (optional): python3 {baseDir}/tmx_cli.py setup โ€” configure TM version, diet preferences, max cooking time

Critical Rules

Confirm before destructive actions (shopping clear, plan remove). Use --json when parsing output programmatically. Respect user preferences โ€” setup config auto-applies to searches.

CLI Usage

python3 {baseDir}/../tmx-cli/tmx_cli.py <resource> <action> [options]

Search Recipes

tmx search "Pasta" --json tmx search "Kuchen" -n 20 --json # more results tmx search "Suppe" -t 30 --json # max 30 min prep time tmx search "Salat" -d easy -c vegetarisch --json # easy + vegetarian Filters: -t <minutes>, -d easy|medium|advanced, --tm TM5|TM6|TM7, -c <category> Categories: vorspeisen, suppen, pasta, fleisch, fisch, vegetarisch, beilagen, desserts, herzhaft-backen, kuchen, brot, getraenke, grundrezepte, saucen, snacks

Recipe Details

tmx recipe show <recipe_id> --json # ingredients, steps, nutrition

Meal Plan

tmx plan show --json # current week plan tmx plan sync # sync from Cookidoo tmx plan add <recipe_id> <day> # add recipe (day: mon/tue/wed/thu/fri/sat/sun) tmx plan remove <recipe_id> <day> # remove from plan tmx plan move <recipe_id> <from> <to> # move between days

Shopping List

tmx shopping show --json # current list tmx shopping from-plan # generate from meal plan tmx shopping add <recipe_id> # add recipe ingredients tmx shopping add-item "Milch" "1L" # add custom item tmx shopping remove <recipe_id> # remove recipe ingredients tmx shopping clear # clear entire list โš ๏ธ tmx shopping export # export as markdown tmx shopping export --format json # export as JSON

Today's Recipes

tmx today --json # what's on the plan today

Favorites

tmx favorites show --json tmx favorites add <recipe_id> tmx favorites remove <recipe_id>

Full Command Reference

For all commands, options, and flags see {baseDir}/references/commands.md.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • references/commands.md Docs
  • tmx_cli.py Scripts
  • pyproject.toml Files