← Back to Skills Marketplace
codekungfu

Nearby Beauty Salons

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install beauty-salons
Description
Find nearby beauty salons. Invoke when user asks for beauty services near me.
README (SKILL.md)

Nearby Beauty Salons

用途

  • 提供用户当前位置附近的 Beauty Salons 列表
  • 统一返回字段与查询行为,便于前端/接口复用
  • 支持常见筛选(评分、价格等级、是否营业、关键词等)

触发条件

  • 用户询问“Beauty Salons 附近 / beauty salon near me / nearby manicure / skincare”
  • 用户提供定位/城市并希望“找/推荐/看看附近的 Beauty Salons”

输入参数

  • location: 经纬度 { lat, lng },必填
  • radius_meters: 查询半径,默认 3000
  • limit: 返回数量上限,默认 20,最大 50
  • filters: 可选筛选(open_now、min_rating、price_level、keywords 等)

响应字段

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

错误码

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

示例

  • 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 2500, limit: 10, filters: { open_now: true } }
  • 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)

隐私与速率限制

  • 仅在用户授权定位后查询
  • 避免保留精确坐标,必要时进行网格化模糊处理
  • 建议对同一 location+category+radius 做短时缓存以降低频率
Usage Guidance
This skill appears coherent and low-risk, but before installing consider: (1) confirm how the agent will fetch POI data (which mapping/search provider) and whether any API keys will be required — the skill does not declare or request them; (2) ensure STANDARD_RESPONSE.md (response schema) is available to callers so integrations are consistent; (3) enforce the stated privacy practices (obtain user consent for location, avoid storing exact coords, apply blurring); and (4) decide caching and rate-limit behavior to avoid unexpected external API usage or costs. If you need hard guarantees about which external service is used or where data is sent, request that detail from the skill author before enabling it.
Capability Assessment
Purpose & Capability
Name/description and the SKILL.md all align: the skill's goal is to return nearby beauty-salon POIs given a location and optional filters. It does not ask for unrelated capabilities or credentials.
Instruction Scope
The SKILL.md stays within scope (takes location, radius, filters; returns standardized POI responses; includes privacy guidance). It does not instruct reading files or environment variables. Note: the skill references STANDARD_RESPONSE.md and does not specify a concrete data provider or API — the agent must decide how to fetch POI data (web search, mapping API, etc.). Verify how the agent will obtain results and whether any external API keys will be required at runtime.
Install Mechanism
No install spec and no code files are present, so nothing will be written to disk or installed. This is the lowest-risk install profile.
Credentials
The skill declares no environment variables, credentials, or config paths. That matches the described functionality (a pure instruction-level helper).
Persistence & Privilege
always:false and default autonomous invocation settings are used. The skill does not request persistent system-wide privileges or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install beauty-salons
  3. After installation, invoke the skill by name or use /beauty-salons
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the "Nearby Beauty Salons" skill. - Allows users to find nearby beauty salons based on their location. - Supports filtering by open status, rating, price level, and keywords. - Returns standardized POI (point of interest) data for easy integration. - Handles errors for invalid location, excessive radius, provider issues, and rate limiting. - Prioritizes user privacy by requiring location permission and anonymizing coordinates where needed.
Metadata
Slug beauty-salons
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nearby Beauty Salons?

Find nearby beauty salons. Invoke when user asks for beauty services near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install Nearby Beauty Salons?

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

Is Nearby Beauty Salons free?

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

Which platforms does Nearby Beauty Salons support?

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

Who created Nearby Beauty Salons?

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

💬 Comments