Agent skill · DevOps & Cloud

azure-maps-search-dotnet

Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill azure-maps-search-dotnet-sickn33-antigravity-awesome --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/api/azure-maps-search-dotnet-sickn33-antigravity-awesome/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure Maps (.NET) Azure Maps SDK for .NET providing location-based services: geocoding, routing, rendering, geolocation, and weather. ## Installation ```bash # Search (geocoding, reverse geocoding) dotnet add package Azure.Maps.Search --prerelease # Routing (directions, route matrix) dotnet add package Azure.Maps.Routing --prerelease # Rendering (map tiles, static images) dotnet add package Azure.Maps.Rendering --prerelease # Geolocation (IP to location) dotnet add package Azure.Maps.Geolocation --prerelease # Weather dotnet add package Azure.Maps.Weather --prerelease # Resource Management (account management, SAS tokens) dotnet add package Azure.ResourceManager.Maps --prerelease # Required for authentication dotnet add package Azure.Identity ``` **Current Versions**: - `Azure.Maps.Search`: v2.0.0-beta.5 - `Azure.Maps.Routing`: v1.0.0-beta.4 - `Azure.Maps.Rendering`: v2.0.0-beta.1 - `Azure.Maps.Geolocation`: v1.0.0-beta.3 - `Azure.ResourceManager.Maps`: v1.1.0-beta.2 ## Environment Variables ```bash AZURE_MAPS_SUBSCRIPTION_KEY=<your-subscription-key> AZURE_MAPS_CLIENT_ID=<your-client-id> # For Entra ID auth ``` ## Authentication ### Subscription Key (Shared Key) ```csharp using A

What's inside
Steps it walks through
  1. Installation
  2. Environment Variables
  3. Authentication
  4. Subscription Key (Shared Key)
  5. Microsoft Entra ID (Recommended for Production)
  6. Shared Access Signature (SAS)
  7. Client Hierarchy
  8. Core Workflows
  9. 1. Geocoding (Address to Coordinates)
  10. 2. Batch Geocoding
  11. 3. Reverse Geocoding (Coordinates to Address)
  12. 4. Get Boundary Polygon
  13. 5. Route Directions
  14. 6. Route Directions with Options
Ships with 1 file
  • metadata.json
Commands it runs
Search (geocoding, reverse geocoding)
dotnet add package Azure.Maps.Search --prerelease
Routing (directions, route matrix)
dotnet add package Azure.Maps.Routing --prerelease
Rendering (map tiles, static images)
dotnet add package Azure.Maps.Rendering --prerelease
Geolocation (IP to location)
dotnet add package Azure.Maps.Geolocation --prerelease
Weather
dotnet add package Azure.Maps.Weather --prerelease
More from claude-skill-registry
All skills →
About this skill
What does the azure-maps-search-dotnet skill do?

Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill azure-maps-search-dotnet-sickn33-antigravity-awesome --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going