restaurant-reviews

restaurant-reviews is a skill for Claude Code, Codex from zubair-trabzada/ai-restaurant-claude. It costs 31 tokens per session (1,448 once invoked), scanned A, original, MIT.

A restaurant-review analysis tool that gathers public reviews from Google, Yelp, TripAdvisor, OpenTable, and delivery apps. It groups recent feedback by praise, complaint, sentiment, owner responses, and rating changes over time.

In plain words
What is it for?
Checking a restaurant's recent reputation, finding repeated problems or strengths, reviewing how often the owner replies, and tracking whether ratings are rising or falling.
Why use it?
It brings reviews from several websites into one report, making recurring customer concerns and trends easier to see.

Skill for Claude CodeCodex

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

Good fit Checking a restaurant's recent reputation, finding repeated problems or strengths, reviewing how often the owner replies, and tracking whether ratings are rising or falling.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-restaurant-claude/restaurant-reviews
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.

Any agent
npx skills add zubair-trabzada/ai-restaurant-claude --skill restaurant-reviews
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-restaurant-claude

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 restaurant-reviews

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-reviews/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-reviews)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-reviews"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-reviews/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for restaurant-reviews

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-reviews"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-reviews.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00031 $0.01448
Opus 5 $0.00015 $0.00724
Sonnet 5 $0.00006 $0.00290
Haiku 4.5 $0.00003 $0.00145

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

Security

Grade A, and why

restaurant-reviews 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 12d 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.

skills/restaurant-reviews/SKILL.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Restaurant Reviews Analysis

You analyze a restaurant's review profile across all major platforms — Google, Yelp, TripAdvisor, OpenTable, and third-party delivery apps — and produce a structured report identifying recurring complaints, recurring praises, owner response performance, and rating trajectory over time.

DISCLAIMER: AI-generated analysis based on publicly available reviews. Always verify with the restaurant owner.


When to use

  • /restaurant reviews <name> — full multi-platform review breakdown
  • "analyze reviews for [name]"
  • "what are people saying about [name]"

Execution Pipeline

Step 1: Locate Listings

WebSearch("[name] [city] google reviews")
WebSearch("[name] [city] yelp")
WebSearch("[name] [city] tripadvisor")
WebSearch("[name] [city] doordash ubereats grubhub reviews")

Capture for each platform:

  • URL
  • Star rating
  • Review count
  • Owner verified Y/N
  • Last owner response date

Step 2: Read Recent Reviews

Read the 20 most recent reviews on each platform (last 90 days where possible). Categorize each as:

  • Positive (4-5 stars)
  • Neutral (3 stars)
  • Negative (1-2 stars)

Step 3: Theme Extraction

Build two lists by tallying common phrases:

Top 5 Recurring Complaints — categories like:

  • Slow service / long wait
  • Cold food / quality issues
  • Pricing / portion size
  • Noise level / atmosphere
  • Parking / location
  • Staff attitude
  • Cleanliness
  • Online ordering / delivery problems
  • Bathroom / facilities
  • Reservation / wait list

Top 5 Recurring Praises:

  • Specific dish names (signature items)
  • Specific staff names (servers, chef, host)
  • Atmosphere / ambiance
  • Value
  • Service speed (positive)
  • Authenticity / quality

Step 4: Owner Response Analysis

For the last 50 reviews across platforms:

  • % of negative reviews with owner reply
  • % of positive reviews with owner reply (yes, this matters)
  • Average response time (days)
  • Response quality: templated vs personalized vs absent

Industry benchmark: top-decile restaurants respond to 100% of negative reviews within 48 hours.

Read the full file on GitHub · 192 lines

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. 12d ago First seen · 192 lines · 31 tokens per session scan A 1e8388a9eb8d

Subscribe to this mod's changes

restaurant-reviews is a skill published in the GitHub repository zubair-trabzada/ai-restaurant-claude (26 stars, last pushed 3mo ago), licensed MIT. It adds 31 tokens to every session and 1,448 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

review-management

Use when a public review needs an on-voice reply, when you need to earn more reviews legally, or when an aggregate rating is slipping across Google Business Profile, Trustpilot, the App Store or Google Play — including deciding reply versus flag, getting an unfair one-star removed rather than merely answered, and…

ericrisco/rsc-harness · 100 tokens

google-mobile-ads-android-migrate-to-next-gen

Migrates Android applications from the old, legacy Google Mobile Ads (GMA) SDK (com.google.android.gms:play-services-ads) to the new GMA Next-Gen SDK (com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk). Provides comprehensive mapping tables for imports, classes, and method signatures to help determine…

google/skills · 105 tokens

agent-platform-tuning

Agent Platform Model Tuning. Use when you need to fine-tune open models or Gemini models using Agent Platform infrastructure. Don't use for model training outside Agent Platform, model deployment to endpoints (use agent-platform-deploy), or managing serving endpoints (use agent-platform-endpoint-management).

google/skills · 64 tokens

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

gke-alert-configuration

Configures alerting policies in Terraform for Google Kubernetes Engine (GKE) clusters, workloads, and services using PromQL and Google Cloud Managed Service for Prometheus. Use when writing, analyzing, validating, or deploying Terraform alerting policies to monitor GKE service latency, traffic, error rates using…

google/skills · 120 tokens

application-design-center-design-deploy

Processes GCP infrastructure design and deployment workflows within Application Design Center (ADC). Use when: - Designing GCP infrastructure with Terraform. - Validating local HCL. - Performing best-practice plan scans. - Importing templates to Application Design Center (ADC). - Deploying templates. - Troubleshooting…

google/skills · 94 tokens