← 返回 Skills 市场
mikeclaw007

Nearby Bubble Tea Shops

作者 mikeclaw007 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bubble-tea-shops
功能描述
Find nearby bubble tea shops. Invoke when user asks for boba near me.
使用说明 (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 做短时缓存以降低频率
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bubble-tea-shops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bubble-tea-shops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug bubble-tea-shops
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nearby Bubble Tea Shops 是什么?

Find nearby bubble tea shops. Invoke when user asks for boba near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Nearby Bubble Tea Shops?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bubble-tea-shops」即可一键安装,无需额外配置。

Nearby Bubble Tea Shops 是免费的吗?

是的,Nearby Bubble Tea Shops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nearby Bubble Tea Shops 支持哪些平台?

Nearby Bubble Tea Shops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nearby Bubble Tea Shops?

由 mikeclaw007(@mikeclaw007)开发并维护,当前版本 v0.1.0。

💬 留言讨论