Home / jackchuka / skills · restaurant-search/SKILL.md · GitHub

restaurant-search skillA

restaurant-search is agent-read markdown (skill) from jackchuka/skills: Search for Japanese restaurants using the `hpp` CLI (HotPepper Gourmet API). Use when the user wants to find a restaurant, plan a dinner, search for izakayas, or book a group meal in Japan. Triggers on requests like "find a restaurant near Shibuya", "search for izakayas in 新宿", "restaurant for 10 people in 浜松町", "dinner spot near Tokyo station"..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Restaurant Search

Find Japanese restaurants using the `hpp` CLI (HotPepper Gourmet API).
https://github.com/jackchuka/hpp

## Prerequisites

- `hpp` CLI installed and `HOTPEPPER_API_KEY` env var set

## Workflow

### 1. Parse the request

Extract from the user's request:

- **Location**: Station name, area name, or coordinates
- **Party size**: Number of people (maps to `--party-capacity`)
- **Day/time**: Determines which restaurants are open (check `open`/`close` fields)
- **Genre preference**: e.g., izakaya, Chinese, Italian (maps to `--genre`)
- **Budget**: Price range (maps to `--budget`)
- **Features**: Private rooms (`--private-room`), non-smoking (`--non-smoking`), WiFi (`--wifi`), free drink (`--free-drink`), etc.
- **Keywords**: Free text like "ramen", "sushi" (maps to `--keyword`)

### 2. Resolve the area code

The API requires area codes, not free-text location names. Resolve the location:

```bash
hpp area small --keyword "<location-name>"
```

This returns small area codes (e.g., `X085` for 浜松町) along with parent middle/large area codes.

If no small area matches, try middle area:

```bash
hpp area middle --keyword "<location-name>"
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jackchuka/skills/restaurant-search@git:20260604.0da3398
Exact content
mdr add jackchuka/skills/restaurant-search@sha256:f369917d18450b8f

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_23ptqxowrew5ddgd.svg)](https://markdownregistry.com/a/art_23ptqxowrew5ddgd)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260604.0da3398 latest2026-06-04 0da3398 6,574 BA view · diff
git:20260421.19f33a52026-04-21 19f33a5 6,555 BA view · diff
git:20260321.fb3b9452026-03-21 fb3b945 6,546 BA view · diff
git:20260311.28354062026-03-11 2835406 6,470 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6574 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

jackchuka/skills · 15 stars · license MIT · pushed 2026-09-17 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_23ptqxowrew5ddgd
GET https://markdownregistry.com/api/v1/resolve?ref=jackchuka/skills/restaurant-search
GET https://markdownregistry.com/api/v1/blob/f369917d18450b8f5f573bde3d8d4c289d72a12e331e5c4338c85487a057473a

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from jackchuka/skills

claude-permissions-audit skill
jackchuka/skills · claude-permissions-audit/SKILL.md · Review and reorganize Claude Code permission settings across all config files (global settings.json, project…
git:20260604.0da3398 · audit A · 15 stars
claude-skill-orchestration-audit skill
jackchuka/skills · claude-skill-orchestration-audit/SKILL.md · Audit skills for agentic orchestration quality. Checks subagent dispatch patterns, parallelism opportunities…
git:20260604.0da3398 · audit A · 15 stars
claude-skill-prereq-audit skill
jackchuka/skills · claude-skill-prereq-audit/SKILL.md · Scan skills for prerequisite tools, MCP servers, and auth requirements, then check if everything is installed and…
git:20260604.0da3398 · audit A · 15 stars
claude-skill-spec-audit skill
jackchuka/skills · claude-skill-spec-audit/SKILL.md · Audit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks…
git:20260604.c9bb57f · audit A · 15 stars
dev-cli-consistency-audit skill
jackchuka/skills · dev-cli-consistency-audit/SKILL.md · Reviews a CLI tool's command interface for consistency in argument naming, flag conventions, help text, and README…
git:20260604.0da3398 · audit A · 15 stars
dev-code-quality skill
jackchuka/skills · dev-code-quality/SKILL.md · Systematic codebase quality scan for identifying duplication, redundancy, and improvement opportunities. Use when…
git:20260604.0da3398 · audit A · 15 stars
dev-new-tool skill
jackchuka/skills · dev-new-tool/SKILL.md · End-to-end workflow for taking a new tool idea from research to working MVP. Use when the user has an idea for a CLI…
git:20260604.0da3398 · audit A · 15 stars
dev-software-design skill
jackchuka/skills · dev-software-design/SKILL.md · Opinionated guide to software design principles and architectural patterns. Use when reviewing code design, planning…
git:20260604.0da3398 · audit A · 15 stars
gh-dep-pr-triage skill
jackchuka/skills · gh-dep-pr-triage/SKILL.md · Triage and fix dependency update PRs (Renovate, Dependabot, etc.). Use when the user wants to review dependency PRs…
git:20260616.917ea64 · audit A · 15 stars
gh-issue-report skill
jackchuka/skills · gh-issue-report/SKILL.md · Investigate and file bug reports on GitHub repositories. Searches existing issues to avoid duplicates, checks…
git:20260604.0da3398 · audit A · 15 stars
gh-org-chart skill
jackchuka/skills · gh-org-chart/SKILL.md · Generate an interactive HTML org explorer from a GitHub organization. Surfaces team hierarchy, members, owned repos…
git:20260604.280bb05 · audit A · 15 stars
gh-oss-go-bump skill
jackchuka/skills · gh-oss-go-bump/SKILL.md · Bump Go version across multiple OSS repositories. Use when the user wants to update Go across repos, says "bump go…
git:20260604.0da3398 · audit A · 15 stars

Every file in jackchuka/skills

Browse by kind, by grade A, or by owner.