๐ฆ ClawHub
japan fish recipe search
by @goog
Search 300 Japan fish & seafood recipes from Cookpad. Use when user asks about fish recipes, seafood dishes, Japanese fish cooking, or wants to find recipes...
TERMINAL
clawhub install fishes๐ About This Skill
name: fish description: Search 300 Japan fish & seafood recipes from Cookpad. Use when user asks about fish recipes, seafood dishes, Japanese fish cooking, or wants to find recipes by fish type, cooking method, or ingredient.
๐ Japan Fish Recipe Search
Search 300 community-recommended fish & seafood recipes from Cookpad Japan.
Usage
When the user asks about fish or seafood recipes, use the search script to find matching recipes.
node SKILL_DIR/search.js
Examples
# Search by fish type
node SKILL_DIR/search.js salmon
node SKILL_DIR/search.js tuna
node SKILL_DIR/search.js shrimpSearch by cooking method
node SKILL_DIR/search.js grilled
node SKILL_DIR/search.js simmered
node SKILL_DIR/search.js tempuraSearch by ingredient/flavor
node SKILL_DIR/search.js miso
node SKILL_DIR/search.js butter
node SKILL_DIR/search.js cheeseSearch 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 saladCombined search (any match)
node SKILL_DIR/search.js salmon grilled
Output Format
Results include recipe title (Japanese), tags, and Cookpad link.
Data Source
recipes.json โ 300 recipes with Japanese titles, English tags, and URLsSearch Notes
japan_fish_recipes.md for the full categorized list๐ก Examples
# Search by fish type
node SKILL_DIR/search.js salmon
node SKILL_DIR/search.js tuna
node SKILL_DIR/search.js shrimpSearch by cooking method
node SKILL_DIR/search.js grilled
node SKILL_DIR/search.js simmered
node SKILL_DIR/search.js tempuraSearch by ingredient/flavor
node SKILL_DIR/search.js miso
node SKILL_DIR/search.js butter
node SKILL_DIR/search.js cheeseSearch 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 saladCombined search (any match)
node SKILL_DIR/search.js salmon grilled
Output Format
Results include recipe title (Japanese), tags, and Cookpad link.
Data Source
recipes.json โ 300 recipes with Japanese titles, English tags, and URLsSearch Notes
japan_fish_recipes.md for the full categorized list