Nearby Breakfast Spots
Find nearby breakfast spots. Invoke when user asks for breakfast near me.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawkk/breakfast-spotsWhat This Skill Does
The Nearby Breakfast Spots skill is a specialized OpenClaw agent tool designed to help users identify the best local breakfast, brunch, and bakery options based on their current geographic coordinates. By leveraging real-time location data, the skill parses a wide database of dining establishments, applying smart filters such as operating status (open_now), minimum rating requirements, and price levels to ensure the returned results match the user's specific preferences. The skill adheres to a strict standard response format, ensuring that your OpenClaw interface consistently displays high-quality POI (Point of Interest) information, including names, distances, and contact details.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the necessary permissions for location access. Use the following command in your terminal:
clawhub install openclaw/skills/skills/clawkk/breakfast-spots
Once installed, the agent will automatically recognize intent patterns related to breakfast queries and trigger the search process.
Use Cases
This skill is ideal for commuters, travelers, and morning routines.
- Routine Morning Assistance: Quickly identify which nearby cafes or breakfast spots are currently open before heading out.
- Quality Control: Use the rating filters to avoid subpar dining experiences when traveling in unfamiliar cities.
- Budget Management: Utilize the price_level filter to find spots that align with your morning meal budget.
- Event Coordination: Use the radius parameter to search for meet-up locations that are centrally located between multiple group members.
Example Prompts
- "I'm hungry, show me some top-rated breakfast spots within 2 kilometers of my current location."
- "Are there any bakery or breakfast spots open right now near me?"
- "Recommend some cheap breakfast places within a 5km radius."
Tips & Limitations
- Privacy: The skill strictly requires user authorization for location access. We recommend enabling the privacy-preserving blurred location setting in your OpenClaw dashboard to minimize exposure of precise coordinates.
- Performance: To reduce latency and minimize external API costs, the skill implements a caching mechanism. Avoid rapid-fire requests with identical parameters.
- Geofencing: If you are in a remote area, ensure your network connection is stable; the
PROVIDER_UNAVAILABLEerror may trigger if the data source fails to resolve in low-connectivity zones. - Limit Tuning: While the default limit is 20, adjusting this value closer to 5-10 can improve the UI rendering speed in the OpenClaw chat interface.
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-breakfast-spots": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: 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.