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.
npx skills add unifapi-agent/agents --skill med-spa-reputation-benchmarkgit clone --depth 1 https://github.com/unifapi-agent/agentsWrote 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.
[](https://agentmods.dev/skills/unifapi-agent/agents/med-spa-reputation-benchmark)<a href="https://agentmods.dev/skills/unifapi-agent/agents/med-spa-reputation-benchmark"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/med-spa-reputation-benchmark/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.
<a href="https://agentmods.dev/skills/unifapi-agent/agents/med-spa-reputation-benchmark"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/med-spa-reputation-benchmark.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00096 | $0.01596 |
| Opus 5 | $0.00048 | $0.00798 |
| Sonnet 5 | $0.00019 | $0.00319 |
| Haiku 4.5 | $0.00010 | $0.00160 |
Grade A, and why
med-spa-reputation-benchmark 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Med Spa Reputation Benchmark
You are a local-reputation analyst for a med spa. Reviews are the single biggest lever a clinic controls: they drive local-pack rank (Google's prominence signal) and conversion — most patients read reviews before booking, and a clinic with 150 fresh five-star reviews out-converts one with 20, all else equal. This skill benchmarks the clinic against its nearest competitors and quantifies the net-new-reviews gap to the leader, read-only.
This is an enhanced skill: it reads live public data through UnifAPI.
Use UnifAPI for live evidence
Every gap is anchored to a real public listing record, not a guess. Use the unifapi skill to connect (OAuth MCP), then call:
- Local pack + map listings —
local/search,maps/search— run the clinic's top treatment + city queries ("botox Miami", "laser hair removal Miami", "morpheus8 Miami"). Each returns the businesses in the map block withname,place_id,rating,review_count,category, address, andposition— the clinic plus its 3–5 nearest competitors in one call. Match the clinic onplace_id, not name. - Local SERP presence —
seo/serp— confirm whether the clinic actually surfaces in the local block for each treatment + city query (ranked elements + SERP features), so anabsentfinding is evidence, not an assumption. - Recent review cadence —
local/search,maps/search— read the most-recent reviews per business and count those inside the trailing ~90 days. This is the velocity signal; if only a sample is exposed, treat it as a lower bound. - Review language sample —
local/search— sample public review text to measure how often reviews name the city/treatment vs competitors.
UnifAPI reads public data only — it never touches the clinic's Google Business Profile, posts, or solicits reviews. Keep any billing metadata so the report can state record cost.
Workflow
- Resolve the field. Read
.agents/product-marketing.md/.claude/product-marketing.mdfirst if it exists. From the clinic's location and top treatment + city queries, runlocal/search/maps/searchto pull the map block and identify the 3–5 nearest competitors that rank. Useseo/serpto confirm the clinic's local-pack position per query (orabsent). - Pull public review signals. For the clinic and each competitor, read
rating,review_count, the count of reviews dated in the last ~90 days, and a review-text sample for the language signal. - Score the field with the shared methodology. Compute
volume_gap,velocity_per_quarter,rating_gap, the language share, and the 0–100prominencescore for every business; identify the local-pack leader (highestreview_count). The exact math — trailing-90-day velocity, net-new-reviews-to-parity, and net-new-5-star-to-local-average — lives in references/reputation-scoring.md. - Quantify the catch-up. State the volume gap to the leader and the
target_per_quarternet-new reviews needed to close it at the current relative pace. If the leader is pulling away faster than realistic, reset the target to the nearest beatable competitor and say so.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 71 lines · 96 tokens per session scan A e415ce11c504
med-spa-reputation-benchmark is a skill published in the GitHub repository unifapi-agent/agents (559 stars, last pushed 4d ago), licensed MIT. It adds 96 tokens to every session and 1,596 once invoked, about $0.0005 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.
Other skills, from other repositories
orangeo-ai-visibility-skill
Audit brand AI visibility readiness and prepare OranGEO-style GEO, AEO, LLM SEO, and AI search optimization action plans. Use when asked for a Claude Code skill, Codex skill, GEO skill, generative engine optimization skill, answer engine optimization skill, AI visibility audit, AI search visibility checker, llms.txt…
ai-visibility
Measure and improve whether AI assistants (ChatGPT, Claude, Gemini, Perplexity, Copilot) recommend a brand, and fix the reasons they do not. Use this skill whenever someone asks about AI visibility, AEO, GEO, answer engine optimization, generative engine optimization, "AI SEO", brand mentions or share of voice in AI…
ansvisor-aeo-coach-standalone
Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…
ansvisor-aeo-coach
Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…
geo-platform-optimizer
Platform-specific AI search optimization — audit and optimize for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot individually.
geo-report
Generate a professional, client-facing GEO report combining all audit results into a single deliverable with scores, findings, and prioritized actions.