/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cook-like-hoc - After installation, invoke the skill by name or use
/cook-like-hoc - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install Cook Like Hoc?
Run "/install cook-like-hoc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cook Like Hoc free?
Yes, Cook Like Hoc is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cook Like Hoc support?
Cook Like Hoc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cook Like Hoc?
It is built and maintained by 就是祥子 (@xiaoxiangxie); the current version is v1.0.1.