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

Nearby Brunch Spots

Find nearby brunch spots. Invoke when user asks for brunch near me.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/clawkk/brunch-spots
Or

What This Skill Does

The Nearby Brunch Spots skill for OpenClaw is a specialized location-aware agent designed to curate and return top-rated dining venues specializing in brunch. By leveraging geolocation data, this skill processes real-time requests to identify cafes, bistros, and restaurants within a specified radius that are specifically categorized as brunch venues. It ensures a consistent user experience by outputting standardized POI (Point of Interest) data, allowing for seamless integration across various frontend interfaces or auxiliary applications. The skill is built to handle specific filtering criteria such as current availability, minimum user ratings, and price tiers, ensuring that recommendations are not just nearby, but also aligned with the user's preferences.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/clawkk/brunch-spots Ensure you have the latest version of the OpenClaw agent installed and necessary location permissions configured for your system to allow the skill to access coordinates.

Use Cases

  • Weekend Planning: Quickly generate a list of trending brunch spots for a Saturday morning outing based on current location.
  • Impulse Dining: Find open establishments when you are in an unfamiliar neighborhood and looking for a meal between 10 AM and 3 PM.
  • Preference-Based Search: Filter by high-rated locations (e.g., min_rating > 4.3) to avoid subpar dining experiences.
  • Data Standardization: Developers can use this skill to fetch structured POI data for custom applications or map-based visualizations.

Example Prompts

  • "Hey OpenClaw, find me some top-rated brunch spots nearby, I'm starving!"
  • "Are there any highly-rated brunch places open right now within 2 kilometers?"
  • "List some brunch restaurants near my current location with at least a 4.5 rating."

Tips & Limitations

To maximize the effectiveness of this skill, ensure that your device's location services are accurate. The skill defaults to a 3000-meter search radius, which can be adjusted via parameters if you are willing to travel further. Note that the skill includes rate limiting to prevent excessive API consumption; it is recommended to cache results for repetitive queries. Privacy is a core priority: avoid sharing precise coordinates in public logs, and the system employs grid-based fuzzy location processing where appropriate. If you encounter a PROVIDER_UNAVAILABLE error, check your network connection or verify that the location service providers are active in your region.

Metadata

Author@clawkk
Stars3535
Views0
Updated2026-03-28
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-clawkk-brunch-spots": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#brunch#lifestyle#location-services#recommendations#dining
Safety Score: 5/5

Flags: network-access, external-api, data-collection