Install
openclaw skills install @goog/udonSearch and browse 100 curated Japanese udon noodle recipes from Cookpad. Use when the user asks about udon recipes, wants udon dish ideas, searches for udon by ingredient (e.g. curry, miso, egg, kimchi, salmon), or mentions udon cooking. Covers grilled udon (yaki-udon), cold udon, nabeyaki, curry udon, miso udon, and more.
openclaw skills install @goog/udonSearch 100 Japanese udon recipes by keyword, ingredient, category, or recipe number.
Run the search script:
python <skill_dir>/scripts/search_udon.py [keyword]
python search_udon.pypython search_udon.py currypython search_udon.py coldpython search_udon.py salmonpython search_udon.py 42Common categories: grilled, cold, simmered, curry, miso, egg, meat, seafood, natto, kimchi, vegetable, quick.
search_udon.py with the user's keyword(s).Full recipe list with ingredients and Cookpad links. Loaded only when browsing all recipes or when deep context is needed.
Search script — parse recipes, filter by keyword, format output. No dependencies beyond Python 3 stdlib.