← Back to Skills Marketplace
codekungfu

Nearby Camping Sites

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install camping-sites
Description
Find nearby camping sites. Invoke when user asks for camping near me.
README (SKILL.md)

Nearby Camping Sites

用途

  • 提供用户当前位置附近的 Camping Sites 列表
  • 统一返回字段与查询行为,便于前端/接口复用
  • 适用于露营地/营地/房车营地等就近查询与出行规划

触发条件

  • 用户询问“Camping Sites 附近 / camping near me / nearby campsite”
  • 用户提供定位/城市并希望“找/推荐/看看附近的 Camping Sites”

输入参数

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

响应字段

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

错误码

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

示例

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

隐私与速率限制

  • 仅在用户授权定位后查询
  • 避免保留精确坐标,必要时进行网格化模糊处理
  • 建议对同一 location+category+radius 做短时缓存以降低频率
Usage Guidance
This skill appears coherent and low-risk, but before installing you should: 1) confirm which external data provider(s) the agent will call (APIs, domains, or services) and whether they require API keys — the SKILL.md is silent on that; 2) request the missing STANDARD_RESPONSE.md so you know the exact output schema and whether any sensitive fields will be returned; 3) verify the implementation will honor the stated privacy suggestions (only query after user consent, avoid storing raw coordinates, apply blurring/aggregation); and 4) if the skill will call third-party services, review their privacy/security policies and any required credentials before enabling the skill.
Capability Analysis
Type: OpenClaw Skill Name: camping-sites Version: 0.1.0 The skill bundle consists of metadata and documentation (SKILL.md) for a camping site search tool. It defines standard parameters for location-based queries and includes privacy recommendations such as user authorization and coordinate blurring, with no executable code or malicious instructions present.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the skill expects a location and returns nearby camping POIs. It does not request unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md stays within the domain of location-based POI queries and includes privacy suggestions (only query with consent, blur coordinates). However, it does not specify any data provider or API endpoints (only refers to generic errors like PROVIDER_UNAVAILABLE), and it references STANDARD_RESPONSE.md which is not present in the manifest — this vagueness gives the agent broad discretion to choose data sources and response formatting.
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing is written to disk and no external packages are pulled in by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The credential/secret footprint is minimal and appropriate for the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges. It does not attempt to modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install camping-sites
  3. After installation, invoke the skill by name or use /camping-sites
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of "Nearby Camping Sites" skill. - Find camping sites near a specified location using latitude and longitude. - Supports radius, result limit, and optional filters (e.g., open_now, min_rating, keywords). - Standardized POI response format for easy front-end/API reuse. - Covers camping, RV sites, and similar nearby queries. - Built-in privacy protection and rate limiting, with error codes for common issues.
Metadata
Slug camping-sites
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nearby Camping Sites?

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

How do I install Nearby Camping Sites?

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

Is Nearby Camping Sites free?

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

Which platforms does Nearby Camping Sites support?

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

Who created Nearby Camping Sites?

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

💬 Comments