mapbox-search-patterns

Guide Mapbox search tool selection and parameter optimization for geocoding.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Ylopo/Shana-Gates --skill mapbox-search-patterns-ylopo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mapbox-search-patterns
Source: https://github.com/Ylopo/Shana-Gates/tree/main/.agents/skills/mapbox-search-patterns
Command: npx skills add https://github.com/Ylopo/Shana-Gates --skill mapbox-search-patterns-ylopo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert guidance on selecting the appropriate Mapbox search tool and parameters for various geocoding and location discovery tasks, helping users optimize their search results.

Core Features & Use Cases

  • Tool Selection: Offers best practices for choosing between Mapbox search tools like search_and_geocode_tool, category_search_tool, and reverse_geocode_tool.
  • Parameter Optimization: Provides detailed guidance on parameters like proximity, bbox, country, limit, types, and auto_complete for optimizing search results.
  • Use Cases: Covers a range of scenarios from finding specific locations to searching within a defined area or converting coordinates to addresses.

Quick Start

To find a specific location using Mapbox search tools, use the 'search_and_geocode_tool' with the desired query and set the appropriate parameters for the location.

Frequently Asked Questions about mapbox-search-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Mapbox search tool for geocoding and POI search?

Choosing the right Mapbox search tool depends on your task: use search_and_geocode_tool for finding locations, category_search_tool for POI search, and reverse_geocode_tool for converting coordinates to addresses.

What's the best way to optimize Mapbox geocoding parameters like proximity and bbox?

Optimize Mapbox geocoding parameters by applying proximity to bias results toward a location, bbox to restrict searches to a defined area, and limit to control result count for effective location discovery.

When do I need reverse geocoding for my location discovery workflow?

You need reverse geocoding when converting geographic coordinates into readable addresses. Use the reverse_geocode_tool to map latitude and longitude points back to specific location data.

Does Mapbox category search support filtering by country and specific types?

Yes, Mapbox category search supports filtering by country and types parameters. These refine your POI search results to match specific regions and location categories for effective discovery.

Can I use the auto_complete parameter for Mapbox location search?

Yes, you can use the auto_complete parameter with Mapbox search tools. It enables predictive query suggestions, optimizing the search results as users type their location queries.