← 返回 Skills 市场
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install conference-centers
功能描述
Find nearby conference centers. Invoke when user asks for conference venues near me.
使用说明 (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 做短时缓存以降低频率
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install conference-centers - 安装完成后,直接呼叫该 Skill 的名称或使用
/conference-centers触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Nearby Conference Centers 是什么?
Find nearby conference centers. Invoke when user asks for conference venues near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 Nearby Conference Centers?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install conference-centers」即可一键安装,无需额外配置。
Nearby Conference Centers 是免费的吗?
是的,Nearby Conference Centers 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nearby Conference Centers 支持哪些平台?
Nearby Conference Centers 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nearby Conference Centers?
由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。
推荐 Skills