← 返回 Skills 市场
codekungfu

Nearby Beaches

作者 ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install beaches
功能描述
Find nearby beaches. Invoke when user asks for beaches near me.
使用说明 (SKILL.md)

Nearby Beaches

用途

  • 提供用户当前位置附近的 Beaches 列表
  • 统一返回字段与查询行为,便于前端/接口复用
  • 适合“想去海边/沙滩”的探索、出行与路线规划场景

触发条件

  • 用户询问“Beaches 附近 / beach near me / nearby beaches”
  • 用户提供定位/城市并希望“找/推荐/看看附近的 Beaches”

输入参数

  • location: 经纬度 { lat, lng },必填
  • radius_meters: 查询半径,默认 5000
  • limit: 返回数量上限,默认 20,最大 50
  • filters: 可选筛选(open_now、min_rating、keywords 等)

响应字段

  • 统一参见 STANDARD_RESPONSE.md
  • 本技能 category 固定为 "beaches"

错误码

  • INVALID_LOCATION: 经纬度不合法
  • RADIUS_TOO_LARGE: 超过最大查询半径
  • PROVIDER_UNAVAILABLE: 数据源不可用
  • RATE_LIMITED: 触发速率限制

示例

  • 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 5000, limit: 10 }
  • 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)

隐私与速率限制

  • 仅在用户授权定位后查询
  • 避免保留精确坐标,必要时进行网格化模糊处理
  • 建议对同一 location+category+radius 做短时缓存以降低频率
安全使用建议
This skill appears coherent and low-risk: it only needs a user location and returns nearby beaches, and it requests no credentials or installs. Before enabling, confirm how your agent/runtime will implement the actual POI lookup (which external API or data source will be used) and ensure that: 1) the agent only queries the location after explicit user consent; 2) any external API keys the runtime supplies are appropriate and limited; and 3) precise coordinates are not logged or retained unless necessary (use the SKILL.md recommended fuzzing/caching). If you want stronger guarantees, ask the skill author which provider(s) it will call and how they handle telemetry and rate limits.
功能分析
Type: OpenClaw Skill Name: beaches Version: 0.1.0 The skill bundle contains only metadata and documentation (SKILL.md) for a 'Nearby Beaches' search tool. It defines standard parameters for location-based queries and includes privacy-conscious guidelines such as coordinate blurring and rate limiting, with no executable code or suspicious instructions present.
能力评估
Purpose & Capability
Name/description request nearby beaches and SKILL.md only defines location/radius/filters and standardized response fields; no unrelated capabilities or secrets are requested.
Instruction Scope
SKILL.md confines behavior to taking a location and query parameters, returning POI lists, and includes privacy guidance. It does not instruct reading system files, arbitrary env vars, or transmitting data to unexpected endpoints.
Install Mechanism
No install spec and no code files (instruction-only), so nothing will be written to disk or downloaded by the skill itself.
Credentials
No environment variables, credentials, or config paths are required — proportional to a lookup-only skill that operates on user-provided locations.
Persistence & Privilege
Skill is not flagged always:true and does not request permanent presence or modify other skills; autonomous invocation is permitted by default but is not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install beaches
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /beaches 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Nearby Beaches v0.1.0 - Initial release. - Finds and lists beaches near a given location. - Supports filters (e.g., open_now, min_rating, keywords). - Returns standardized POI responses for easy integration. - Handles basic errors like invalid location and exceeded radius. - Applies privacy considerations (location permission, data minimization, rate limiting).
元数据
Slug beaches
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nearby Beaches 是什么?

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

如何安装 Nearby Beaches?

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

Nearby Beaches 是免费的吗?

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

Nearby Beaches 支持哪些平台?

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

谁开发了 Nearby Beaches?

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

💬 留言讨论