← Back to Skills Marketplace
clawkk

Nearby Budget Hotels

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

What is Nearby Budget Hotels?

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

How do I install Nearby Budget Hotels?

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

Is Nearby Budget Hotels free?

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

Which platforms does Nearby Budget Hotels support?

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

Who created Nearby Budget Hotels?

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

💬 Comments