← Back to Skills Marketplace
健身房
by
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gyms
Description
Find nearby gyms. Invoke when user asks for fitness centers near me.
README (SKILL.md)
Nearby Gyms
用途
- 提供用户当前位置附近的 Gyms 列表
- 统一返回字段与查询行为,便于前端/接口复用
触发条件
- 用户询问“健身房 附近 / gyms near me / nearby fitness centers”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 3000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(是否私教、是否游泳、评分等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "gyms"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 2500, limit: 10 }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
Usage Guidance
This skill appears to be a lightweight, instruction-only formatter for returning nearby gyms, but the runtime instructions omit how to fetch POI data and reference a local STANDARD_RESPONSE.md that likely won't exist. Before installing or enabling it: (1) ask the publisher which data provider/API the skill uses (Google/Foursquare/OSM/etc.) and whether any API keys are required; (2) confirm how the platform will supply user location and that the skill will not persist precise coordinates (it claims to grid/blur coordinates — get specifics); (3) request a corrected reference or the actual STANDARD_RESPONSE schema so you know the output format; (4) test in a safe environment to verify the agent doesn't perform broad web scraping or unexpected network requests. These steps will reduce the uncertainty caused by incomplete instructions.
Capability Analysis
Type: OpenClaw Skill
Name: gyms
Version: 0.1.0
The skill bundle consists of metadata and a markdown instruction file (SKILL.md) designed to help an AI agent find nearby gyms. It defines standard input parameters like coordinates and radius, includes privacy considerations for location data, and contains no executable code, network requests, or malicious instructions.
Capability Assessment
Purpose & Capability
Name and description match: a simple 'nearby gyms' skill reasonably requires no extra binaries, env vars, or installs. The declared inputs (location, radius, filters) are appropriate for the purpose.
Instruction Scope
SKILL.md defines inputs, outputs, and privacy considerations but does not specify how to obtain gym data (no provider, API endpoints, or query mechanism). It also references STANDARD_RESPONSE.md via a local file:///Users/... path that will not exist in most runtimes. Because the instructions are incomplete and leave unspecified how external data is retrieved, an agent may fall back to broad behaviors (web scraping, generic web requests, or other platform tools) — this is vagueness that affects safety and predictability.
Install Mechanism
No install spec and no code files — instruction-only skill. Low installation risk because nothing is written to disk or downloaded.
Credentials
No environment variables, credentials, or config paths are requested. This is proportional to the described functionality (a simple POI lookup doesn't inherently require secrets).
Persistence & Privilege
Flags show default behavior (not always-on, user-invocable, autonomous invocation allowed). Nothing in the skill requests elevated persistence or modifies other skills/config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gyms - After installation, invoke the skill by name or use
/gyms - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of the "附近健身房" skill for finding nearby gyms.
- Supports search by user location with customizable radius and result limit.
- Allows optional filters (personal training, swimming pool, rating, etc.).
- Standardized response format for easy frontend/API integration.
- Includes detailed error codes and privacy controls (requires location permission, protects user coordinates).
Metadata
Frequently Asked Questions
What is 健身房?
Find nearby gyms. Invoke when user asks for fitness centers near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install 健身房?
Run "/install gyms" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 健身房 free?
Yes, 健身房 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 健身房 support?
健身房 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 健身房?
It is built and maintained by mikeclaw007 (@mikeclaw007); the current version is v0.1.0.
More Skills