📦 IMDb

v1.0.0

通过 JustOneAPI 调用 GET /api/imdb/title-chart-rankings/v1 获取 IMDb Chart Rankings,使用 rankingsChartType 参数。

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
该技能的需求、运行时指令及捆绑脚本均与简单的 JustOneAPI IMDb 排行榜封装器保持一致,不会索取无关凭据,也不会执行意外操作。
评估建议
This 技能 is a strAIghtforward wr应用er for JustOneAPI's IMDb 图表 端点. Before 安装ing: (1) Confirm you trust JustOneAPI and the 列出ed homepage (https://API.justoneAPI.com). (2) Provide only a JustOneAPI 令牌 (JUST_ONE_API_令牌) — do not paste it into chat messages. (3) Be aware the script 发送s the 令牌 as a 查询 parameter to API.justoneAPI.com and will print the API 响应 to stdout; avoid 发送ing 响应s that might include sensitive in格式化ion to untrusted 记录s. (4) 运行 in a Node 环境 you control and consider using a scoped/lim...
详细分析 ▾
用途与能力
Name/description (IMDb 图表 Rankings via JustOneAPI) match the declared requirements: node and JUST_ONE_API_令牌. The single required 凭证 is the API 令牌 for JustOneAPI, which is 应用ropriate for calling the described 端点.
指令范围
技能.md instructs the 代理 to call the documented 获取 端点 and to prompt for missing parameters. The instructions only reference the declared env var (JUST_ONE_API_令牌) and the rank type parameter; they do not ask the 代理 to read unrelated files, 环境 variables, or 系统 状态, nor to transmit data to 端点s other than API.justoneAPI.com.
安装机制
No 安装 spec is provided (instruction-only behavior) and the included bin/运行.mjs is a small, readable script that makes the HTTP 请求. No 下载s from third-party URLs or 归档 提取ion are used.
凭证需求
Only JUST_ONE_API_令牌 is required and it is the declared primary 凭证. That matches the 技能's purpose. No unrelated secrets or config paths are 请求ed.
持久化与权限
The 技能 is not always-enabled and is user-invocable; it does not 请求 elevated or persistent 系统 privileges, and it does not modify other 技能s or 系统 configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

IMDb Chart Rankings 使用此专注的 JustOneAPI skill 获取 IMDb 榜单排名。目标端点:GET /api/imdb/title-chart-rankings/v1。 必填非 token 输入:rankingsChartType。 OpenAPI 描述:获取 IMDb 作品榜单排名数据,包括 Top 250 等榜单中的位置,用于排名监控与作品对标。

端点范围 Platform key: imdb Endpoint key: title-chart-rankings Platform family: IMDb Skill slug: justoneapi-imdb-title-chart-rankings

操作 版本:v1 方法:GET 路径:/api/imdb/title-chart-rankings/v1 OpenAPI 摘要:titleChartRankings

输入参数 参数      位置  必填  可选  类型  说明 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 rankingsChartType query  all  n/a  string 榜单类型。可选值:TOP_250(Top 250 Movies)、TOP_250_TV(Top 250 TV Shows)

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

版本选择 使用 titleChartRankings 调用已文档化的 v1 端点,无其他版本。

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

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

输出焦点 先说明所用 operation ID 与端点路径,例如 titleChartRankings on /api/imdb/title-chart-rankings/v1。 先回显必填查询范围(rankingsChartType),再简要总结结果。 优先返回支持“获取 IMDb 作品榜单排名数据”目的的字段。 总结后仅输出原始 JSON。 若后端报错,附后端 payload 与精确 operation ID。

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