cookidoo

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cookidoo" with this command: npx skills add thekie/cookidoo

Cookidoo

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

Required Credentials

VariableRequiredDescription
COOKIDOO_EMAIL✅ YesYour Cookidoo account email
COOKIDOO_PASSWORD✅ YesYour Cookidoo account password
COOKIDOO_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

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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clawhub-install

Download and install skills from ClawHub directly via curl, bypassing official CLI rate limits. Use when the user wants to install one or more ClawHub skills...

Registry SourceRecently Updated
0199
upupc
Coding

Homebrew Bridge

Expose Mac Homebrew tools like brew, gh, and other /opt/homebrew/bin CLIs on a Linux OpenClaw gateway by installing explicit same-LAN SSH wrappers with optio...

Registry SourceRecently Updated
Coding

Dev Tools Pack

Collection of developer tools including Chrome extension templates, AI code reviews, GitHub README generators, SaaS landing pages, tech blogs, and tweet thre...

Registry SourceRecently Updated