← Back to Skills Marketplace
Cinemas
by
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cinemas
Description
Find nearby cinemas. Invoke when user asks for movie theaters near me.
README (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)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cinemas - After installation, invoke the skill by name or use
/cinemas - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Cinemas?
Find nearby cinemas. Invoke when user asks for movie theaters near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Cinemas?
Run "/install cinemas" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cinemas free?
Yes, Cinemas is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cinemas support?
Cinemas is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cinemas?
It is built and maintained by mikeclaw007 (@mikeclaw007); the current version is v0.1.0.
More Skills