Install
openclaw skills install @goog/fishesopenclaw skills install @goog/fishesSearch 300 community-recommended fish & seafood recipes from Cookpad Japan.
When the user asks about fish or seafood recipes, use the search script to find matching recipes.
node SKILL_DIR/search.js <query>
# Search by fish type
node SKILL_DIR/search.js salmon
node SKILL_DIR/search.js tuna
node SKILL_DIR/search.js shrimp
# Search by cooking method
node SKILL_DIR/search.js grilled
node SKILL_DIR/search.js simmered
node SKILL_DIR/search.js tempura
# Search by ingredient/flavor
node SKILL_DIR/search.js miso
node SKILL_DIR/search.js butter
node SKILL_DIR/search.js cheese
# Search by Japanese name
node SKILL_DIR/search.js サバ
node SKILL_DIR/search.js エビ
# Search by category
node SKILL_DIR/search.js easy
node SKILL_DIR/search.js bento
node SKILL_DIR/search.js salad
# Combined search (any match)
node SKILL_DIR/search.js salmon grilled
Results include recipe title (Japanese), tags, and Cookpad link.
recipes.json — 300 recipes with Japanese titles, English tags, and URLsjapan_fish_recipes.md for the full categorized list