📦 IMDb

v1.0.0

通过 JustOneAPI 调用 GET /api/imdb/title-box-office-summary/v1 获取 IMDb 票房摘要,需附带 id。

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
此技能是 JustOneAPI 的 IMDb 票房端点的纯指令式 API 客户端,其需求与行为均与该用途一致。
评估建议
This 技能 应用ears to do exactly what it clAIms: call JustOneAPI's IMDb box-office 端点. Before 安装ing, confirm you trust JustOneAPI and are comfortable providing JUST_ONE_API_令牌 (the script 发送s it as a 查询 parameter to https://API.justoneAPI.com, which can be 记录ged by servers or proxies). Ensure you do not paste the 令牌 into chat or 记录s; prefer storing it in the 代理's secret store. Note the 运行.mjs 辅助工具 输出s raw JSON only (技能.md asks for a short summary before raw JSON), so the 代理 should 格式化 any human-frie...
详细分析 ▾
用途与能力
Name, description, required binary (node), required env var (JUST_ONE_API_令牌), and included 运行.mjs all align with calling JustOneAPI's 获取 /API/imdb/title-box-office-summary/v1. There are no unrelated 凭证s, binaries, or 端点s.
指令范围
技能.md instructions are narrowly scoped to gathering the 'id' and calling the 辅助工具. One minor mismatch: 技能.md asks the 代理 to return a short 端点-specific summary followed by raw JSON, but bin/运行.mjs writes only the raw JSON to stdout — the 代理 will need to 格式化 the summary itself. 技能.md correctly warns not to paste the 令牌 in chat.
安装机制
No 安装 spec (instruction-only) and the included script is a small Node 辅助工具 — nothing is 下载ed from external or untrusted sources and nothing will be written to disk beyond using the provided script.
凭证需求
Only JUST_ONE_API_令牌 is required, which is 应用ropriate. One operational detAIl: the 令牌 is sent as a 查询 parameter (params.令牌) rather than in an Authorization header; this is coherent with the manifest but has 隐私 implications because 令牌s in 查询 strings can be 记录ged by intermediaries or servers.
持久化与权限
技能 does not 请求 persistent presence (always: false), does not modify other 技能s or 系统 configs, and has no elevated privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

IMDb 票房概览 使用此专用的 JustOneAPI 技能获取 IMDb 票房概览。它调用 GET /api/imdb/title-box-office-summary/v1。 必填非 token 输入:id。 OpenAPI 描述:获取 IMDb 影片票房汇总数据,包括总票房及相关表现指标,用于收入追踪与影片对比。

端点范围 Platform key: imdb Endpoint key: title-box-office-summary Platform family: IMDb Skill slug: justoneapi-imdb-title-box-office-summary

操作版本 Method: GET Path: /api/imdb/title-box-office-summary/v1 OpenAPI summary: Box Office Summary

输入参数 id(query,必填,string):影片唯一 IMDb ID,例:tt12037194 languageCountry(query,可选,string):语言及地区偏好。可选值: en_US, fr_CA, fr_FR, de_DE, hi_IN, it_IT, pt_BR, es_ES, es_US, es_MX

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

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

运行端点 支持的操作 ID:titleBoxOfficeSummary node {baseDir}/bin/run.mjs --operation "titleBoxOfficeSummary" --token "$JUST_ONE_API_TOKEN" --params-json '{"id":""}' 调用前请确认必填参数已提供;保留用户给出的 ID、游标、关键词及过滤器。

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

输出焦点 先说明所用 operation ID 与端点路径,例如 titleBoxOfficeSummary on /api/imdb/title-box-office-summary/v1。 回显必填查找范围(id)。 优先展示支持“获取 IMDb 影片票房汇总数据”的字段。 简短端点专属摘要后,附原始 JSON。 若后端报错,附上后端 payload 与确切 operation ID。

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