← Back to Skills Marketplace
codekungfu

Nearby Clinics

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clinics
Description
Find nearby clinics. Invoke when user asks for a clinic near me.
README (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 做短时缓存以降低频率
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clinics
  3. After installation, invoke the skill by name or use /clinics
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug clinics
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nearby Clinics?

Find nearby clinics. Invoke when user asks for a clinic near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Nearby Clinics?

Run "/install clinics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nearby Clinics free?

Yes, Nearby Clinics is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nearby Clinics support?

Nearby Clinics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nearby Clinics?

It is built and maintained by ClawKK (@codekungfu); the current version is v0.1.0.

💬 Comments