← 返回 Skills 市场
mikeclaw007

Auto Repair

作者 mikeclaw007 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-repair
功能描述
Find nearby auto repair. Invoke when user asks for car repair near me.
使用说明 (SKILL.md)

Nearby Auto Repair

用途

  • 提供用户当前位置附近的 Auto Repair 汽车维修服务列表
  • 统一返回字段与查询行为,便于前端/接口复用

触发条件

  • 用户询问“汽车维修 附近 / auto repair near me / car repair”

输入参数

  • location: 经纬度 { lat, lng },必填
  • radius_meters: 查询半径,默认 3000
  • limit: 返回数量上限,默认 20,最大 50
  • filters: 可选筛选(是否专修品牌、是否救援、是否24小时等)

响应字段

错误码

  • INVALID_LOCATION: 经纬度不合法
  • RADIUS_TOO_LARGE: 超过最大查询半径
  • PROVIDER_UNAVAILABLE: 数据源不可用
  • RATE_LIMITED: 触发速率限制

示例

  • 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 2500, limit: 10 }
  • 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)

隐私与速率限制

  • 仅在用户授权定位后查询
  • 避免保留精确坐标,必要时进行网格化模糊处理
安全使用建议
Before installing, ask the skill author to clarify two things: (1) Which data source(s) will the skill use to find POIs, and what credentials (API keys) are required? Those credentials should be declared explicitly in requires.env if needed. (2) Replace or remove the file:///Users/... link to STANDARD_RESPONSE.md — that points to a developer's local path and may prompt the agent to try reading files on the host. Confirm how the skill will access the response schema (embed it in the skill or point to a public URL). Also confirm the exact location-handling policy (how long precise coordinates are kept, how they are blurred), and refuse to install if the skill intends to read arbitrary local files or call external services without declaring required credentials.
功能分析
Type: OpenClaw Skill Name: auto-repair Version: 0.1.0 The skill bundle contains standard metadata and instructions (SKILL.md) for an AI agent to provide nearby auto repair services. It defines clear input parameters, error codes, and privacy guidelines such as location blurring, with no evidence of malicious code, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description align with functionality (nearby auto repair). However, the SKILL.md does not specify any data provider or API (e.g., Google/Here/Mapbox) or declare credentials that would commonly be needed to query POI data. That omission makes it unclear how the skill expects to obtain results — either it relies on an implicit platform capability (not documented) or it will try to call external services without declaring necessary keys.
Instruction Scope
The instructions reference STANDARD_RESPONSE.md via a local file URI (file:///Users/mac_lkm/...), which points to a developer-local path. This could cause the agent to attempt to access the host filesystem for that file (privacy / reliability concern). The SKILL.md also lacks concrete guidance on which external endpoints to call or what network calls are expected, so the agent may take broad discretion to fetch POI data from unspecified sources.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from an installation/execution perspective because nothing is written to disk by the skill package itself.
Credentials
No environment variables or credentials are requested — good for limiting scope — but this is also odd for a POI-search skill which typically requires API keys or service credentials. The lack of declared credentials is either an intentional design that uses platform-provided location/lookup services, or an omission that could lead the agent to attempt network calls without declared secrets.
Persistence & Privilege
Skill is not always-enabled and is user-invocable; it does not request elevated persistence or modify other skill/system configs. This is appropriate for the described functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install auto-repair
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /auto-repair 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of "附近汽车维修" (Nearby Auto Repair) skill: - Provides a list of nearby auto repair services based on user location. - Standardized input parameters (location, radius, limit, filters) for ease of integration. - Returns results in a unified format; category fixed as "auto-repair". - Handles specific errors such as invalid location, excessive radius, unavailable providers, and rate limiting. - Runs only with user location authorization; includes privacy considerations like coordinate blurring.
元数据
Slug auto-repair
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Auto Repair 是什么?

Find nearby auto repair. Invoke when user asks for car repair near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Auto Repair?

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

Auto Repair 是免费的吗?

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

Auto Repair 支持哪些平台?

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

谁开发了 Auto Repair?

由 mikeclaw007(@mikeclaw007)开发并维护,当前版本 v0.1.0。

💬 留言讨论