📦 IMDb User Reviews Summary API

v1.0.0

Call 获取 /API/imdb/title-user-reviews-summary-查询/v1 for IMDb User Reviews Summary through JustOneAPI with id.

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能的代码、运行时指令以及所需的 JUST_ONE_API_TOKEN 均与其调用 JustOneapi 的 IMDb user-reviews-summary 端口的既定用途一致。
评估建议
This 技能 应用ears coherent and limited to calling JustOneAPI. Before 安装ing: ensure the JUST_ONE_API_令牌 you provide is a JustOneAPI 令牌 with 应用ropriate scope and that you trust the 服务; be aware the 令牌 is sent as a 查询 parameter (it can 应用ear in server 记录s or URL 历史); ensure your 环境 has a compatible Node version (Node 18+ for global fetch) if you plan to 运行 the included script locally; and avoid pasting the 令牌 into chat or screenshots as the README already advises. If you need extra safety, review the ...
详细分析 ▾
用途与能力
名称/描述、所需二进制文件(node)及必需环境变量(JUST_ONE_API_TOKEN)均与调用 JustOneAPI 的小型 HTTP 客户端保持一致,未请求无关凭据或二进制文件。
指令范围
SKILL.md 和 bin/run.mjs 仅限于构造一个 GET /api/imdb/title-user-reviews-summary-query/v1 请求并打印 JSON 响应。指令仅引用声明的环境变量和 id 参数,不会读取其他文件或环境变量。注意:脚本会将 token 作为 query 参数发送(API manifest 要求),可能会被记录在服务器日志或 URL 历史中。
安装机制
没有安装规范会下载外部代码;该技能仅包含指令及一个内置的 Node 脚本。脚本仅包含简单的请求构建逻辑,不会获取或执行任何额外的远程代码。
凭证需求
Only JUST_ONE_API_令牌 is required and is declared as the primary 凭证. That single 令牌 is proportionate for a REST 命令行工具ent to JustOneAPI and is documented in the 技能.md.
持久化与权限
该技能并非始终启用,不会修改其他技能或系统配置,也不会请求超出对 API 端点网络访问权限的提权或持久权限。
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

IMDb 用户评论摘要 使用此专用的 JustOneAPI skill 获取 IMDb 用户评论摘要。目标端点:GET /api/imdb/title-user-reviews-summary-query/v1。 必填非 token 输入:id。 OpenAPI 描述:获取 IMDb 片目用户评论摘要数据,含聚合评论内容及计数,用于受众情感分析。

端点范围 Platform key: imdb Endpoint key: title-user-reviews-summary-query Platform family: IMDb Skill slug: justoneapi-imdb-title-user-reviews-summary-query

操作 Version: v1 Method: GET Path: /api/imdb/title-user-reviews-summary-query/v1 OpenAPI summary: titleUserReviewsSummaryQuery

输入 参数 位置 必填 可选 类型 说明 id query all n/a string 片目唯一 IMDb ID(例:tt12037194) languageCountry query n/a all string 语言与地区偏好,可选值:en_US, fr_CA, fr_FR, de_DE, hi_IN, it_IT, pt_BR, es_ES, es_US, es_MX

请求体:无;参数通过路径或查询传递。

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

运行 支持 operation ID:titleUserReviewsSummaryQuery node {baseDir}/bin/run.mjs --operation "titleUserReviewsSummaryQuery" --token "$JUST_ONE_API_TOKEN" --params-json '{"id":""}' 调用前询问缺失的必填参数;保留用户提供的 ID、游标、关键词与过滤器。

环境 需 JUST_ONE_API_TOKEN;用 --token 传递,勿在聊天、截图或日志中暴露。 从 Just One API Dashboard 获取令牌;鉴权详见 Just One API Usage Guide。

输出 先说明所用 operation ID 与端点路径,如 titleUserReviewsSummaryQuery on /api/imdb/title-user-reviews-summary-query/v1。 回显必填查找范围(id),再摘要结果。 优先返回支持“获取 IMDb 片目用户评论摘要数据”的字段。 随后输出原始 JSON。 若后端报错,附后端载荷与确切 operation ID。

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