Movie & News Inquiry - 电影影讯查询

v1.0.5

查上映影片、影院排片、影片详情与城市影院列表等。当用户说:最近有什么好看的电影?附近哪家影院放映《xxx》?或类似电影影讯问题时,使用本技能。

9· 537·3 current·3 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill is a thin wrapper around Jisu (极速数据) movie endpoints and only requires an AppKey (JISU_API_KEY) and python3 to call those endpoints. The requested credential (JISU_API_KEY) is appropriate and expected for this purpose.
Instruction Scope
SKILL.md instructions describe invoking a Python script with JSON arguments and only reference the JISU API. They do not ask to read unrelated files or credentials. However, SKILL.md states the script path as 'skills/movie/movie.py' while the included file is 'movie.py' at the repository root—this mismatch could cause runtime failures or confusion.
Install Mechanism
There is no install spec (instruction-only), which keeps risk low. The Python code imports 'requests' but the metadata does not declare installing Python dependencies; if 'requests' is not present in the runtime environment the skill will fail. No downloads or external installers are used.
Credentials
Only one environment variable (JISU_API_KEY) is required and is the primary credential for the external API. This is proportionate to the described functionality.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills or system configs and only uses the declared environment variable.
Assessment
This skill appears to do exactly what it says: call Jisu movie APIs using your JISU_API_KEY. Before installing, ensure you: (1) provide a valid JISU_API_KEY and understand any billing/rate limits on that key; (2) have python3 and the Python 'requests' library available in the runtime (the skill will fail if requests is missing); (3) fix or note the script-path mismatch (SKILL.md references 'skills/movie/movie.py' but the file provided is 'movie.py') so the agent can invoke the script correctly; and (4) avoid sharing your API key publicly. If you need higher assurance, review network access (calls go to api.jisuapi.com) and confirm the AppKey's permissions in your Jisu account.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e76nqk5xj6mvd5qhqgr6knx8443yz

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments