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 outscraper/outscraper-mcp-server --skill local-market-scoutgit clone --depth 1 https://github.com/outscraper/outscraper-mcp-serverWrote 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/outscraper/outscraper-mcp-server/local-market-scout)<a href="https://agentmods.dev/skills/outscraper/outscraper-mcp-server/local-market-scout"><img src="https://agentmods.dev/badge/skills/outscraper/outscraper-mcp-server/local-market-scout/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/outscraper/outscraper-mcp-server/local-market-scout"><img src="https://agentmods.dev/badge/skills/outscraper/outscraper-mcp-server/local-market-scout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00060 | $0.00403 |
| Opus 5 | $0.00030 | $0.00201 |
| Sonnet 5 | $0.00012 | $0.00081 |
| Haiku 4.5 | $0.00006 | $0.00040 |
Grade A, and why
local-market-scout 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 11d 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.
What it actually says
Local Market Scout
Use this skill to evaluate a local market in a practical, business-first way.
Workflow
- Start with
google_maps_searchto find businesses in the target city or category. - Keep only the most relevant places by rating, review count, and business fit.
- If the user needs deeper insight, call
google_maps_reviewsfor the shortlisted places. - Summarize:
- strongest businesses
- common customer expectations
- obvious market gaps
Recommended Inputs
- location
- category
- ideal review threshold
- whether the user wants just discovery or review analysis too
Preferred Tool Pattern
Step 1. Discovery
Use google_maps_search.
Good arguments:
{
"query": ["bars kyiv ukraine"],
"limit": 20,
"language": "en",
"region": "ua",
"fields": ["name", "full_address", "rating", "reviews", "place_id"],
"execution_mode": "sync"
}
Step 2. Review Analysis
Use google_maps_reviews on the shortlisted place_id values.
{
"query": ["PLACE_ID_1", "PLACE_ID_2"],
"reviews_limit": 40,
"sort": "newest",
"language": "en",
"execution_mode": "sync"
}
Output Style
Return:
- top candidates
- one-paragraph market summary
- review-driven insights if review analysis was requested
Do not dump raw records unless the user explicitly asks for them.
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.
- 11d ago First seen · 69 lines · 60 tokens per session scan A faf665fecc0f
local-market-scout is a skill published in the GitHub repository outscraper/outscraper-mcp-server (3 stars, last pushed 4mo ago), licensed MIT. It adds 60 tokens to every session and 403 once invoked, about $0.0003 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-31.
Other skills, from other repositories
influencer-discovery
Find the bloggers/creators who can help promote your work, capture their contact info, and append them to the target sheet in Google Sheets. Targets must bring their own audience — followers, readers, subscribers; people building their own product are not targets. Use for requests like "find a batch of bloggers doing…
smb-sales-boost
Query and manage leads from the SMB Sales Boost B2B lead database. Search newly registered businesses, filter by location/industry/keywords, export leads, manage filter presets, and use AI-powered category suggestions. Requires SMBSALESBOOSTAPIKEY env var (smbk... prefix). Exports contain PII (phone numbers, emails).…
accounting-firm-lead-scraper
Collect accounting firm leads from Google Maps — business name, address, phone, website, rating. Use when the user wants to prospect local accounting firms or build a B2B contact list.
ad-landing-page-intent-monitor
Monitor ad landing pages for intent signals — offer type, CTA, contact form, email, company name. Use when the user wants to identify buyer intent from ad campaigns.
alignable-business-lead-scraper
name: alignable-business-lead-scraper description: "Collect Alignable business profiles — company, owner, location, category, website. Use when the user wants small-business networking leads." license: MIT metadata: author: rebeccareyes3794 version: "0.1.0".
angies-list-contractor-lead-scraper
name: angies-list-contractor-lead-scraper description: "Collect Angi contractor profiles — business, service, location, rating, reviews, phone. Use when the user wants home services leads." license: MIT metadata: author: rebeccareyes3794 version: "0.1.0".