IMDb Awards Summary API

v1.0.0

Call GET /api/imdb/title-awards-summary-query/v1 for IMDb Awards Summary through JustOneAPI with id.

0· 47·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-imdb-title-awards-summary-query.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "IMDb Awards Summary API" (justoneapi/justoneapi-imdb-title-awards-summary-query) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-imdb-title-awards-summary-query
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-imdb-title-awards-summary-query

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-imdb-title-awards-summary-query
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, declared requirements, SKILL.md, and bin/run.mjs all align: the code issues a GET to https://api.justoneapi.com/api/imdb/title-awards-summary-query/v1 and requires JUST_ONE_API_TOKEN and node. No unrelated credentials, binaries, or behaviors are present.
Instruction Scope
The SKILL.md instructs running the included bin/run.mjs with --token "$JUST_ONE_API_TOKEN" and only asks for the id parameter otherwise. That stays within the endpoint's scope. Practical note: passing the token as a CLI argument expands into the process command line (visible in process lists on some systems); the script does not instead read the token directly from process.env, which would avoid that exposure.
Install Mechanism
There is no install spec and only one code file (node script) is included. Nothing is downloaded or executed from untrusted URLs; risk from installation is low.
Credentials
Only JUST_ONE_API_TOKEN is required, which is proportional to the API call. Two practical cautions: (1) the token is sent as a query parameter (not an Authorization header), so it may be logged by intermediaries or server logs; (2) passing the token via --token on the command line can expose it in process listings on the host. These are operational security considerations but do not contradict the skill's purpose.
Persistence & Privilege
The skill does not request persistent/always-on presence (always: false) and does not modify other skills or system-wide settings.
Assessment
This skill appears to do exactly what it claims — call JustOneAPI's IMDb awards-summary endpoint. Before installing, consider: (1) Review the included bin/run.mjs (you already have it) and confirm the base URL matches the vendor you expect (api.justoneapi.com). (2) Prefer passing your token via an environment variable that the program reads (safer) rather than via a CLI flag so it isn't visible in system process listings; currently the recommended invocation expands the token into the command line. (3) Be aware the token will be sent in the URL query string (it may be stored in logs or visible to intermediaries); if you need stronger confidentiality, ask the provider for a header-based auth or use a short-lived token. (4) If you rely on this skill for sensitive workflows, restrict the token's scope on the JustOneAPI dashboard and rotate it if compromised.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk97bverz826f213sawgj5f627s85nef0
47downloads
0stars
1versions
Updated 8h ago
v1.0.0
MIT-0

IMDb Awards Summary

Use this focused JustOneAPI skill for awards Summary in IMDb. It targets GET /api/imdb/title-awards-summary-query/v1. Required non-token inputs are id. OpenAPI describes it as: Get IMDb title Awards Summary data, including nominations, for title benchmarking and awards research.

Endpoint Scope

  • Platform key: imdb
  • Endpoint key: title-awards-summary-query
  • Platform family: IMDb
  • Skill slug: justoneapi-imdb-title-awards-summary-query
OperationVersionMethodPathOpenAPI summary
titleAwardsSummaryQueryv1GET/api/imdb/title-awards-summary-query/v1Awards Summary

Inputs

ParameterInRequired byOptional byTypeNotes
idqueryalln/astringThe unique IMDb ID of the title (e.g., tt12037194)
languageCountryqueryn/aallstringLanguage 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 enumvaluesn/an/an/ade_DE, en_US, es_ES, es_MX, es_US, fr_CA, fr_FR, hi_IN, it_IT, pt_BR

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use titleAwardsSummaryQuery for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: titleAwardsSummaryQuery.

node {baseDir}/bin/run.mjs --operation "titleAwardsSummaryQuery" --token "$JUST_ONE_API_TOKEN" --params-json '{"id":"<id>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example titleAwardsSummaryQuery on /api/imdb/title-awards-summary-query/v1.
  • Echo the required lookup scope (id) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get IMDb title Awards Summary data, including nominations, for title benchmarking and awards research.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...