← Back to Skills Marketplace
justoneapi

Douban Movie Review Details API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-douban-get-movie-review-detail
Description
Call GET /api/douban/get-movie-review-detail/v1 for Douban Movie Review Details through JustOneAPI with reviewId.
README (SKILL.md)

Douban Movie Review Details

Use this focused JustOneAPI skill for review Details in Douban Movie. It targets GET /api/douban/get-movie-review-detail/v1. Required non-token inputs are reviewId. OpenAPI describes it as: Get Douban movie Review Details data, including metadata, content fields, and engagement signals, for review archiving and detailed opinion analysis.

Endpoint Scope

  • Platform key: douban
  • Endpoint key: get-movie-review-detail
  • Platform family: Douban Movie
  • Skill slug: justoneapi-douban-get-movie-review-detail
Operation Version Method Path OpenAPI summary
getMovieReviewDetailsV1 v1 GET /api/douban/get-movie-review-detail/v1 Review Details

Inputs

Parameter In Required by Optional by Type Notes
reviewId query all n/a string The unique ID for a specific review on Douban

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getMovieReviewDetailsV1.

node {baseDir}/bin/run.mjs --operation "getMovieReviewDetailsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"reviewId":"\x3CreviewId>"}'

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 getMovieReviewDetailsV1 on /api/douban/get-movie-review-detail/v1.
  • Echo the required lookup scope (reviewId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douban movie Review Details data, including metadata, content fields, and engagement signals, for review archiving and detailed opinion 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 to fetch Douban review details. Before installing, ensure your JUST_ONE_API_TOKEN is a token you trust with this single vendor (rotate/revoke if compromised). Be aware the token is passed in the URL query string — it can be recorded in server logs, proxy logs, or appear in Referer headers — so avoid sharing the token elsewhere and prefer tokens with limited scope. Confirm your runtime Node version supports fetch (Node 18+ or polyfill) and review JustOneAPI's privacy/retention policy if you care about how queries are logged. Finally, only install skills from publishers you trust; the package source here is 'unknown' and points to justoneapi.com as the endpoint.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-douban-get-movie-review-detail Version: 1.0.0 The skill is a standard API wrapper designed to fetch Douban movie review details via the JustOneAPI service. The core logic in `bin/run.mjs` is a straightforward Node.js script that uses the native fetch API to communicate with `https://api.justoneapi.com`, with no evidence of data exfiltration, obfuscation, or unauthorized system access.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name and description match the code and SKILL.md. The skill only requires node and JUST_ONE_API_TOKEN which are consistent with running the included Node helper that calls JustOneAPI's endpoint.
Instruction Scope
SKILL.md and bin/run.mjs limit actions to building an HTTPS request to https://api.justoneapi.com and returning the JSON response. One noteworthy point: the API token is sent as a query parameter (parameter name 'token'), which means the token will appear in the request URL and could be exposed in logs, proxy traces, or Referer headers. The skill does not read other environment variables, user files, or unrelated system state.
Install Mechanism
There is no install spec; this is effectively an instruction + helper script. The helper is a small Node script included in the package — no external downloads or installers are performed.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential. This is proportional to the task of authenticating to JustOneAPI. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request permanent inclusion (always is false) and does not modify other skills or system configs. It runs as an on-demand helper and does not persist credentials beyond using the provided token for the HTTP call.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-douban-get-movie-review-detail
  3. After installation, invoke the skill by name or use /justoneapi-douban-get-movie-review-detail
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-douban-get-movie-review-detail
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Douban Movie Review Details API?

Call GET /api/douban/get-movie-review-detail/v1 for Douban Movie Review Details through JustOneAPI with reviewId. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Douban Movie Review Details API?

Run "/install justoneapi-douban-get-movie-review-detail" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Douban Movie Review Details API free?

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

Which platforms does Douban Movie Review Details API support?

Douban Movie Review Details API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Douban Movie Review Details API?

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

💬 Comments