← Back to Skills Marketplace
codekungfu

Nearby Beaches

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install beaches
Description
Find nearby beaches. Invoke when user asks for beaches near me.
README (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 做短时缓存以降低频率
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install beaches
  3. After installation, invoke the skill by name or use /beaches
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Slug beaches
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nearby Beaches?

Find nearby beaches. Invoke when user asks for beaches near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.

How do I install Nearby Beaches?

Run "/install beaches" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nearby Beaches free?

Yes, Nearby Beaches is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nearby Beaches support?

Nearby Beaches is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nearby Beaches?

It is built and maintained by ClawKK (@codekungfu); the current version is v0.1.0.

💬 Comments