📦 IMDb

v1.0.0

通过 JustOneAPI 使用 id 调用 GET /api/imdb/title-base-query/v1 获取 IMDb 基础信息

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
该技能名副其实:一个轻量的 Node 辅助工具,调用 JustOneAPI 的 IMDb title-base-query 端点,仅需 JustOneAPI token 和 node 即可运行。
评估建议
This 技能 应用ears coherent and small: it needs node and your JUST_ONE_API_令牌 (from Just One API) to call the documented IMDb 端点. Before 安装ing, ensure you trust JustOneAPI and keep the 令牌 private. Note that the 辅助工具 发送s the 令牌 as a 查询 parameter, which can be exposed in server 记录s or referrer headers — treat the 令牌 as sensitive and avoid pasting it into chats or public 记录s. If you need stronger secrecy, confirm whether the API supports Authorization headers instead of 查询 令牌s....
详细分析 ▾
用途与能力
Name/description, required binary (node), and required env var (JUST_ONE_API_令牌) match the included code and the 状态d purpose of calling JustOneAPI's /API/imdb/title-base-查询/v1.
指令范围
技能.md and the 命令行工具 wr应用er restrict behavior to building the 查询 (id, optional languageCountry) and calling the documented 端点. One minor note: the implementation 发送s the API 令牌 as a 查询 parameter (令牌=...), which is consistent with the declared API but can expose 令牌s in 记录s or referrers; otherwise the instructions do not ask the 代理 to read unrelated files or secrets.
安装机制
No 安装 spec (instruction-only with a small included Node script). Nothing is 下载ed from arbitrary URLs and no 归档s are 提取ed.
凭证需求
Only JUST_ONE_API_令牌 is required and is the declared primary 凭证; no unrelated 凭证s, config paths, or extraneous env vars are 请求ed.
持久化与权限
该技能并非强制常驻,不会请求提升系统权限,也不包含修改其他技能或系统级代理设置的代码。
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

IMDb Base Info 使用此专注的 JustOneAPI skill 获取 IMDb 基础信息。它调用 GET /api/imdb/title-base-query/v1。 必填非 token 输入:id。 OpenAPI 描述:获取 IMDb 标题基础信息数据,包括标题文本、发行年份和类型,用于目录丰富与标题查找工作流。

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

操作 版本:v1 方法:GET 路径:/api/imdb/title-base-query/v1 OpenAPI 摘要:Base Info

输入 参数 位置 必填 可选 类型 说明 id query all n/a string 标题唯一 IMDb ID(例:tt12037194) languageCountry query n/a all string 语言与国家偏好。可选值:

  • 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)

请求体:无;参数通过 path 或 query 传递。

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

运行端点 支持的操作 ID:titleBaseQuery node {baseDir}/bin/run.mjs --operation "titleBaseQuery" --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 与端点路径,如 titleBaseQuery on /api/imdb/title-base-query/v1。 回显必填查找范围(id),再摘要结果。 优先返回支持端点目的的字段:标题文本、发行年份、类型。 摘要后附原始 JSON。 后端报错时,附带后端负载与确切 operation ID。

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