← Back to Skills Marketplace
Nearby Bubble Tea Shops
by
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bubble-tea-shops
Description
Find nearby bubble tea shops. Invoke when user asks for boba near me.
README (SKILL.md)
Nearby Bubble Tea Shops
用途
- 提供用户当前位置附近的 Bubble Tea Shops 列表
- 统一返回字段与查询行为,便于前端/接口复用
- 适用于“奶茶/珍珠奶茶/boba”相关搜索与推荐
触发条件
- 用户询问“Bubble Tea Shops 附近 / boba near me / bubble tea near me”
- 用户提供定位/城市并希望“找/推荐/看看附近的 Bubble Tea Shops”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 3000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(open_now、min_rating、price_level、keywords 等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "bubble-tea-shops"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 2000, limit: 10, filters: { open_now: true } }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
- 建议对同一 location+category+radius 做短时缓存以降低频率
Usage Guidance
This skill is small and matches its stated purpose, but it omits key operational details: it doesn't specify where to fetch POI data, how to authenticate to an API, or include the referenced STANDARD_RESPONSE.md. Before installing or enabling autonomous use, ask the publisher for (1) the data provider(s) the skill should use, (2) the STANDARD_RESPONSE.md schema, and (3) whether any API keys or billing-enabled services are required. If you allow the agent to call external APIs, restrict or audit which credentials it can access, and confirm the intended privacy behavior for user coordinates (e.g., how and when fuzzing/caching is applied). If you want to avoid unexpected web scraping or third‑party calls, require the skill to declare an explicit provider and credentials or disable autonomous invocation until those are provided.
Capability Analysis
Type: OpenClaw Skill
Name: bubble-tea-shops
Version: 0.1.0
The skill bundle consists of metadata and documentation (SKILL.md) for a 'Nearby Bubble Tea Shops' search tool. It defines standard input parameters like geolocation and radius and includes privacy guidelines such as coordinate blurring. No executable code or malicious instructions were found.
Capability Assessment
Purpose & Capability
Name/description match the content: the skill is explicitly for finding nearby bubble tea shops and lists expected inputs/outputs. However, it does not declare or document any data provider or API (e.g., Google Maps, Foursquare) nor does it include the referenced STANDARD_RESPONSE.md schema, leaving a gap between the claimed purpose and the concrete capabilities required to fulfill it.
Instruction Scope
The SKILL.md prescribes inputs, filters, and privacy guidance but is otherwise open-ended about how to obtain POI data. That vagueness grants the agent wide discretion (web scraping, generic web search, calling third‑party APIs), which can result in unexpected network requests, use of credentials not declared here, or inconsistent behavior. The instructions do say to only query after user authorization and to avoid storing exact coordinates, which is good, but they don't constrain which external endpoints to contact or how to authenticate.
Install Mechanism
No install spec or code is included; this is instruction-only, so nothing will be written to disk or installed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. That proportionality is appropriate for an instruction-only skill. Be aware that the agent may still request or use API keys at runtime unless providers are specified and constrained.
Persistence & Privilege
The skill is not always-enabled and can be invoked by the user; it does not request elevated persistence or modifications to other skills. Autonomous invocation is allowed by platform defaults but is not combined here with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bubble-tea-shops - After installation, invoke the skill by name or use
/bubble-tea-shops - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Nearby Bubble Tea Shops skill.
- Provides lists of bubble tea shops near a given location.
- Supports filtering by open status, rating, price, and keywords.
- Responds to user queries like "boba near me" with a standardized POI list.
- Includes error handling for invalid inputs, provider issues, and rate limits.
- Prioritizes user privacy by only querying with location permission and minimizing coordinate retention.
Metadata
Frequently Asked Questions
What is Nearby Bubble Tea Shops?
Find nearby bubble tea shops. Invoke when user asks for boba near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Nearby Bubble Tea Shops?
Run "/install bubble-tea-shops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nearby Bubble Tea Shops free?
Yes, Nearby Bubble Tea Shops is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nearby Bubble Tea Shops support?
Nearby Bubble Tea Shops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nearby Bubble Tea Shops?
It is built and maintained by mikeclaw007 (@mikeclaw007); the current version is v0.1.0.
More Skills