← Back to Skills Marketplace
🔌

Mapbox Search Integration

by Mapbox · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mapbox-search-integration
Description
Complete workflow for implementing Mapbox search in applications - from discovery questions to production-ready integration with best practices
Usage Guidance
This skill is a documentation-style, instruction-only guide for implementing Mapbox Search and appears coherent with that purpose. It does not itself request credentials or install code. Before using examples in production: (1) never embed secret Mapbox tokens (sk.*) in client-side code — use restricted, URL-limited public tokens or proxy requests through a server; (2) follow the guide's advice on session tokens and debouncing to avoid unexpected billing; (3) review any analytics/monitoring snippets to ensure you are not sending telemetry to unknown endpoints; and (4) when copying code, replace placeholder tokens with properly scoped environment variables stored securely on the server or as restricted client tokens. If you want an automated install or code that runs inside your agent, request a skill version that includes an install spec and explicit env requirements so you can review them first.
Capability Assessment
Purpose & Capability
The name/description (Mapbox Search integration) matches the contents: extensive discovery questions, product selection guidance, platform-specific SDK examples, and best practices for debouncing, session tokens, caching, error handling, testing, and monitoring. Nothing in the files requires unrelated capabilities (no cloud providers, no extra binaries, no unrelated credentials).
Instruction Scope
The SKILL.md and reference docs contain concrete code samples that instruct the developer to use Mapbox SDKs or direct API calls. Those instructions are narrowly scoped to implementing search UX and backend endpoints. One minor inconsistency: several examples reference environment variables (e.g., process.env.MAPBOX_TOKEN) and analytics.track calls even though the skill's metadata declares no required env vars; the docs also include direct API examples (fetch) which properly warn about debouncing/session tokens. There are sample analytics tracking calls (monitoring) but no concrete external analytics endpoint is embedded — they're illustrative code only.
Install Mechanism
No install spec and no code files that execute on install — this is instruction-only content. References to npm/Gradle/SPM packages are normal for SDK usage and are appropriate for the described integrations.
Credentials
The skill metadata declares no required environment variables or credentials, yet many examples show using a Mapbox access token (e.g., YOUR_MAPBOX_TOKEN, process.env.MAPBOX_TOKEN). This is expected for a Mapbox integration, but the documentation does not itself request or store credentials. Users should supply tokens only in appropriate server-side env vars or use properly scoped/public tokens for client usage (the docs explicitly warn against using secret sk.* tokens client-side).
Persistence & Privilege
Skill flags show no elevated persistence (always:false), and there is no installation step that would modify agent/system configuration. The skill is user-invocable and can be used autonomously by the agent (default), which is expected behavior for an instruction skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mapbox-search-integration
  3. After installation, invoke the skill by name or use /mapbox-search-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release providing a complete workflow for integrating Mapbox search in applications. - Includes structured discovery questions to determine the best Mapbox search solution for each use case. - Recommends session-based Search Box API as the default for interactive search, with clear decision points for Geocoding API. - Outlines best practices and product selection guidance for web, React, iOS, and Android platforms. - Details reference documentation to load based on the user's platform and requirements.
Metadata
Slug mapbox-search-integration
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mapbox Search Integration?

Complete workflow for implementing Mapbox search in applications - from discovery questions to production-ready integration with best practices. It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install Mapbox Search Integration?

Run "/install mapbox-search-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mapbox Search Integration free?

Yes, Mapbox Search Integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mapbox Search Integration support?

Mapbox Search Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mapbox Search Integration?

It is built and maintained by Mapbox (@mapbox); the current version is v1.0.0.

💬 Comments