← Back to Skills Marketplace
goog

japan fish recipe search

by Jay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fishes
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...
README (SKILL.md)

🐟 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 \x3Cquery>

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
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: fishes Version: 1.0.0 The skill bundle is a legitimate recipe search tool for Japanese fish and seafood dishes. The Node.js script (search.js) safely processes a local JSON database (recipes.json) using basic string matching and aliases, with no evidence of network activity, shell execution, or data exfiltration.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fishes
  3. After installation, invoke the skill by name or use /fishes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release: search 300 Japan fish & seafood recipes from Cookpad using keywords. - Added `recipes.json` containing recipes with Japanese titles, english tags, and URLs. - Added `search.js` script for querying recipes by fish type, cooking method, ingredient, or keyword. - Removed old script (`scripts/script.sh`) and prior data/CLI utility focus. - Search returns recipe title, tags, and Cookpad link; supports Japanese and English queries.
Metadata
Slug fishes
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is japan fish recipe search?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install japan fish recipe search?

Run "/install fishes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is japan fish recipe search free?

Yes, japan fish recipe search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does japan fish recipe search support?

japan fish recipe search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created japan fish recipe search?

It is built and maintained by Jay (@goog); the current version is v1.0.0.

💬 Comments