A robust Python-based CLI skill for managing Cookidoo meal plans, recipes, and shopping lists through an AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tmx-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
A terminal-based interface for accessing real-time Munich public transport data and live S-Bahn tracking.

A powerful CLI-based automation skill for managing grocery shopping, cart items, and delivery slots on Knuspr.de.

A Python-based CLI skill for searching pharmacy products and managing shopping carts on apohealth.de without authentication.

An AI-driven crypto trading and wallet management interface supporting swaps, perpetuals, and advanced market analysis across EVM and Solana chains.

A human-in-the-loop content automation workflow for AI agents to draft, revise, and stage social media posts securely.

A comprehensive task management framework for Obsidian vaults featuring Kanban boards, Dataview dashboards, and YAML-driven task notes.








































