← Back to Skills Marketplace
goog

udon noodle 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 udon
Description
Search and browse 100 curated Japanese udon noodle recipes from Cookpad. Use when the user asks about udon recipes, wants udon dish ideas, searches for udon...
Usage Guidance
This appears low-risk and does what it says: a local Python search over the bundled recipes file. Before installing, confirm you’re comfortable running a small Python script from an unknown source (reviewed here), ensure Python 3 is available, and note that recipe entries include external Cookpad links that the script only displays (it does not fetch them). If you need stronger provenance, ask the publisher for a homepage or source repository to verify origin and licensing of the recipe content.
Capability Analysis
Type: OpenClaw Skill Name: udon Version: 1.0.0 The 'udon' skill is a straightforward recipe search tool that allows users to browse a curated list of 100 Japanese udon recipes. The Python script `scripts/search_udon.py` safely parses a local markdown file (`references/recipes.md`) using standard string matching and regular expressions, with no evidence of network activity, unauthorized file access, or command execution vulnerabilities.
Capability Assessment
Purpose & Capability
The name/description are a local udon recipe search; the included script and recipes.md implement exactly that. There are no environment variables, credentials, or external binaries required that would be out of scope.
Instruction Scope
SKILL.md instructs running the bundled Python script which reads references/recipes.md and formats results. The runtime instructions do not tell the agent to read other files, call external endpoints, or exfiltrate data. The code only reads the local recipes.md and prints matches.
Install Mechanism
There is no install spec — the skill is instruction/code-only. The Python script uses only the standard library and the packaged recipes.md, so there is no network download or archive extraction during install.
Credentials
The skill requires no environment variables, secrets, or config paths. No credentials are requested and the script does not read environment variables.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills or system configuration. Autonomous invocation is allowed (platform default) but not elevated here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install udon
  3. After installation, invoke the skill by name or use /udon
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the udon skill: - Search and browse 100 curated Japanese udon noodle recipes from Cookpad. - Find udon recipes by keyword, ingredient, category, or recipe number. - Supports common categories like grilled, cold, curry, miso, egg, meat, seafood, and more. - Simple Python script for searching and displaying recipes. - Includes references to full recipe details and Cookpad links.
Metadata
Slug udon
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is udon noodle recipe search?

Search and browse 100 curated Japanese udon noodle recipes from Cookpad. Use when the user asks about udon recipes, wants udon dish ideas, searches for udon... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install udon noodle recipe search?

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

Is udon noodle recipe search free?

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

Which platforms does udon noodle recipe search support?

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

Who created udon noodle recipe search?

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

💬 Comments