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

Nearby Breakfast Spots

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

skill-install — Terminal

Install via CLI (Recommended)

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

What 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.

  1. Routine Morning Assistance: Quickly identify which nearby cafes or breakfast spots are currently open before heading out.
  2. Quality Control: Use the rating filters to avoid subpar dining experiences when traveling in unfamiliar cities.
  3. Budget Management: Utilize the price_level filter to find spots that align with your morning meal budget.
  4. Event Coordination: Use the radius parameter to search for meet-up locations that are centrally located between multiple group members.

Example Prompts

  1. "I'm hungry, show me some top-rated breakfast spots within 2 kilometers of my current location."
  2. "Are there any bakery or breakfast spots open right now near me?"
  3. "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_UNAVAILABLE error 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

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-breakfast-spots": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#breakfast#dining#navigation#poi#location-services
Safety Score: 4/5

Flags: external-api, data-collection