japanese_recipes

japanese_recipes is a skill for Claude Code, Codex from Proxy2021/Enso. It costs 15 tokens per session (213 once invoked), scanned A, original, MIT.

A browser for Japanese recipes, with categories, ingredient filters, full instructions, and estimated cooking times.

In plain words
What is it for?
Use it to browse sushi, ramen, tempura, noodle, and hotpot recipes, filter by ingredients, and open step-by-step cooking details.
Why use it?
It narrows a large recipe selection to dishes that match what you want to cook or the ingredients you already have.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/proxy2021/enso/japanese_recipes
Any agent
npx skills add Proxy2021/Enso --skill japanese_recipes
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for japanese_recipes

README.md
[![agentmods](https://agentmods.dev/badge/skills/proxy2021/enso/japanese_recipes.svg)](https://agentmods.dev/skills/proxy2021/enso/japanese_recipes)
Your own site
<a href="https://agentmods.dev/skills/proxy2021/enso/japanese_recipes"><img src="https://agentmods.dev/badge/skills/proxy2021/enso/japanese_recipes.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 213 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00213
Opus 5 $0.00008 $0.00106
Sonnet 5 $0.00003 $0.00043
Haiku 4.5 $0.00002 $0.00021

Measured 6d ago against content hash b70e8ccf92e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

japanese_recipes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

server/skills/japanese_recipes/SKILL.md · 34 lines

What it actually says

Japanese Recipes

Japanese recipe browser with ingredient filters and cooking time estimates

Available Tools

enso_japanese_recipes_browse (primary)

Browse Japanese recipes by category (sushi, ramen, tempura, noodles, hotpot, all)

Parameters:

  • category (string): Recipe category: sushi, ramen, tempura, noodles, hotpot, or all

enso_japanese_recipes_detail

View full recipe details with step-by-step instructions and cooking tips

Parameters:

  • recipeId (string): The recipe identifier
  • recipeName (string): The recipe name for context

enso_japanese_recipes_filter

Filter Japanese recipes by one or more ingredients

Parameters:

  • ingredients (string): Comma-separated list of ingredients to filter by
  • matchAll (boolean): If true, recipes must contain ALL listed ingredients. If false, any match counts.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 34 lines · 15 tokens per session scan A b70e8ccf92e8

Subscribe to this mod's changes

japanese_recipes is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 15 tokens to every session and 213 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

argent-tv-interact

Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…

software-mansion/argent · 107 tokens

Detox Mobile Testing

Gray-box end-to-end testing for React Native apps with Detox. Covers .detoxrc.js configuration, build and test commands, matchers, device.launchApp control, automatic synchronization, and macOS CI pipelines.

PramodDutta/qaskills · 48 tokens

database-redis

Optimize Redis as cache and coordination infrastructure with TTL, eviction, and latency-aware key design. Use when implementing Redis caching, key invalidation, or Redis performance work.

HoangNguyen0403/agent-skills-standard · 37 tokens

flutter-feature-based-clean-architecture

Organize Flutter apps with modular feature-based clean architecture. Use when creating features under lib/features/ with domain, data, and presentation layers. Do not use for test-only, BlocBuilder, navigation, or spinner requests.

HoangNguyen0403/agent-skills-standard · 51 tokens

database-mongodb

Apply MongoDB data-modeling, indexing, and query rules from access patterns. Use when designing schemas, choosing embed vs reference, or tuning MongoDB query behavior.

HoangNguyen0403/agent-skills-standard · 37 tokens

weather

Get current weather information and forecasts for any location. Use when: user asks about weather, temperature, forecast, 'will it rain', 'is it cold outside'. Don't use when: user wants a full daily briefing (use briefing skill) or historical weather data.

sepivip/SeekerClaw · 55 tokens