← Back to Skills Marketplace
justoneapi

IMDb API

by justoneapi · GitHub ↗ · v1.0.8 · MIT-0
cross-platform ✓ Security Clean
193
Downloads
0
Stars
1
Active Installs
9
Versions
Install in OpenClaw
/install justoneapi-imdb
Description
Analyze IMDb workflows with JustOneAPI, including release Expectation, extended Details, and top Cast and Crew across 19 operations.
README (SKILL.md)

IMDb

This skill wraps 19 IMDb operations exposed by JustOneAPI. It is strongest for release Expectation, extended Details, top Cast and Crew, and base Info. Expect common inputs such as languageCountry, id, acceptCache, category, limit.

When To Use It

  • The user needs release Expectation or extended Details on IMDb.
  • The task lines up with top Cast and Crew rather than a generic cross-platform workflow.
  • The user can provide identifiers or filters such as languageCountry, id, acceptCache, category.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • titleReleaseExpectationQuery: Release Expectation — Get IMDb title Release Expectation data, including production status, release dates, and anticipation signals, for release monitoring and title research
  • titleExtendedDetailsQuery: Extended Details — Get IMDb title Extended Details data, including title info, images, and genres, for title enrichment and catalog research
  • titleTopCastAndCrew: Top Cast and Crew — Get IMDb title Top Cast and Crew data, including names, roles, and profile references, for talent research and title enrichment
  • titleBaseQuery: Base Info — Get IMDb title Base Info data, including title text, release year, and type, for catalog enrichment and title lookup workflows

Request Pattern

  • 19 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are languageCountry, id, acceptCache, category, limit.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: titleReleaseExpectationQuery, titleExtendedDetailsQuery, titleTopCastAndCrew, titleBaseQuery.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Environment

  • Required: JUST_ONE_API_TOKEN
  • This skill uses JUST_ONE_API_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Rules

  • Start with a plain-language answer tied to the IMDb task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using titleReleaseExpectationQuery, explain why the returned fields answer the user's question.
  • If the user gave filters such as languageCountry, id, acceptCache, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.
Usage Guidance
This skill appears to do only what it says: call JustOneAPI IMDb endpoints. Before installing: (1) Keep JUST_ONE_API_TOKEN private and only provide it to agents you trust. (2) Prefer passing the token via a secure environment variable rather than on the command line to avoid exposure in process listings or command logs. (3) If you want extra assurance, quickly review bin/run.mjs locally to confirm it only issues HTTP GET requests to https://api.justoneapi.com and doesn't log or forward your token elsewhere.
Capability Assessment
Purpose & Capability
Name/description match the contained OpenAPI operations and the skill only asks for node and JUST_ONE_API_TOKEN — both required to call JustOneAPI. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md limits runtime actions to selecting an endpoint and running the provided node CLI to call JustOneAPI. It instructs the agent to ask for missing parameters and not to invent values. Minor concern: the recommended invocation passes the token on the command line (--token "$JUST_ONE_API_TOKEN"), which can expose the token in process listings or logs on multi-user systems — this is an operational exposure risk but not evidence of malicious intent.
Install Mechanism
No install spec is present (instruction-only). A code file (bin/run.mjs) is bundled but no external downloads or package installs are required by the skill itself; required runtime is only node. This is proportionate for a CLI wrapper.
Credentials
Only one environment variable (JUST_ONE_API_TOKEN) is required and is declared as the primary credential. The SKILL.md explicitly states the token is used only for authenticated Just One API requests; there are no other requested secrets or config paths.
Persistence & Privilege
The skill is not forced always-on (always:false) and does not request elevated or cross-skill configuration. Autonomous invocation is enabled by default (normal); nothing else requests persistent system privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-imdb
  3. After installation, invoke the skill by name or use /justoneapi-imdb
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.8
- Updated generated/operations.json and generated/operations.md documentation. - No code or functional logic changes in this release. - Documentation refresh only; behavior and API unchanged.
v1.0.7
- Updated authentication guide link in the Environment section to use a referral URL with UTM parameters. - No changes to core logic, endpoints, or behavior—documentation update only.
v1.0.6
- Updated the Just One API Dashboard link for obtaining a token to include referral parameters and direct to the login page. - No other changes to skill logic, features, or workflows.
v1.0.5
- Clarified environment section to specify that JUST_ONE_API_TOKEN is used only for authenticated API requests. - No functional or behavioral changes; documentation improved for clarity around token use.
v1.0.4
- SKILL.md updated to clarify that the `JUST_ONE_API_TOKEN` environment variable must be kept private and not pasted into chats, screenshots, or logs. - No changes to code or functionality; documentation update only.
v1.0.3
- Improved environment setup instructions to include where to obtain the required API token and links to authentication documentation. - No changes to code or API operations; documentation update only.
v1.0.2
rename
v1.0.1
- Updated skill name from "justoneapi_imdb" to "IMDb API" for clarity. - No changes to API operations, usage, or functionality. - Documentation improvements for transparency and naming consistency.
v1.0.0
justoneapi-imdb 1.0.0 - Initial release with 19 IMDb-focused operations powered by JustOneAPI. - Supports key workflows: release expectation, extended details, top cast and crew, and base info from IMDb. - Parameter-driven requests using common filters like `languageCountry`, `id`, `category`, and `limit`. - Read-only access; all operations use HTTP GET. - Requires a `JUST_ONE_API_TOKEN` for authentication.
Metadata
Slug justoneapi-imdb
Version 1.0.8
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 9
Frequently Asked Questions

What is IMDb API?

Analyze IMDb workflows with JustOneAPI, including release Expectation, extended Details, and top Cast and Crew across 19 operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 193 downloads so far.

How do I install IMDb API?

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

Is IMDb API free?

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

Which platforms does IMDb API support?

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

Who created IMDb API?

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

💬 Comments