/install cook-like-hoc
CookLikeHOC Skill
This skill allows you to retrieve recipe instructions from the CookLikeHOC repository. It contains recipes from the "老乡鸡菜品溯源报告".
Prerequisites
- Python 3 installed
- Built-in
urllibandjsonmodules (no external libraries required)
Workflows
1. Searching for a Recipe
When the user asks for a recipe or wants to know how to cook a dish from the CookLikeHOC database, run the search_recipe.py script.
Command:
python ~/.agents/skills/cook-like-hoc/scripts/search_recipe.py "\x3CRecipe Name>"
Example:
python ~/.agents/skills/cook-like-hoc/scripts/search_recipe.py "肥肠鸡"
How to handle the output
- The Python script performs fuzzy matching. It will return the markdown recipe for the exact or closest match.
- Output the recipe to the user, formatting it cleanly as markdown.
- If it says
Could not find any recipe matching, inform the user that the recipe isn't in the database and perhaps suggest one from the provided examples.
Supported categories & recipes
The repository has categories like 主食 (Staple Food), 炒菜 (Stir-fried), 汤 (Soup), 炖菜 (Stew), 炸品 (Fried), 烤类 (Roasted), 烫菜 (Blanched), 煮锅 (Boiled Pots), 砂锅菜 (Casserole), 蒸菜 (Steamed), 配料 (Ingredients), and 饮品 (Drinks). The script searches across all markdown files in these categories automatically.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cook-like-hoc - 安装完成后,直接呼叫该 Skill 的名称或使用
/cook-like-hoc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Cook Like Hoc 是什么?
Search and display recipes from the open-source Gar-b-age/CookLikeHOC repository. Use when the user asks to "cook like hoc", "像老乡鸡那样做饭", "老乡鸡菜谱", "做菜", or wa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Cook Like Hoc?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cook-like-hoc」即可一键安装,无需额外配置。
Cook Like Hoc 是免费的吗?
是的,Cook Like Hoc 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cook Like Hoc 支持哪些平台?
Cook Like Hoc 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cook Like Hoc?
由 就是祥子(@xiaoxiangxie)开发并维护,当前版本 v1.0.1。