← 返回 Skills 市场
Cinemas
作者
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cinemas
功能描述
Find nearby cinemas. Invoke when user asks for movie theaters near me.
使用说明 (SKILL.md)
Nearby Cinemas
用途
- 提供用户当前位置附近的 Cinemas 列表
- 统一返回字段与查询行为,便于前端/接口复用
触发条件
- 用户询问“电影院 附近 / cinemas near me / nearby movie theaters”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 3000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(是否IMAX、评分、是否开放等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "cinemas"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 3000, limit: 10 }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
安全使用建议
This skill appears coherent for listing nearby cinemas, but before installing you should: 1) confirm which data provider or API the agent will call (and what credentials, endpoints, or rate limits are required), because SKILL.md does not include that; 2) ensure the referenced STANDARD_RESPONSE.md schema is available to the agent or replace it with an included/remote schema (the current file:/// path is local and not bundled); 3) enforce explicit user consent for sharing precise location and consider requiring the agent to grid/blur coordinates before sending them to any third party; and 4) test the skill in a safe environment to see what external requests it makes (so you can verify it doesn't send location data to unexpected endpoints). Overall the skill is not requesting excessive privileges, but it is underspecified about runtime data sources — ask the publisher for those details before enabling it in production.
功能分析
Type: OpenClaw Skill
Name: cinemas
Version: 0.1.0
The skill bundle contains only metadata and a markdown description for a cinema-finding tool. It lacks any executable code, suspicious network requests, or prompt injection attempts. The hardcoded local file path in SKILL.md is a minor configuration artifact and does not pose a security risk.
能力评估
Purpose & Capability
The name/description (find nearby cinemas) matches the instructions and required inputs (lat/lng, radius, limit, filters). There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
SKILL.md defines inputs, outputs, error codes, and privacy guidance, which is appropriate. However it does not specify how to obtain POI data (no provider/API, no endpoints, no network call guidance) and it references a local file URI (STANDARD_RESPONSE.md at a user-local path) that is not bundled. The lack of a defined data source leaves runtime behavior underspecified and could allow broad agent discretion (e.g., calling arbitrary external APIs or web searches using the user's location).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and there are no download URLs to review.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate for its stated purpose.
Persistence & Privilege
The skill is not always-enabled and uses default invocation settings. It does not request persistence or modify other skills or global settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cinemas - 安装完成后,直接呼叫该 Skill 的名称或使用
/cinemas触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Nearby Cinemas skill initial release.
- Find nearby cinemas based on user’s location and customizable parameters.
- Supports filters like IMAX, rating, and open status.
- Standardized response fields and consistent query behavior for easy integration.
- Returns errors for invalid locations, excessive radius, rate limits, or unavailable providers.
- Ensures user privacy by requiring location authorization and optionally blurring coordinates.
元数据
常见问题
Cinemas 是什么?
Find nearby cinemas. Invoke when user asks for movie theaters near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 Cinemas?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cinemas」即可一键安装,无需额外配置。
Cinemas 是免费的吗?
是的,Cinemas 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cinemas 支持哪些平台?
Cinemas 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cinemas?
由 mikeclaw007(@mikeclaw007)开发并维护,当前版本 v0.1.0。
推荐 Skills