restaurant-pricing

restaurant-pricing is a skill for Claude Code, Codex from zubair-trabzada/ai-restaurant-claude. It costs 29 tokens per session (2,085 once invoked), scanned A, original, MIT.

A comparison of a restaurant's prices with those of nearby restaurants offering similar food and service levels.

In plain words
What is it for?
Use it to compare signature dishes, common reference items, appetizers, entrées, and desserts across local competitors.
Why use it?
It helps identify dishes priced below the local market and dishes priced so high that they may reduce sales.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to compare signature dishes, common reference items, appetizers, entrées, and desserts across local competitors.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-pricing/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-pricing)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-pricing"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-pricing/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-pricing

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-pricing"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-pricing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,085 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.00029 $0.02085
Opus 5 $0.00015 $0.01043
Sonnet 5 $0.00006 $0.00417
Haiku 4.5 $0.00003 $0.00209

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

Security

Grade A, and why

restaurant-pricing 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-pricing/SKILL.md · 214 lines

How it starts

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

Competitive Pricing Analysis

You compare a restaurant's menu prices against direct local competitors of the same cuisine and price tier, then surface specific items that are underpriced (leaving margin on the table) or overpriced (hurting volume).

DISCLAIMER: AI-generated competitive pricing analysis. The restaurant owner should verify with full P&L data before changing prices.


When to use

  • /restaurant pricing <name> — full competitive pricing comparison
  • "are my prices right"
  • "how does my pricing compare"

Execution Pipeline

Step 1: Identify Direct Competitors

Find 5-7 restaurants within 3 miles that match:

  • Same cuisine
  • Same price tier ($, $$, $$$, $$$$)
  • Similar concept (casual / fine / fast-casual)
WebSearch("best [cuisine] near [neighborhood] [city]")
WebSearch("[cuisine] restaurants similar to [subject name] [city]")

Step 2: Capture Competitor Menus

For each competitor, capture pricing on:

  • 3-5 signature / most-ordered dishes
  • A common reference dish present at most concepts (e.g., for Italian: spaghetti & meatballs, margherita pizza, caesar salad)
  • Appetizer price range (min/avg/max)
  • Entrée price range
  • Dessert price range
  • Glass of house wine / beer / cocktail prices

Step 3: Build Pricing Comparison Matrix

For each subject menu item, compare to competitor equivalents:

Subject Item Subject Price Comp Avg Comp Range Position
Margherita Pizza $16 $18.50 $15-$22 Underpriced
Lasagna $17 $19.20 $17-$22 Slightly under
Carbonara $19 $18.40 $16-$21 At market
Ribeye $42 $48.00 $42-$58 Underpriced
Tiramisu $11 $9.50 $8-$11 Overpriced

Step 4: Identify Underpriced Items (Leaving Money on Table)

Items more than 8% below competitor average WITHOUT a deliberate value-positioning reason. For each:

  • Recommend new price
  • Calculate revenue lift at current volume
  • Consider price elasticity risk

Read the full file on GitHub · 214 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 · 214 lines · 29 tokens per session scan A 7a75f578ccb0

Subscribe to this mod's changes

restaurant-pricing is a skill published in the GitHub repository zubair-trabzada/ai-restaurant-claude (26 stars, last pushed 3mo ago), licensed MIT. It adds 29 tokens to every session and 2,085 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-30.

Related

Other skills, from other repositories

pricing

Use when setting or resetting what a product or service charges and how it is packaged — list price, margin floor, tiers, the value metric, the pricing model (flat, seat, usage, outcome or hybrid), discount rules and purchasing-power localisation. NOT issuing the actual bill (that is invoicing), NOT implementing…

ericrisco/rsc-harness · 79 tokens

competitive-negotiation

Executes the competitive negotiation process from opening move through final concession: anchoring strategy, ambitious asking, concession architecture, midpoint management, impasse-breaking through linkage, and closing discipline. Provides actionable protocols for value-claiming negotiations. Use when setting price in…

fatihguner/foreman · 103 tokens

geo-proposal

Auto-generate a professional, client-ready GEO service proposal from audit data. Creates a full proposal in markdown and PDF including executive summary, findings, recommended service packages (Basic/Standard/Premium), pricing, timeline, and terms. Use when user says "proposal", "proposta", "offerta", "preventivo"…

zubair-trabzada/geo-seo-claude · 83 tokens

tinker-training-cost

Calculates training costs for Tinker fine-tuning jobs. Use when estimating costs for Tinker LLM training, counting tokens in datasets, or comparing Tinker model training prices. Tokenizes datasets using the correct model tokenizer and provides accurate cost estimates.

synthetic-sciences/openscience · 55 tokens

competitive-teardown

A framework for turning research about competing products into a report that supports product decisions.

nexu-io/html-anything · 32 tokens

umg-widgets

Create and modify UMG Widget Blueprints (UI) — build the widget hierarchy, set properties, style fonts/brushes, author widget animations, bind events, capture previews, run PIE checks, and wire MVVM ViewModels. Use when the user asks to create a UI/HUD/menu, add or arrange widgets (Button, TextBlock, Image, panels)…

kevinpbuckley/VibeUE · 98 tokens