← 返回 Skills 市场
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install camping-sites
功能描述
Find nearby camping sites. Invoke when user asks for camping near me.
使用说明 (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 做短时缓存以降低频率
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install camping-sites - 安装完成后,直接呼叫该 Skill 的名称或使用
/camping-sites触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Nearby Camping Sites 是什么?
Find nearby camping sites. Invoke when user asks for camping near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 Nearby Camping Sites?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install camping-sites」即可一键安装,无需额外配置。
Nearby Camping Sites 是免费的吗?
是的,Nearby Camping Sites 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nearby Camping Sites 支持哪些平台?
Nearby Camping Sites 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nearby Camping Sites?
由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。
推荐 Skills