← 返回 Skills 市场
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clinics
功能描述
Find nearby clinics. Invoke when user asks for a clinic near me.
使用说明 (SKILL.md)
Nearby Clinics
用途
- 提供用户当前位置附近的 Clinics 列表
- 统一返回字段与查询行为,便于前端/接口复用
- 适用于“门诊/诊所/看病/体检”等就近查询场景
触发条件
- 用户询问“Clinics 附近 / clinic near me / nearby clinic”
- 用户提供定位/城市并希望“找/推荐/看看附近的 Clinics”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 5000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(open_now、min_rating、keywords 等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "clinics"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 5000, limit: 10, filters: { open_now: true } }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
- 建议对同一 location+category+radius 做短时缓存以降低频率
安全使用建议
This skill's functionality (finding nearby clinics) is reasonable, but the runtime instructions are incomplete. Before installing, ask the author to: 1) specify which data provider(s) the skill will call (e.g., Google Maps, Mapbox, Foursquare) and include the exact endpoints; 2) declare any required API keys or environment variables so you can control where credentials are used; 3) provide the referenced STANDARD_RESPONSE.md so you can verify the output format; and 4) confirm whether the agent will ask for explicit approval before making network requests. If you proceed without those clarifications, consider restricting the agent's network access or requiring user confirmation before the skill contacts external services, since the current spec allows the agent to choose arbitrary endpoints.
功能分析
Type: OpenClaw Skill
Name: clinics
Version: 0.1.0
The skill bundle contains standard documentation for a 'Nearby Clinics' tool. The SKILL.md file defines legitimate input parameters (location, radius), response formats, and privacy guidelines such as user authorization and coordinate blurring. No executable code or malicious instructions were found.
能力评估
Purpose & Capability
Name, description, and declared inputs/outputs align: the skill is clearly for returning nearby clinics given a lat/lng, radius, limit, and optional filters. There are no declared capabilities that are unrelated to finding POIs.
Instruction Scope
SKILL.md defines inputs, outputs, triggers, and privacy guidance but does not specify any data providers, APIs, endpoints, or exact query mechanism. That vagueness gives the agent broad discretion to choose where to fetch POI data (potentially any external service). It also references STANDARD_RESPONSE.md which is not present in the manifest, creating an incomplete runtime spec.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing gets written to disk by an installer because there is no installer.
Credentials
The skill requests no environment variables or credentials, which is proportionate as declared. However, practical execution typically requires a mapping/places API key (Google, Mapbox, Foursquare, etc.); the absence of declared primary credentials means either the agent will attempt to use available network access or will prompt for keys at runtime. That omission reduces transparency about where sensitive API keys would be used.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills. Normal autonomous invocation is allowed (platform default) but is not by itself a concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clinics - 安装完成后,直接呼叫该 Skill 的名称或使用
/clinics触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Nearby Clinics skill initial release.
- Enables users to find clinics near a specified location with optional filters.
- Supports input parameters for location, search radius, result limit, and advanced filters (e.g., open_now, min_rating).
- Standardizes response format for easy frontend and API integration.
- Returns clear error codes for invalid input, service limits, and provider issues.
- Includes privacy and rate-limit recommendations to protect user data and system resources.
元数据
常见问题
Nearby Clinics 是什么?
Find nearby clinics. Invoke when user asks for a clinic near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 Nearby Clinics?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clinics」即可一键安装,无需额外配置。
Nearby Clinics 是免费的吗?
是的,Nearby Clinics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nearby Clinics 支持哪些平台?
Nearby Clinics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nearby Clinics?
由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。
推荐 Skills