← 返回 Skills 市场
clawkk

Nearby Budget Hotels

作者 clawkk · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install budget-hotels
功能描述
Find nearby budget hotels. Invoke when user asks for cheap hotels near me.
使用说明 (SKILL.md)

Nearby Budget Hotels

用途

  • 提供用户当前位置附近的 Budget Hotels 列表
  • 统一返回字段与查询行为,便于前端/接口复用
  • 适用于“便宜酒店/性价比住宿/临时住一晚”等场景

触发条件

  • 用户询问“Budget Hotels 附近 / cheap hotel near me / budget hotel near me”
  • 用户提供定位/城市并希望“找/推荐/看看附近的 Budget Hotels”

输入参数

  • location: 经纬度 { lat, lng },必填
  • radius_meters: 查询半径,默认 5000
  • limit: 返回数量上限,默认 20,最大 50
  • filters: 可选筛选(价格等级、评分、是否含早餐、keywords 等)

响应字段

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

错误码

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

示例

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

隐私与速率限制

  • 仅在用户授权定位后查询
  • 避免保留精确坐标,必要时进行网格化模糊处理
  • 建议对同一 location+category+radius 做短时缓存以降低频率
安全使用建议
This skill appears to do what it says and requests no credentials, but it omits important runtime details. Before installing or enabling it, ask the author to: (1) include STANDARD_RESPONSE.md (the output schema) so responses are predictable; (2) document approved data sources/APIs the agent should call (or require specific API keys) to avoid arbitrary web scraping; (3) clarify caching/retention behavior for location data; and (4) if you will allow autonomous invocation, restrict or audit the agent's outbound network access so hotel lookups only go to known services. If these questions are not answered, treat the skill as potentially allowing broad external network activity and test it in a restricted environment first.
能力评估
Purpose & Capability
Name/description (find nearby budget hotels) matches the instructions: inputs (location, radius, filters) and outputs (standard POI list) are appropriate and proportional.
Instruction Scope
SKILL.md is focused on the stated task and includes privacy notes (only after user authorizes location, suggests blurring coordinates). However it references STANDARD_RESPONSE.md for the response schema which is not included in the bundle, and it does not specify any data providers or APIs to use. That omission leaves the agent discretion to perform arbitrary web/API calls or scrape results, which broadens the runtime scope beyond what the skill explicitly documents.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk and no external packages are pulled.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a location-based POI helper.
Persistence & Privilege
always is false and there is no indication the skill requests persistent privileges or modifies other skills/configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install budget-hotels
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /budget-hotels 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Nearby Budget Hotels v0.1.0 - Initial release: find budget hotels near a given location. - Supports filtering by radius, limit, and various hotel attributes (e.g., price level, rating, breakfast). - Returns standardized response fields for easy integration. - Privacy-conscious: uses location only with user consent, supports fuzzy location handling. - Provides clear error codes for input validation, provider unavailability, and rate limiting. - Designed for use cases like cheap/temporary accommodation searches.
元数据
Slug budget-hotels
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nearby Budget Hotels 是什么?

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

如何安装 Nearby Budget Hotels?

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

Nearby Budget Hotels 是免费的吗?

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

Nearby Budget Hotels 支持哪些平台?

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

谁开发了 Nearby Budget Hotels?

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

💬 留言讨论