← 返回 Skills 市场
justoneapi

IMDb API

作者 justoneapi · GitHub ↗ · v1.0.8 · MIT-0
cross-platform ✓ 安全检测通过
193
总下载
0
收藏
1
当前安装
9
版本数
在 OpenClaw 中安装
/install justoneapi-imdb
功能描述
Analyze IMDb workflows with JustOneAPI, including release Expectation, extended Details, and top Cast and Crew across 19 operations.
使用说明 (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.
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-imdb
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-imdb 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug justoneapi-imdb
版本 1.0.8
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 9
常见问题

IMDb API 是什么?

Analyze IMDb workflows with JustOneAPI, including release Expectation, extended Details, and top Cast and Crew across 19 operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 193 次。

如何安装 IMDb API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-imdb」即可一键安装,无需额外配置。

IMDb API 是免费的吗?

是的,IMDb API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

IMDb API 支持哪些平台?

IMDb API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 IMDb API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.8。

💬 留言讨论