Nearby Brunch Spots
Find nearby brunch spots. Invoke when user asks for brunch near me.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawkk/brunch-spotsWhat 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawkk-brunch-spots": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, data-collection
Related Skills
data-move
Deep data migration workflow—scope, mapping, validation, batching and ordering, dual-write and cutover, rollback, and reconciliation. Use when moving tenants, bulk backfills, or changing stores without losing trust in data correctness.
data-model
Deep data modeling workflow—grain, facts and dimensions, keys, slowly changing dimensions, normalization trade-offs, and analytics query patterns. Use when designing warehouse/analytics models or reviewing star/snowflake schemas.
guard
Deep AI safety guardrails workflow—policy definition, input/output filtering, monitoring, escalation, and false-positive handling. Use when reducing harmful outputs, misuse, or policy violations in LLM products.
prompts
Deep prompt engineering workflow—task spec, constraints, examples, evaluation sets, iteration protocol, regression testing, and safety alignment. Use when improving LLM outputs, shipping prompt changes, or building reusable prompt templates.
cost-opt
Cloud cost review: rightsizing, reservations, waste. Use when reducing infra spend.