← 返回 Skills 市场
thekie

Clawdbot Skill Cookidoo

作者 thekie · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1982
总下载
3
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

Cookidoo

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

Required Credentials

Variable Required Description
COOKIDOO_EMAIL ✅ Yes Your Cookidoo account email
COOKIDOO_PASSWORD ✅ Yes Your Cookidoo account password
COOKIDOO_COUNTRY Optional Country code (default: DE)
COOKIDOO_LANGUAGE Optional Language code (default: de-DE)

Set in environment or ~/.config/atlas/cookidoo.env:

[email protected]
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 \x3Crecipe_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)
安全使用建议
This skill appears to do what it says: it uses the unofficial cookidoo-api and requires your Cookidoo email and password to fetch recipes and shopping lists. Before installing: 1) Verify you trust the skill author (package.json author is 'thekie' and source/homepage is not provided). 2) Consider creating a dedicated Cookidoo account or changing your password after use, since the skill asks for your actual account password and suggests storing it in ~/.config/atlas/cookidoo.env (plaintext). 3) Review the cookidoo-api package on PyPI and its source to ensure it behaves as expected. 4) Note the registry metadata omitted the required env vars while SKILL.md and package.json list them — this is likely a packaging oversight but ask the author to correct it. 5) If you need stronger isolation, run the skill in a sandbox or container rather than on a host with sensitive credentials.
功能分析
Type: OpenClaw Skill Name: cookidoo Version: 1.0.1 The skill is benign. It provides a command-line interface to interact with the Cookidoo API via the `cookidoo-api` Python package. Credential handling in `scripts/cookidoo_cli.py` is standard, reading from environment variables or `~/.config/atlas/cookidoo.env`. There are no signs of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. All operations are aligned with the stated purpose of accessing Cookidoo recipes and shopping lists.
能力评估
Purpose & Capability
The skill is designed to access Cookidoo and the code calls the cookidoo-api library and asks for a Cookidoo email/password — this is coherent with the description. However, the registry metadata at the top of the report lists no required env vars/primary credential while SKILL.md and package.json both require COOKIDOO_EMAIL and COOKIDOO_PASSWORD; this mismatch is a packaging oversight that should be corrected.
Instruction Scope
SKILL.md instructs installing the cookidoo-api package and running the included CLI script. The runtime instructions and the script are limited to Cookidoo operations (recipes, plan, shopping, search, info) and only reference the specified config file (~/.config/atlas/cookidoo.env) and environment variables.
Install Mechanism
No automated install spec is included; the instructions ask the user to pip install the well-known cookidoo-api Python package. No arbitrary downloads, URL shorteners, or archive extraction are used.
Credentials
The skill requires the user's Cookidoo email and password, which is expected for an unofficial client that authenticates on behalf of the user. The skill suggests storing these in an env file in the user's home directory; that's functional but presents the usual risk of plaintext credentials on disk. There are no other unrelated credentials requested.
Persistence & Privilege
The skill does not request always:true or other elevated privileges. It reads a per-user config file in the home directory and does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cookidoo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cookidoo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix: Declare required credentials (COOKIDOO_EMAIL, COOKIDOO_PASSWORD) in package.json metadata
v1.0.0
Initial release of Cookidoo skill: - Access Cookidoo (Thermomix) recipes, shopping lists, and weekly meal plans from the command line. - View user info, collections, and shopping list ingredients using simple CLI commands. - Supports JSON output for easy integration with other tools. - Enables syncing of recipe ingredients to the Bring! shopping list when used with the bring-shopping skill. - Setup via environment variables; requires active Cookidoo subscription and uses the unofficial cookidoo-api package.
元数据
Slug cookidoo
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Clawdbot Skill 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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1982 次。

如何安装 Clawdbot Skill Cookidoo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cookidoo」即可一键安装,无需额外配置。

Clawdbot Skill Cookidoo 是免费的吗?

是的,Clawdbot Skill Cookidoo 完全免费(开源免费),可自由下载、安装和使用。

Clawdbot Skill Cookidoo 支持哪些平台?

Clawdbot Skill Cookidoo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawdbot Skill Cookidoo?

由 thekie(@thekie)开发并维护,当前版本 v1.0.1。

💬 留言讨论