📦 IMDb Critics Review Summary API

v1.0.0

通过 JustOneAPI 使用 id 调用 GET /api/imdb/title-critics-review-summary-query/v1 获取 IMDb 影评摘要。

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能 is coherent: it requires a single JustOneAPI 令牌 and node, calls the documented JustOneAPI IMDb 端点, and its files/instructions match the description.
评估建议
该技能如其描述:一个基于 Node 的小封装,把 JUST_ONE_API_TOKEN 和 IMDb id 发给 JustOneAPI 并返回 JSON。安装前,请确认你信任 JustOneAPI 及该 token 的权限,妥善保管 token,并注意 token 会随 URL 查询字符串传输(可能被服务器或代理记录)。确保本地有新版 Node 运行时。若需更高保密性,优先选用支持 Authorization header 的 API,或确认 JustOneAPI 是否支持;如怀疑 token 泄露,及时轮换。...
详细分析 ▾
用途与能力
名称/描述、声明的需求(node 与 JUST_ONE_API_TOKEN)以及所包含的代码,均与单一用途的 API 包装器 GET /api/imdb/title-critics-review-summary-query/v1 保持一致。未请求无关的凭据、二进制文件或配置路径。
指令范围
SKILL.md 指示智能体先询问缺失参数,然后使用提供的 token 和 params-json 运行 bin/run.mjs。运行时指令仅引用 id 参数和 JUST_ONE_API_TOKEN,不读取任意文件、其他环境变量,也不向非预期端点传输数据。
安装机制
There is no 安装 spec (instruction-only), and the included 运行.mjs is a small, readable script that issues an HTTPS 请求 to API.justoneAPI.com. Nothing is 下载ed from third-party URLs or 安装ed silently.
凭证需求
仅需 JUST_ONE_API_TOKEN,其数量与调用 JustOneAPI 服务成正比。一个小实现细节:token 以查询参数(token=<值>)传递,与使用 Authorization 头相比,更易因日志、浏览器历史或中间节点而泄露。这是隐私/实现层面的细节,并非逻辑不一致。
持久化与权限
always is false; the 技能 does not 请求 persistent presence or modify other 技能s or 系统 设置tings. It 运行s locally via node and only performs the documented network call.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

IMDb Critics Review Summary 使用此专注的 JustOneAPI skill 获取 IMDb 的 Critics Review Summary。 目标端点:GET /api/imdb/title-critics-review-summary-query/v1 必填非 token 输入:id OpenAPI 描述:获取 IMDb 影片的 Critics Review Summary 数据,含评论亮点,用于评论分析及影片对比。

端点作用域 Platform key: imdb Endpoint key: title-critics-review-summary-query Platform family: IMDb Skill slug: justoneapi-imdb-title-critics-review-summary-query

操作版本 Method: GET Path: /api/imdb/title-critics-review-summary-query/v1 OpenAPI summary: Critics Review Summary

输入参数 id(query,必填,string):影片唯一 IMDb ID,如 tt12037194 languageCountry(query,选填,string):语言与国家偏好,可选值: en_US, fr_CA, fr_FR, de_DE, hi_IN, it_IT, pt_BR, es_ES, es_US, es_MX

请求体:无,参数通过 query 传递。

版本选择 使用 titleCriticsReviewSummaryQuery 调用已记录的 v1 端点,无其他版本。

运行端点 node {baseDir}/bin/run.mjs --operation "titleCriticsReviewSummaryQuery" --token "$JUST_ONE_API_TOKEN" --params-json '{"id":""}' 调用前确认必填参数已提供;用户提供的 id、cursor、keyword、filter 保持原样。

环境 必填:JUST_ONE_API_TOKEN 通过 --token "$JUST_ONE_API_TOKEN" 传入;勿在聊天、截图或日志中粘贴 token 值。 从 Just One API Dashboard 获取 token,认证详情见 Just One API Usage Guide。

输出 先说明所用 operation ID 与端点路径,如 titleCriticsReviewSummaryQuery on /api/imdb/title-critics-review-summary-query/v1。 先回显必填查找范围(id),再给出端点专用摘要。 优先返回支持“获取 IMDb 影片 Critics Review Summary 数据”的字段。 摘要后附原始 JSON。 若后端报错,一并返回后端 payload 与精确 operation ID。

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