📦 IMDb Release Expectation API

v1.0.0

Call 获取 /API/imdb/title-release-expectation-查询/v1 for IMDb Release Expectation through JustOneAPI with id.

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能 is a thin, coherent wr应用er around a JustOneAPI IMDb 端点 and only 请求s the expected Node 运行time and a single API 令牌 needed to call that API.
评估建议
此技能仅执行其描述的操作:调用 JustOneAPI 的 IMDb release-expectation 端点。安装前,请确认你愿意向该技能提供 JustOneAPI 的 API token,并确保该 token 权限最小。注意,token 会随附脚本以 URL 查询参数形式发送(依据 OpenAPI manifest),可能被代理或服务器日志记录——如有可能,优先使用 header 认证方式。先用无特权 token 测试,验证返回结果是否符合预期。最后注意,SKILL.md 要求的输出格式(summary + 原始 JSON)与脚本实际仅打印 JSON 响应存在微小差异。...
详细分析 ▾
用途与能力
名称/描述、所需二进制文件(node)及必需环境变量(JUST_ONE_API_TOKEN)均与用于 JustOneAPI 的 IMDb 端点的轻量 HTTP 客户端保持一致。不会请求任何无关的凭据、二进制文件或配置路径。
指令范围
技能.md limits scope to calling the documented 获取 端点 and asks the 代理 to 请求 missing parameters before calling. The included 运行.mjs implements only a direct HTTP call and prints the JSON 响应. Minor mismatch: 技能.md asks the 代理 to echo operation ID and a short summary before raw JSON, but the script itself writes only the JSON 响应; this is a usability mismatch, not a security concern.
安装机制
No 安装 spec or external 下载s; 技能 is instruction-only with an included Node script. Nothing is fetched from arbitrary URLs or written to unexpected locations.
凭证需求
仅需 JUST_ONE_API_TOKEN,并声明为主要凭证,这对 API 客户端是合理的。 注意:manifest 和 script 通过查询参数传递该 token,可能在日志或代理中暴露——这是 API 设计细节,而非与技能目的不符。
持久化与权限
技能 does not 请求 persistent/always-on presence, does not modify other 技能s or 系统 设置tings, and does not require elevated privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

IMDb Release Expectation

Use this focused JustOneAPI 技能 for release Expectation in IMDb. It tar获取s 获取 /API/imdb/title-release-expectation-查询/v1. Required non-令牌 输入s are id. OpenAPI describes it as: 获取 IMDb title Release Expectation data, including production 状态, release dates, and anticipation 签名als, for release 监控ing and title re搜索.

端点 Scope 平台 key: imdb 端点 key: title-release-expectation-查询 平台 family: IMDb 技能 slug: justoneAPI-imdb-title-release-expectation-查询 Operation Version Method Path OpenAPI summary titleReleaseExpectation查询 v1 获取 /API/imdb/title-release-expectation-查询/v1 Release Expectation 输入s Parameter In Required by Optional by Type Notes accept缓存 查询 n/a all boolean Whether to accept 缓存d data 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 titleReleaseExpectation查询 for the documented v1 端点. There are no alternate versions grouped in this 技能.

运行 This 端点

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

node {baseDir}/bin/运行.mjs --operation "titleReleaseExpectation查询" --令牌 "$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 titleReleaseExpectation查询 on /API/imdb/title-release-expectation-查询/v1. Echo the required lookup scope (id) before summarizing 结果s. Prioritize fields that support this 端点 purpose: 获取 IMDb title Release Expectation data, including production 状态, release dates, and anticipation 签名als, for release 监控ing and title re搜索. Return raw JSON only after the short, 端点-specific summary. If the backend errors, include the backend payload and the exact operation ID.

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