japan fish recipe search

v1.0.0

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...

0· 92·0 current·0 all-time
byJay@goog

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for goog/fishes.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "japan fish recipe search" (goog/fishes) from ClawHub.
Skill page: https://clawhub.ai/goog/fishes
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install fishes

ClawHub CLI

Package manager switcher

npx clawhub@latest install fishes
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill's name/description (search Japanese fish recipes) matches the included files (recipes.json and search.js) and the behavior. Minor inconsistency: the runtime requires Node (SKILL.md shows running 'node search.js') but the registry metadata lists no required binaries.
Instruction Scope
SKILL.md confines runtime behavior to running the local search script and printing results. The instructions reference a file ('japan_fish_recipes.md') to browse when no results are found, but that file is not present in the package. The usage examples use the placeholder SKILL_DIR which is typical but the metadata should declare Node as a required runtime.
Install Mechanism
No install spec; the skill is instruction-only with local files. Nothing is downloaded or written to disk during install.
Credentials
No environment variables, credentials, or config paths are requested. The code does not read env vars or external configs.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modify other skills or global config.
Assessment
This skill appears to do what it says: it performs offline searches over a bundled recipes.json and prints Cookpad links. Before installing, note: (1) the package expects Node.js at runtime but the registry metadata doesn't declare Node as a required binary — ensure Node is available before use; (2) SKILL.md mentions a 'japan_fish_recipes.md' file that isn't included — this is a documentation mismatch; (3) the recipe dataset is described as scraped from Cookpad — if you plan to redistribute or republish results, confirm licensing/copyright expectations with Cookpad; (4) the code does not make network requests or access environment variables, so it does not exfiltrate data. If those points are acceptable, the skill is internally coherent and low-risk.

Like a lobster shell, security has layers — review code before you run it.

latestvk975t1nexz656y9pwpwjmqz0s98405v0
92downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

🐟 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 <query>

Examples

# 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

Output Format

Results include recipe title (Japanese), tags, and Cookpad link.

Data Source

Search Notes

  • Search is case-insensitive
  • Matches against both Japanese title and English tags
  • Multiple keywords narrow results (AND logic)
  • If no results, suggest browsing japan_fish_recipes.md for the full categorized list

Comments

Loading comments...