← 返回 Skills 市场
🔌

Mapbox Search Integration

作者 Mapbox · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mapbox-search-integration
功能描述
Complete workflow for implementing Mapbox search in applications - from discovery questions to production-ready integration with best practices
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mapbox-search-integration
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mapbox-search-integration 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug mapbox-search-integration
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mapbox Search Integration 是什么?

Complete workflow for implementing Mapbox search in applications - from discovery questions to production-ready integration with best practices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Mapbox Search Integration?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mapbox-search-integration」即可一键安装,无需额外配置。

Mapbox Search Integration 是免费的吗?

是的,Mapbox Search Integration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mapbox Search Integration 支持哪些平台?

Mapbox Search Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mapbox Search Integration?

由 Mapbox(@mapbox)开发并维护,当前版本 v1.0.0。

💬 留言讨论