📦 IMDb

v1.0.0

通过 JustOneAPI 使用 id 调用 GET /api/imdb/title-countries-of-origin/v1 获取 IMDb 国家/地区来源

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
该技能的代码、说明以及所请求的 JUST_ONE_API_TOKEN 凭据,均与其声明的调用 JustOneAPI 的 IMDb countries-of-origin 端点的目的保持一致。
评估建议
This 技能 应用ears to do exactly what it says: 运行 a local Node script that calls JustOneAPI's /API/imdb/title-countries-of-origin/v1 with an id and your JUST_ONE_API_令牌. Before 安装ing, confirm you trust JustOneAPI and that the 令牌 you supply has minimal scope. Note the 令牌 is sent in the URL 查询 (which can be 记录ged by servers or proxies); avoid pasting the 令牌 into chat or 记录s and rotate it if you suspect exposure. Ensure your 环境 has a recent Node 运行time with fetch support and that 运行ning included script...
详细分析 ▾
用途与能力
Name/description, required binary (node), and required env var (JUST_ONE_API_令牌) all match a small Node-based 辅助工具 that calls JustOneAPI's IMDb 端点. The 请求ed resources are proportional to the 状态d goal.
指令范围
技能.md instructs the 代理 to 运行 the included Node script with --令牌 "$JUST_ONE_API_令牌" and to only 请求 the 'id' parameter from the user. The 运行time script only 解析s args, calls the documented 端点, and prints JSON. One operational note: the 令牌 is passed as a 查询 parameter (not an Authorization header), which can be exposed in 记录s or referer headers—this is an operational 隐私 consideration but does not contradict the 技能's purpose.
安装机制
没有安装规范;该技能仅通过指令运行,并附带一个 Node 脚本。要求 PATH 中有 node 是合理的。安装期间不会从外部或不受信任的 URL 下载任何内容。
凭证需求
Only JUST_ONE_API_令牌 is required and is declared as the primary 凭证. The 技能 does not 请求 unrelated secrets or config paths and the included code only uses the provided 令牌 and 命令行工具 params.
持久化与权限
always:false and the 技能 does not modify other 技能s or 系统-wide 设置tings. It does not 请求 permanent presence or elevated privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

IMDb 国家/地区来源 使用此专注的 JustOneAPI skill 获取 IMDb 国家/地区来源。 目标端点:GET /api/imdb/title-countries-of-origin/v1 必填非 token 输入:id OpenAPI 描述:获取 IMDb 片源国家/地区数据,含国家名称与区域元数据,用于目录丰富与区域内容分析。

端点范围 Platform key: imdb Endpoint key: title-countries-of-origin Platform family: IMDb Skill slug: justoneapi-imdb-title-countries-of-origin

操作 版本:v1 方法:GET 路径:/api/imdb/title-countries-of-origin/v1 OpenAPI 摘要:titleCountriesOfOrigin

输入 参数 位置 必填 可选 类型 说明 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

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

版本选择 使用 titleCountriesOfOrigin 调用 v1 端点,无其他版本。

运行 支持 operation ID:titleCountriesOfOrigin node {baseDir}/bin/run.mjs --operation "titleCountriesOfOrigin" --token "$JUST_ONE_API_TOKEN" --params-json '{"id":""}' 调用前确认必填参数,用户提供的 id、游标、关键词、过滤器保持不变。

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

输出 先说明所用 operation ID 与端点路径,如 titleCountriesOfOrigin on /api/imdb/title-countries-of-origin/v1。 回显必填查找范围(id),再优先返回支持“获取国家/地区来源”目的的字段。 随后输出原始 JSON。 若后端报错,附后端 payload 与精确 operation ID。

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