ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

Nearby Clinics

Find nearby clinics. Invoke when user asks for a clinic near me.

Why use this skill?

Easily locate nearby clinics and medical facilities using OpenClaw. Get real-time health service suggestions based on your location and preferences.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codekungfu/clinics
Or

What This Skill Does

The Nearby Clinics skill for OpenClaw is a specialized geolocation-aware agent tool designed to help users identify medical facilities in their immediate vicinity. By processing coordinate data and applying specific search parameters, this skill fetches a list of clinics, medical centers, or health-related service providers based on the user's current geographic position. It standardizes the data output, ensuring that frontend interfaces receive consistent information regarding clinic names, ratings, and operating statuses, making it an essential component for health-oriented assistant workflows.

Installation

To integrate this skill into your OpenClaw environment, ensure you have the necessary permissions and connectivity. Use the following command in your terminal: clawhub install openclaw/skills/skills/codekungfu/clinics Once the installation completes, the agent will register the skill and be able to interpret queries related to medical facility discovery automatically.

Use Cases

This skill is highly effective for urgent health queries and routine checkups. It is ideal for:

  • Assisting travelers in finding accessible medical care in an unfamiliar city.
  • Providing quick access to clinics that are currently open for immediate consultations.
  • Helping users locate specialized medical services based on specific keywords (e.g., 'dentist', 'general practitioner', 'physical examination').
  • Integrating with local health dashboards to provide a streamlined UI for users seeking nearby health support.

Example Prompts

  1. "I am feeling unwell, can you show me a clinic near me that is currently open?"
  2. "Find any clinics within 5 kilometers of my current location."
  3. "Recommend a clinic with a high rating for a quick checkup near my current coordinates."

Tips & Limitations

To maximize the utility of the Nearby Clinics skill, please note the following:

  • Privacy and Precision: The skill strictly requires user authorization for geolocation. To protect user privacy, it is recommended to implement grid-based fuzzy location masking if the exact coordinate is not required.
  • Caching: To maintain performance and reduce API costs, consider implementing a short-term cache for identical queries (location + radius + category).
  • Limitations: The search radius is constrained to 5,000 meters by default to ensure relevance. The accuracy of the results depends heavily on the underlying provider data availability. Always verify critical medical information through official channels if the clinic is unfamiliar.

Metadata

Stars3453
Views1
Updated2026-03-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codekungfu-clinics": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#healthcare#location#maps#navigation#clinics
Safety Score: 4/5

Flags: data-collection, external-api