Douban Movie Review Details API

v1.0.0

Call GET /api/douban/get-movie-review-detail/v1 for Douban Movie Review Details through JustOneAPI with reviewId.

0· 72·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-douban-get-movie-review-detail.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douban Movie Review Details API" (justoneapi/justoneapi-douban-get-movie-review-detail) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douban-get-movie-review-detail
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-douban-get-movie-review-detail

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douban-get-movie-review-detail
Security Scan
Capability signals
Requires OAuth tokenRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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
latestvk97eba1ppdj2tnxn9w59hbn2ed85cn92
72downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

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
OperationVersionMethodPathOpenAPI summary
getMovieReviewDetailsV1v1GET/api/douban/get-movie-review-detail/v1Review Details

Inputs

ParameterInRequired byOptional byTypeNotes
reviewIdqueryalln/astringThe 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":"<reviewId>"}'

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.

Comments

Loading comments...