← Back to Skills Marketplace
mikeclaw007

Chinese Restaurants

by mikeclaw007 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chinese-restaurants
Description
Find nearby Chinese restaurants. Invoke when user asks for Chinese food near me.
README (SKILL.md)

Nearby Chinese Restaurants

用途

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

触发条件

  • 用户询问“Chinese Restaurants 附近 / Chinese food near me / nearby Chinese restaurant”
  • 用户提供定位/城市并希望“找/推荐/看看附近的 Chinese Restaurants”

输入参数

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

响应字段

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

错误码

  • 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 ask: (1) which data provider or API will the agent call to get POIs? (2) where will the user's precise location be sent and stored — confirm there are prompts and that coordinates are blurred or cached as promised; (3) obtain the STANDARD_RESPONSE.md to verify the response format; and (4) if you require provider-specific credentials (Maps/Places API), ensure they are provided explicitly and only to a vetted implementation. If the skill's implementation is left open-ended, consider requesting a concrete provider list or restricting outbound network destinations to trusted APIs to reduce privacy risk.
Capability Analysis
Type: OpenClaw Skill Name: chinese-restaurants Version: 0.1.0 The skill bundle contains only metadata and documentation (SKILL.md) for a restaurant search tool. It lacks any executable code, suspicious network activity, or malicious instructions, and its behavior is entirely consistent with its stated purpose of finding nearby Chinese restaurants.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the skill accepts a location and filter params and returns a standardized POI list for the category 'chinese-restaurants'. It requires no binaries, env vars, or installs, which is proportionate to the stated purpose. Note: SKILL.md references STANDARD_RESPONSE.md but that file is not included, which makes the exact response contract unclear.
Instruction Scope
Runtime instructions stay within the skill's domain (query nearby POIs, apply filters, enforce privacy guidance). However, the SKILL.md does not specify data providers, API endpoints, or how to perform queries; that vagueness gives the agent broad discretion to call arbitrary external services, which increases privacy risk if not constrained. The doc does mention privacy practices (only query with user consent, grid/blur coordinates), which is a positive sign.
Install Mechanism
No install spec and no code files — this is instruction-only and does not write or execute new code on the host, so install-related risk is minimal.
Credentials
The skill requires no environment variables, credentials, or config paths. This is appropriate for a simple nearby-POI lookup and minimizes risk of credential exposure.
Persistence & Privilege
always:false and user-invocable:true (defaults) — the skill does not request persistent elevated presence or modify other skills. No indications it would store or access system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chinese-restaurants
  3. After installation, invoke the skill by name or use /chinese-restaurants
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Nearby Chinese Restaurants v0.1.0 - Initial release: helps users find Chinese restaurants near a given location. - Supports filters such as open now, minimum rating, price level, and keywords. - Returns a standardized list of POIs, with a max query radius and limit. - Only operates with user location permission, and uses privacy-conscious data handling. - Implements error codes for invalid input, provider unavailability, excessive radius, and rate limiting.
Metadata
Slug chinese-restaurants
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Chinese Restaurants?

Find nearby Chinese restaurants. Invoke when user asks for Chinese food near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install Chinese Restaurants?

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

Is Chinese Restaurants free?

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

Which platforms does Chinese Restaurants support?

Chinese Restaurants is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Chinese Restaurants?

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

💬 Comments