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 apify/awesome-skills --skill apify-local-business-leads-osmgit clone --depth 1 https://github.com/apify/awesome-skillsWrote 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/apify/awesome-skills/apify-local-business-leads-osm)<a href="https://agentmods.dev/skills/apify/awesome-skills/apify-local-business-leads-osm"><img src="https://agentmods.dev/badge/skills/apify/awesome-skills/apify-local-business-leads-osm/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/apify/awesome-skills/apify-local-business-leads-osm"><img src="https://agentmods.dev/badge/skills/apify/awesome-skills/apify-local-business-leads-osm.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.00207 | $0.03684 |
| Opus 5 | $0.00103 | $0.01842 |
| Sonnet 5 | $0.00041 | $0.00737 |
| Haiku 4.5 | $0.00021 | $0.00368 |
Grade A, and why
apify-local-business-leads-osm 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 3d 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 — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Local business leads from OpenStreetMap
Turn "I need local businesses in with emails" into one scored, deduplicated lead table without touching Google Maps: businesses are discovered on OpenStreetMap, each business's own public website is crawled for a contact email, phones and social profiles, every email is MX-verified inside the same run, and the user knows the cost ceiling before the run starts.
Disclosure: the author of this skill owns the Actor it routes to (flash_scraper/local-business-leads). It is a pay-per-result Actor on the Apify Store; no referral or tracking parameters are used anywhere in this skill. For Google star ratings and review counts this skill sends the user elsewhere (see the boundary below).
Example prompts
Prompts this skill handles:
- "Get me 200 dentists in Austin with a verified email and a phone number, as a CSV."
- "I run a web-design agency: find hair salons in Lyon whose website is weak, or who have no website at all."
- "Here are 300 business websites from a conference exhibitor list; find and verify a contact email for each."
- "Every Monday, tell me which new restaurants appeared within 5 km of our downtown office."
Out of scope (the boundary):
- "Sort them by Google rating" or "only businesses with 4+ stars and 50+ reviews". OpenStreetMap carries no review data, and the Actor only sees a rating when the business publishes one on its own site (about 7% of rows, 4 of 55 on the 2026-08-08 reference run). For Google ratings and review counts route to the apify-google-maps-leads skill or
compass/crawler-google-placesdirectly. - Different from apify-verified-email-finder: that skill starts from Google Maps, a Google SERP or a user-supplied URL list; this one discovers on OpenStreetMap and never touches Google. If the user already has a URL list and only wants emails verified, that skill is the shorter path; use this one when discovery itself must avoid Google.
- Person-level contacts (owner name, LinkedIn profile, direct dial). This Actor returns the business's published contact channels, not people; for named decision-makers use the leads-enrichment steps in apify-google-maps-leads.
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.
- 3d ago First seen · 168 lines · 207 tokens per session scan A 82635e516c5c
apify-local-business-leads-osm is a skill published in the GitHub repository apify/awesome-skills (252 stars, last pushed yesterday), licensed Apache-2.0. It adds 207 tokens to every session and 3,684 once invoked, about $0.0010 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-09-08.
Other skills, from other repositories
apify-generate-output-schema
Generate output schemas (datasetschema.json, outputschema.json, keyvaluestoreschema.json) for an Apify Actor by analyzing its source code. Use when creating or updating Actor output schemas.
apify-integration-development
Design and build an official Apify integration for a company's product - workflow-automation apps (Zapier/n8n-style), AI agent plugins (coding-agent skills+MCP bundles or OpenClaw/Hermes-style harnesses), AI framework packages (LangChain/LlamaIndex-style), or direct application clients via apify-client. Use when…
apify-ultimate-scraper
Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, LinkedIn, X/Twitter, Google Maps, Google Search, Google Trends, Reddit, Airbnb, Yelp, and 15+ more platforms. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research…
apify-actor-development
Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code.
apify-actorization
Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.
godot-signals-groups
Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…