← 返回 Skills 市场
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bnb-stays
功能描述
Find nearby BnB stays. Invoke when user asks for BnB stays near me.
使用说明 (SKILL.md)
Nearby BnB Stays
用途
- 提供用户当前位置附近的 BnB Stays 列表
- 统一返回字段与查询行为,便于前端/接口复用
- 适用于找民宿/短租/家庭旅馆等住宿需求
触发条件
- 用户询问“BnB Stays 附近 / bnb near me / airbnb near me / nearby bnb”
- 用户提供定位/城市并希望“找/推荐/看看附近的 BnB Stays”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 5000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(价格等级、评分、是否含早餐、keywords 等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "bnb-stays"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 5000, limit: 10, filters: { price_level: [1,2] } }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
- 建议对同一 location+category+radius 做短时缓存以降低频率
安全使用建议
This skill appears coherent and low-risk as-is: it asks only for a location and returns listings. Before installing, confirm where the agent will fetch listing data (which provider/API or dataset) and whether that provider will require API keys or scraping (which could introduce privacy or legal concerns). Also request or provide the missing STANDARD_RESPONSE.md so you know the exact output format. If the skill later asks you to supply API keys or access tokens, verify those requests are necessary and come from a trusted provider rather than the skill itself.
功能分析
Type: OpenClaw Skill
Name: bnb-stays
Version: 0.1.0
The skill bundle consists of metadata and documentation (SKILL.md) for a 'Nearby BnB Stays' search tool. It defines standard parameters like location, radius, and filters, and provides usage guidelines without any executable code, network calls, or suspicious instructions.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md describes querying nearby BnB stays given a location, radius, limit and filters. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions stay within the declared purpose (accept location, return standardized POI list, privacy recommendations). However the SKILL.md does not specify any data provider/API or where to fetch listings from and it references STANDARD_RESPONSE.md which is not included; that omission may leave the agent discretion to call arbitrary web endpoints or require additional credentials during runtime.
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing is written to disk or pulled from external URLs at install time.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to a lookup/listing skill. Be aware that using third-party listing APIs later could require keys not declared here.
Persistence & Privilege
always is false and the skill is user-invocable; there is no request for permanent elevated presence or modification of other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bnb-stays - 安装完成后,直接呼叫该 Skill 的名称或使用
/bnb-stays触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Nearby BnB Stays v0.1.0 – Initial Release
- Provides a list of BnB stays near the user's location, supporting use cases like short-term rentals and guesthouses.
- Standardizes input parameters (location, radius, limits, and optional filters) and response fields for consistency and frontend reuse.
- Clearly defines trigger conditions and error codes for easier integration and troubleshooting.
- Emphasizes privacy: only works with location authorization and masks coordinates as needed.
- Advises caching similar requests to manage rate limits and provider load.
元数据
常见问题
Nearby BnB Stays 是什么?
Find nearby BnB stays. Invoke when user asks for BnB stays near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 Nearby BnB Stays?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bnb-stays」即可一键安装,无需额外配置。
Nearby BnB Stays 是免费的吗?
是的,Nearby BnB Stays 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nearby BnB Stays 支持哪些平台?
Nearby BnB Stays 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nearby BnB Stays?
由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。
推荐 Skills