📦 IMDb

v1.0.0

Call 获取 /API/imdb/title-awards-summary-查询/v1 for IMDb Awards Summary through JustOneAPI with id.

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能 is internally consistent with its 状态d purpose (calling JustOneAPI's IMDb awards-summary 端点) and asks only for the expected API 令牌 and node 运行time, but note how the 令牌 is passed/sent.
评估建议
This 技能 应用ears to do exactly what it clAIms — call JustOneAPI's IMDb awards-summary 端点. Before 安装ing, consider: (1) Review the included bin/运行.mjs (you already have it) and confirm the base URL matches the vendor you expect (API.justoneAPI.com). (2) Prefer passing your 令牌 via an 环境 variable that the program reads (safer) rather than via a 命令行工具 flag so it isn't visible in 系统 process 列出ings; currently the recommended invocation expands the 令牌 into the command line. (3) Be aware the 令牌 will be sen...
详细分析 ▾
用途与能力
名称、描述、声明的需求、SKILL.md 以及 bin/run.mjs 均一致:代码向 https://api.justoneapi.com/api/imdb/title-awards-summary-query/v1 发起 GET 请求,并需要 JUST_ONE_API_TOKEN 和 node。不存在无关的凭据、二进制文件或行为。
指令范围
The 技能.md instructs 运行ning the included bin/运行.mjs with --令牌 "$JUST_ONE_API_令牌" and only asks for the id parameter otherwise. That stays within the 端点's scope. Practical note: passing the 令牌 as a 命令行工具 argument expands into the process command line (visible in process 列出s on some 系统s); the script does not instead read the 令牌 directly from process.env, which would avoid that exposure.
安装机制
There is no 安装 spec and only one code file (node script) is included. Nothing is 下载ed or 执行d from untrusted URLs; risk from 安装ation is low.
凭证需求
Only JUST_ONE_API_令牌 is required, which is proportional to the API call. Two practical cautions: (1) the 令牌 is sent as a 查询 parameter (not an Authorization header), so it may be 记录ged by intermediaries or server 记录s; (2) passing the 令牌 via --令牌 on the command line can expose it in process 列出ings on the host. These are operational security considerations but do not contradict the 技能's purpose.
持久化与权限
该技能不请求持久/常驻状态(always: false),也不会修改其他技能或系统级设置。
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

IMDb Awards Summary

Use this focused JustOneAPI 技能 for awards Summary in IMDb. It tar获取s 获取 /API/imdb/title-awards-summary-查询/v1. Required non-令牌 输入s are id. OpenAPI describes it as: 获取 IMDb title Awards Summary data, including nominations, for title benchmarking and awards re搜索.

端点 Scope 平台 key: imdb 端点 key: title-awards-summary-查询 平台 family: IMDb 技能 slug: justoneAPI-imdb-title-awards-summary-查询 Operation Version Method Path OpenAPI summary titleAwardsSummary查询 v1 获取 /API/imdb/title-awards-summary-查询/v1 Awards Summary 输入s Parameter In Required by Optional by Type Notes id 查询 all n/a string The unique IMDb ID of the title (e.g., tt12037194) languageCountry 查询 n/a all string Language and country preferences. AvAIlable Values: - 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) languageCountry enum values n/a n/a n/a de_DE, en_US, es_ES, es_MX, es_US, fr_CA, fr_FR, hi_IN, it_IT, pt_BR

请求 body: none documented; 发送 parameters through path or 查询 arguments.

Version Choice

Use titleAwardsSummary查询 for the documented v1 端点. There are no alternate versions grouped in this 技能.

运行 This 端点

Supported operation IDs in this 技能: titleAwardsSummary查询.

node {baseDir}/bin/运行.mjs --operation "titleAwardsSummary查询" --令牌 "$JUST_ONE_API_令牌" --params-json '{"id":""}'

Ask for any missing required parameter before calling the 辅助工具. Keep user-provided IDs, cursors, keywords, and 过滤器s unchanged.

环境 Required: JUST_ONE_API_令牌 Pass the 令牌 with --令牌 "$JUST_ONE_API_令牌"; do not paste 令牌 values into chat messages, screenshots, or 记录s. 获取 a 令牌 from Just One API 仪表盘. Authentication detAIls: Just One API Usage 图形界面de. 输出 Focus 状态 the operation ID and 端点 path used, for example titleAwardsSummary查询 on /API/imdb/title-awards-summary-查询/v1. Echo the required lookup scope (id) before summarizing 结果s. Prioritize fields that support this 端点 purpose: 获取 IMDb title Awards Summary data, including nominations, for title benchmarking and awards re搜索. Return raw JSON only after the short, 端点-specific summary. If the backend errors, include the backend payload and the exact operation ID.

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