Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Nearby Budget Hotels

v0.1.0

Find nearby budget hotels. Invoke when user asks for cheap hotels near me.

0· 105·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for clawkk/budget-hotels.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Nearby Budget Hotels" (clawkk/budget-hotels) from ClawHub.
Skill page: https://clawhub.ai/clawkk/budget-hotels
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install budget-hotels

ClawHub CLI

Package manager switcher

npx clawhub@latest install budget-hotels
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk975dsdfqf47gaj46x55j13ss583frkc
105downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

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 做短时缓存以降低频率

Comments

Loading comments...