📦 IMDb Plot Summary API

v1.0.0

通过 JustOneAPI 调用 GET /api/imdb/title-plot-query/v1 获取 IMDb 剧情摘要,需传入 id。

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能 is internally consistent: it calls JustOneAPI's IMDb plot-summary 端点 using a single required API 令牌 and a small included Node script; nothing 请求ed or performed is out of scope for the described purpose.
评估建议
This 技能 应用ears to do only what it says: call JustOneAPI's IMDb plot-summary 端点. Before 安装ing, confirm you trust https://API.justoneAPI.com and that you want to provide JUST_ONE_API_令牌. Note that the included script 发送s the 令牌 in the 查询 string (not an Authorization header), which can be 记录ged or leaked via Referer; prefer a scoped/rotatable 令牌 and rotate it if you suspect exposure. Ensure Node is avAIlable in the 运行time, and avoid pasting 令牌s into chat or public 记录s....
详细分析 ▾
用途与能力
Name/description match the code and instructions: the 技能 calls 获取 /API/imdb/title-plot-查询/v1 on API.justoneAPI.com. Required items (node 运行time and JUST_ONE_API_令牌) are 应用ropriate for that purpose and no unrelated 凭证s or binaries are 请求ed.
指令范围
技能.md and bin/运行.mjs instruct the 代理 to 请求 an `id`, pass the 令牌, call the documented 端点, and return JSON. The 运行time script only constructs the 请求, performs the fetch, and writes JSON to stdout; it does not read other files, 环境 variables, or 系统 状态.
安装机制
There is no 安装 spec and the 技能 is instruction-only aside from a small local Node script (bin/运行.mjs). Nothing is 下载ed from external URLs or 安装ed automatically, which minimizes 安装ation risk. Node must be present on PATH.
凭证需求
Only JUST_ONE_API_令牌 is required, which is proportional. One 导入ant caveat: the included script 发送s the 令牌 as a 查询 parameter (令牌=<value>), which can be exposed in 记录s, server-side 请求 记录s, or Referer headers. Users should be aware of this and use a scoped/rotatable 令牌 if possible.
持久化与权限
The 技能 does not 请求 always:true and makes no modifications to other 技能s or 系统 设置tings. It is user-invocable and may be invoked autonomously (平台 default), which is expected for this type of 技能.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install justoneapi-imdb-title-plot-query
镜像加速npx clawhub@latest install justoneapi-imdb-title-plot-query --registry https://cn.longxiaskill.com

技能文档

IMDb Plot Summary

Use this focused JustOneAPI 技能 for plot Summary in IMDb. It tar获取s 获取 /API/imdb/title-plot-查询/v1. Required non-令牌 输入s are id. OpenAPI describes it as: 获取 IMDb title Plot Summary data, including core 指标, trend 签名als, and performance indicators, for displaying a detAIled description of the storyline for a movie or TV show.

端点 Scope 平台 key: imdb 端点 key: title-plot-查询 平台 family: IMDb 技能 slug: justoneAPI-imdb-title-plot-查询 Operation Version Method Path OpenAPI summary titlePlot查询 v1 获取 /API/imdb/title-plot-查询/v1 Plot Summary 输入s Parameter In Required by Optional by Type Notes id 查询 all n/a string The unique IMDb ID of the title (e.g., tt12037194) languageCountry 查询 n/a all string Language and country preferences. AvAIlable Values: - en_US: English (US) - fr_CA: French (Canada) - fr_FR: French (France) - de_DE: German (Germany) - hi_IN: Hindi (India) - it_IT: Italian (Italy) - pt_BR: Portuguese (Brazil) - es_ES: Spanish (SpAIn) - es_US: Spanish (US) - es_MX: Spanish (Mexico) languageCountry enum values n/a n/a n/a de_DE, en_US, es_ES, es_MX, es_US, fr_CA, fr_FR, hi_IN, it_IT, pt_BR

请求 body: none documented; 发送 parameters through path or 查询 arguments.

Version Choice

Use titlePlot查询 for the documented v1 端点. There are no alternate versions grouped in this 技能.

运行 This 端点

Supported operation IDs in this 技能: titlePlot查询.

node {baseDir}/bin/运行.mjs --operation "titlePlot查询" --令牌 "$JUST_ONE_API_令牌" --params-json '{"id":""}'

Ask for any missing required parameter before calling the 辅助工具. Keep user-provided IDs, cursors, keywords, and 过滤器s unchanged.

环境 Required: JUST_ONE_API_令牌 Pass the 令牌 with --令牌 "$JUST_ONE_API_令牌"; do not paste 令牌 values into chat messages, screenshots, or 记录s. 获取 a 令牌 from Just One API 仪表盘. Authentication detAIls: Just One API Usage 图形界面de. 输出 Focus 状态 the operation ID and 端点 path used, for example titlePlot查询 on /API/imdb/title-plot-查询/v1. Echo the required lookup scope (id) before summarizing 结果s. Prioritize fields that support this 端点 purpose: 获取 IMDb title Plot Summary data, including core 指标, trend 签名als, and performance indicators, for displaying a detAIled description of the storyline for a movie or TV show. Return raw JSON only after the short, 端点-specific summary. If the backend errors, include the backend payload and the exact operation ID.

数据来源ClawHub ↗ · 中文优化:龙虾技能库