← Back to Skills Marketplace
justoneapi

IMDb Recommendations API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-imdb-title-more-like-this-query
Description
Call GET /api/imdb/title-more-like-this-query/v1 for IMDb Recommendations through JustOneAPI with id.
README (SKILL.md)

IMDb Recommendations

Use this focused JustOneAPI skill for recommendations in IMDb. It targets GET /api/imdb/title-more-like-this-query/v1. Required non-token inputs are id. OpenAPI describes it as: Get IMDb title Recommendations data, including related titles and suggestion metadata, for content discovery and recommendation analysis.

Endpoint Scope

  • Platform key: imdb
  • Endpoint key: title-more-like-this-query
  • Platform family: IMDb
  • Skill slug: justoneapi-imdb-title-more-like-this-query
Operation Version Method Path OpenAPI summary
titleMoreLikeThisQuery v1 GET /api/imdb/title-more-like-this-query/v1 Recommendations

Inputs

Parameter In Required by Optional by Type Notes
id query all n/a string The unique IMDb ID of the title (e.g., tt12037194)
languageCountry query 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

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: titleMoreLikeThisQuery.

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

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 titleMoreLikeThisQuery on /api/imdb/title-more-like-this-query/v1.
  • Echo the required lookup scope (id) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get IMDb title Recommendations data, including related titles and suggestion metadata, for content discovery and recommendation analysis.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.
Usage Guidance
This skill appears to do exactly what it claims: call JustOneAPI's IMDb recommendations endpoint using JUST_ONE_API_TOKEN and an IMDb id. Before installing, confirm you trust JustOneAPI to receive requests from your agent (the token will be sent to api.justoneapi.com). Ensure Node is available in the environment. Avoid pasting the token into chat or logs; provide it via the environment variable as instructed. If you need the agent to never call external APIs autonomously, consider disabling autonomous invocation in your agent settings.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-imdb-title-more-like-this-query Version: 1.0.0 The skill is a standard API wrapper for fetching IMDb recommendations via JustOneAPI (api.justoneapi.com). The execution script `bin/run.mjs` is a transparent boilerplate that handles parameter validation and performs a network fetch to the documented endpoint, while the `SKILL.md` file includes appropriate security warnings regarding token handling.
Capability Assessment
Purpose & Capability
Name/description, declared requirements (node, JUST_ONE_API_TOKEN), and the included code (bin/run.mjs) all match a simple HTTP client that calls GET /api/imdb/title-more-like-this-query/v1 with an API token and id. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md limits runtime actions to collecting the required parameter (id) and invoking the provided node script with the declared token. The instructions do not ask the agent to read other files, secrets, or system configuration, nor do they instruct exfiltration to unexpected endpoints.
Install Mechanism
This is an instruction+helper-script skill with no install spec. No downloads or archive extraction occur; only a node script is included, which is low risk and proportional to the purpose.
Credentials
The single required environment variable is JUST_ONE_API_TOKEN (declared as primaryEnv) and is used solely to populate the token query parameter for the API call. No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and normal model invocation settings. The skill does not request persistent system-level privileges or modify other skills; it simply runs the included Node helper when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-imdb-title-more-like-this-query
  3. After installation, invoke the skill by name or use /justoneapi-imdb-title-more-like-this-query
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-imdb-title-more-like-this-query
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is IMDb Recommendations API?

Call GET /api/imdb/title-more-like-this-query/v1 for IMDb Recommendations through JustOneAPI with id. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install IMDb Recommendations API?

Run "/install justoneapi-imdb-title-more-like-this-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is IMDb Recommendations API free?

Yes, IMDb Recommendations API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does IMDb Recommendations API support?

IMDb Recommendations API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created IMDb Recommendations API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.0.

💬 Comments