← 返回 Skills 市场
test-ai-map-api
作者
Clifton Hills
· GitHub ↗
· v1.0.1
· MIT-0
91
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install test-ai-map-api
功能描述
百度地图 Agent Plan 直连调用 place、direction、geocoding、reverse_geocoding、weather 五类能力。
安全使用建议
This skill appears to do what it says: it will use curl and the BAIDU_MAP_AUTH_TOKEN you provide to call Baidu's Agent Plan APIs at api.map.baidu.com. If you install it, only provide a Baidu-issued token (do not reuse unrelated credentials). Confirm the token's scope and revoke it if you see unexpected usage. Because the skill can be invoked by the agent, be mindful of granting it access to sensitive or high‑cost tokens and monitor API usage after enabling it.
功能分析
Type: OpenClaw Skill
Name: test-ai-map-api
Version: 1.0.1
The skill bundle is a legitimate integration for Baidu Maps API services, providing tools for location search, routing, geocoding, and weather. It follows standard practices by using a specific environment variable (BAIDU_MAP_AUTH_TOKEN) for authentication and making requests to the official Baidu API endpoint (api.map.baidu.com) via curl. No signs of data exfiltration, malicious execution, or prompt injection were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description map to Baidu Map Agent Plan APIs; required binary (curl) and required env var (BAIDU_MAP_AUTH_TOKEN) are exactly what a direct-HTTP API wrapper would need.
Instruction Scope
SKILL.md only instructs constructing HTTP requests to api.map.baidu.com using Authorization header and curl, plus parameter rules; it does not instruct reading unrelated files, other env vars, or sending data to unexpected endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by an installer.
Credentials
Only a single API credential (BAIDU_MAP_AUTH_TOKEN) is required and is justified by the API authentication described; no unrelated secrets or config paths are requested.
Persistence & Privilege
always:false (default) and no indications the skill modifies other skills or system settings; autonomous invocation is allowed by platform default but is not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test-ai-map-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/test-ai-map-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1
- Updated usage guidelines to clarify that when the user request contains vague locations like "near me," the system can infer the name of a place from context but must not infer or fabricate coordinates.
- Strengthened the rule that coordinates for parameters such as `center`, `location`, or `refer_pois` must come from user input or reliable sources, and require clarification or use of tools (e.g., `geocoding`, `place`) if unavailable.
- Removed instructions related to handling region parameter ambiguities and prompting users for regional confirmation.
- Additional minor editorial and clarity improvements in the global parameter and behavior constraints section.
v1.0.0
Initial release with Baidu Map Agent Plan API integration, enabling semantic AI location, direction, geocoding, and weather queries.
- Supports place, direction, geocoding, reverse geocoding, and weather capabilities via direct API calls.
- Requires `curl` and a valid `BAIDU_MAP_AUTH_TOKEN` for authentication.
- Implements unified API endpoint and header-based authentication across all tools.
- Includes comprehensive usage guidelines, parameter constraints, and error handling instructions.
- Provides detailed examples for each capability.
元数据
常见问题
test-ai-map-api 是什么?
百度地图 Agent Plan 直连调用 place、direction、geocoding、reverse_geocoding、weather 五类能力。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 test-ai-map-api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-ai-map-api」即可一键安装,无需额外配置。
test-ai-map-api 是免费的吗?
是的,test-ai-map-api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
test-ai-map-api 支持哪些平台?
test-ai-map-api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 test-ai-map-api?
由 Clifton Hills(@zxf969175364)开发并维护,当前版本 v1.0.1。
推荐 Skills