← Back to Skills Marketplace
137
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install conference-centers
Description
Find nearby conference centers. Invoke when user asks for conference venues near me.
README (SKILL.md)
Nearby Conference Centers
用途
- 提供用户当前位置附近的 Conference Centers 列表
- 统一返回字段与查询行为,便于前端/接口复用
- 适用于会议场地、活动空间、会展中心等就近查询
触发条件
- 用户询问“Conference Centers 附近 / conference center near me / event venue near me”
- 用户提供定位/城市并希望“找/推荐/看看附近的 Conference Centers”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 5000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(min_rating、price_level、keywords 等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "conference-centers"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 5000, limit: 10 }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
- 建议对同一 location+category+radius 做短时缓存以降低频率
Usage Guidance
This is an instruction-only, high-level skill that matches its description and asks for no credentials. Before installing, confirm how your agent will obtain POI data (which provider or API it will call) and whether you need to supply an API key; ensure users explicitly consent to sharing location and decide if you want the agent to cache or grid/blur coordinates per the privacy note. If you expect a specific provider (Google, Here, OSM), prefer a variant of the skill that documents required API keys/quotas so you can supply those securely.
Capability Analysis
Type: OpenClaw Skill
Name: conference-centers
Version: 0.1.0
The skill bundle consists of metadata and documentation (SKILL.md) for a 'Nearby Conference Centers' search tool. It defines standard input parameters (location, radius) and includes privacy guidelines such as coordinate blurring, with no executable code or evidence of malicious intent.
Capability Assessment
Purpose & Capability
Name, description, and declared inputs (location, radius, filters) match the behavior described in SKILL.md. The skill does not ask for unrelated resources or credentials.
Instruction Scope
SKILL.md defines inputs, outputs, error codes, and privacy guidance, and stays within the purpose. It does not specify which POI/provider to query or exact network endpoints — this leaves implementation choice to the agent and is intentionally high-level, which could lead to varied provider usage (e.g., Google Places, OpenStreetMap, web search).
Install Mechanism
No install spec and no code files are present — instruction-only skills carry minimal install risk.
Credentials
No environment variables, secrets, or config paths are required. This is proportionate to a lookup-style skill. Note: a real integration with a mapping / places API would typically require an API key, but none are requested here.
Persistence & Privilege
Skill is not always-on, does not request persistent presence, and does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install conference-centers - After installation, invoke the skill by name or use
/conference-centers - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release – quickly find nearby conference centers and venues.
- Returns a list of conference centers near the user’s location.
- Supports filters for rating, price, and keywords.
- Enforces query radius and result limits; handles invalid input and provider errors.
- Requires user location authorization and applies privacy safeguards.
- Standardized response format for easy frontend integration.
Metadata
Frequently Asked Questions
What is Nearby Conference Centers?
Find nearby conference centers. Invoke when user asks for conference venues near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install Nearby Conference Centers?
Run "/install conference-centers" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nearby Conference Centers free?
Yes, Nearby Conference Centers is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nearby Conference Centers support?
Nearby Conference Centers is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nearby Conference Centers?
It is built and maintained by ClawKK (@codekungfu); the current version is v0.1.0.
More Skills