Source profileQuality 88/100

jackchuka/skills/restaurant-search/SKILL.md

restaurant-search

Use it for engineering and operations tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
15
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

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

Best for

  • Use when the user wants to find a restaurant, plan a dinner, search for izakayas, or book a group meal in Japan.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/jackchuka/skills --skill "restaurant-search"
Safe inspection promptEditorial

Inspect the Agent Skill "restaurant-search" from https://github.com/jackchuka/skills/blob/7b0b33f68b8f11522e43622e5cb3bacd802999d2/restaurant-search/SKILL.md at commit 7b0b33f68b8f11522e43622e5cb3bacd802999d2. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Workflow

    Extract from the user's request:

    Location: Station name, area name, or coordinatesParty size: Number of people (maps to --party-capacity)Day/time: Determines which restaurants are open (check open/close fields)
  2. 02

    Prerequisites

    hpp CLI installed and HOTPEPPERAPIKEY env var set

    hpp CLI installed and HOTPEPPERAPIKEY env var set- hpp CLI installed and HOTPEPPERAPIKEY env var set
  3. 03

    1. Parse the request

    Extract from the user's request:

    Location: Station name, area name, or coordinatesParty size: Number of people (maps to --party-capacity)Day/time: Determines which restaurants are open (check open/close fields)
  4. 04

    2. Resolve the area code

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

    The API requires area codes, not free-text location names. Resolve the location:This returns small area codes (e.g., X085 for 浜松町) along with parent middle/large area codes.If no small area matches, try middle area:
  5. 05

    3. Resolve genre codes (if needed)

    If the user requests a specific cuisine type:

    If the user requests a specific cuisine type:If unsure, run hpp genre to get the full list.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score88/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars15SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
jackchuka/skills
Skill path
restaurant-search/SKILL.md
Commit
7b0b33f68b8f11522e43622e5cb3bacd802999d2
License
MIT
Collected
2026-07-28
Default branch
main
View the original SKILL.md

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:

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:

hpp area middle --keyword "<location-name>"

If the user provides coordinates (lat/lng), skip area lookup and use --lat, --lng, --range instead.

3. Resolve genre codes (if needed)

If the user requests a specific cuisine type:

hpp genre

Common genre codes:

CodeGenre
G001居酒屋
G002ダイニングバー・バル
G003創作料理
G004和食
G005洋食
G006イタリアン・フレンチ
G007中華
G008焼肉・ホルモン
G009アジア・エスニック
G010各国料理
G011カラオケ・パーティ
G012バー・カクテル
G013ラーメン
G014カフェ・スイーツ
G016お好み焼き・もんじゃ
G017韓国料理

If unsure, run hpp genre to get the full list.

4. Resolve budget codes (if needed)

If the user specifies a budget:

hpp budget

Common budget codes:

CodeRange
B001~1500円
B0022001~3000円
B0033001~4000円
B0084001~5000円
B0045001~7000円
B0057001~10000円
B00610001~15000円
B01215001~20000円
B01320001~30000円
B01430001円~

5. Search restaurants

Build the hpp search command with resolved codes and flags:

hpp search --small-area <code> --party-capacity <N> --count 10

Key flags to apply based on user needs:

NeedFlag
Party size--party-capacity <N>
Genre--genre <code>
Budget--budget <code>
Private room--private-room
Non-smoking--non-smoking
WiFi--wifi
All-you-can-drink--free-drink
All-you-can-eat--free-food
English menu--english
Card payment--card
Late night (after 11pm)--midnight
Lunch--lunch
Keyword--keyword "<text>"
Coordinates--lat <lat> --lng <lng> --range <1-5>

Range values for coordinate search: 1=300m, 2=500m, 3=1km, 4=2km, 5=3km.

Always use JSON output (default) for parsing, then present results as a table.

6. Present results

Display results as a markdown table with these columns:

ColumnSource
#Row number
Restaurantname
Genregenre.name
Budgetbudget.average
Accessaccess (summarize to station + walk time)
Private Roomprivate_room (yes/no/semi)
Hoursopen (show relevant day only)
Linkurls.pc (as clickable markdown link)

After the table, add brief recommendations highlighting the best options for the user's specific needs (e.g., closest to station, best for groups, has private rooms).

7. Refine (if requested)

If the user wants to narrow down, add more flags and re-search. Common refinements:

  • "with private rooms" → add --private-room
  • "under 4000 yen" → add --budget B001,B002,B003
  • "non-smoking" → add --non-smoking
  • "show me more" → increase --count or use --start for pagination

Other Useful Commands

  • hpp shop --name "<name>" — Look up a specific restaurant by name
  • hpp special list — Browse special features/tags
  • hpp creditcard — List accepted credit card types

Important Notes

  • Always use --count to limit results (default 10, max 100)
  • The API returns Japanese text — present it as-is, do not translate unless asked
  • Monday = 月, check open/close fields to verify the restaurant is open on the requested day
  • When the user specifies a day, check the close field for regular holidays (e.g., 日 = Sunday)
  • Coupon links are available in coupon_urls.sp — mention if the user asks about deals

Alternatives

Compare before choosing