← 返回 Skills 市场
附近停车场
作者
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install car-parks
功能描述
Find nearby car parks. Invoke when user asks for parking near me.
使用说明 (SKILL.md)
Nearby Car Parks
用途
- 提供用户当前位置附近的 Car Parks/停车场 列表
- 统一返回字段与查询行为,便于前端/接口复用
触发条件
- 用户询问“停车场 附近 / car parks near me / parking near me”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 3000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(是否空位、是否地库、价格等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "car-parks"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 2000, limit: 10 }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
安全使用建议
This skill is coherent for finding nearby parking, but ask the publisher (or check your integrator settings) before installing: (1) where will POI data come from? The SKILL.md does not name an API/provider or required credentials, so you’ll need to provide or approve a data source; (2) the doc references a local STANDARD_RESPONSE.md via an absolute file:// path — confirm whether that file will be bundled or whether the agent is expected to read files on disk; (3) ensure the skill only runs queries after explicit user location consent (the skill says so, but enforce it in your integration) and review rate-limiting and data-retention behavior. If those questions are answered satisfactorily, the skill appears internally consistent.
功能分析
Type: OpenClaw Skill
Name: car-parks
Version: 0.1.0
The skill bundle defines a standard utility for finding nearby car parks based on user-provided coordinates. The SKILL.md file contains clear instructions for input parameters, response formatting, and privacy considerations (such as coordinate blurring), with no evidence of malicious code, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the declared inputs/outputs. No binaries, env vars, or installs are requested that would be unrelated to finding nearby parking.
Instruction Scope
The SKILL.md defines inputs, outputs, error codes and privacy guidance and stays within scope. Two minor issues: (1) it references STANDARD_RESPONSE.md via an absolute file:// path (/Users/mac_lkm/...), which may not exist for the runtime agent and suggests an expectation to read a local file—clarify whether that file is bundled or required; (2) the instructions do not state what data provider or API to call (only an error code PROVIDER_UNAVAILABLE), so implementers must supply the actual data source and any required credentials.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The data access/credential needs are not declared in the skill and would need to be provided externally by an integrator.
Persistence & Privilege
Skill is user-invocable and not always-enabled. It does not request persistent presence or system-wide configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install car-parks - 安装完成后,直接呼叫该 Skill 的名称或使用
/car-parks触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of "附近停车场" (Nearby Car Parks):
- Enables users to find car parks near their current location.
- Supports location-based search with adjustable radius and filters (e.g., availability, price).
- Returns a standardized list of car parks for easy interface integration.
- Includes clear error codes for invalid input, rate limits, and provider issues.
- Ensures user privacy by requiring location permission and supports coordinate obfuscation if needed.
元数据
常见问题
附近停车场 是什么?
Find nearby car parks. Invoke when user asks for parking near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 附近停车场?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install car-parks」即可一键安装,无需额外配置。
附近停车场 是免费的吗?
是的,附近停车场 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
附近停车场 支持哪些平台?
附近停车场 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 附近停车场?
由 mikeclaw007(@mikeclaw007)开发并维护,当前版本 v0.1.0。
推荐 Skills