ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

jisu-movie

使用极速数据电影影讯 API 查询当前城市上映电影、电影放映的电影院、电影院放映的电影、电影详情、按城市获取电影院以及电影城市列表。

Why use this skill?

Integrate Jisu Movie API with OpenClaw to fetch cinema schedules, movie showtimes, and film details. Perfect for AI assistants providing local entertainment info.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jisuapi/jisu-movie
Or

What This Skill Does

The Jisu Movie skill for OpenClaw provides a powerful interface to the JisuAPI movie information service. It enables your AI agent to fetch real-time data regarding cinema listings, movie details, theater schedules, and city-specific screening information. By integrating this skill, your OpenClaw agent can seamlessly answer questions about what movies are currently playing, which cinemas are screening a specific film, and the technical details of any movie, making it an essential tool for lifestyle-oriented AI assistance.

Installation

To integrate this skill into your environment, use the OpenClaw package manager: clawhub install openclaw/skills/skills/jisuapi/jisu-movie

After installation, you must configure your API credentials to enable communication with the JisuAPI backend. Obtain your key from jisuapi.com and set it as an environment variable:

  • Linux/macOS: export JISU_API_KEY="your_appkey_here"
  • Windows: $env:JISU_API_KEY="your_appkey_here"

Use Cases

  • Personal Concierge: Help users find movies playing in their city on a specific date.
  • Cinema Finder: Locate cinemas that are showing a specific film to provide theater addresses and pricing details.
  • Showtime Planning: Retrieve detailed screening schedules for a chosen theater, including language, hall information, and ticket pricing.
  • Movie Research: Fetch comprehensive metadata about a movie, including cast, director, runtime, and genre for users interested in film reviews.

Example Prompts

  1. "What are the top movies currently playing in Hangzhou?"
  2. "Find me a cinema near me that is showing 'Inception' today."
  3. "Can you give me the screening schedule for the AMC cinema in downtown today?"

Tips & Limitations

  • Date Formatting: Always ensure the date is provided in 'YYYY-MM-DD' format to avoid parsing errors.
  • API Limits: The skill relies on external API calls; ensure your subscription plan covers your projected volume of requests.
  • City/Theater IDs: For best results, use City ID and Theater ID when available, as they provide more precise filtering than searching by name alone.
  • Network Dependence: This skill requires an active internet connection to communicate with JisuAPI servers.

Metadata

Author@jisuapi
Stars1947
Views0
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jisuapi-jisu-movie": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#movie#cinema#entertainment#lifestyle#api
Safety Score: 5/5

Flags: network-access, external-api