← Back to Skills Marketplace
zxf969175364

test-ai-map-api

by Clifton Hills · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
91
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install test-ai-map-api
Description
百度地图 Agent Plan 直连调用 place、direction、geocoding、reverse_geocoding、weather 五类能力。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test-ai-map-api
  3. After installation, invoke the skill by name or use /test-ai-map-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug test-ai-map-api
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is test-ai-map-api?

百度地图 Agent Plan 直连调用 place、direction、geocoding、reverse_geocoding、weather 五类能力。 It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.

How do I install test-ai-map-api?

Run "/install test-ai-map-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is test-ai-map-api free?

Yes, test-ai-map-api is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does test-ai-map-api support?

test-ai-map-api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created test-ai-map-api?

It is built and maintained by Clifton Hills (@zxf969175364); the current version is v1.0.1.

💬 Comments