← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fishes
功能描述
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...
使用说明 (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
recipes.json— 300 recipes with Japanese titles, English tags, and URLs- Scraped from: https://cookpad.com/jp/categories/12 (魚介のおかず)
- Date: 2026-04-01
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.mdfor the full categorized list
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fishes - 安装完成后,直接呼叫该 Skill 的名称或使用
/fishes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 japan fish recipe search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fishes」即可一键安装,无需额外配置。
japan fish recipe search 是免费的吗?
是的,japan fish recipe search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
japan fish recipe search 支持哪些平台?
japan fish recipe search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 japan fish recipe search?
由 Jay(@goog)开发并维护,当前版本 v1.0.0。
推荐 Skills