Douban Movie Movie Reviews API

v1.0.0

Call GET /api/douban/get-movie-reviews/v1 for Douban Movie Movie Reviews through JustOneAPI with subjectId.

0· 75·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-reviews.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douban-get-movie-reviews
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, description, manifest, and included files consistently describe a single GET endpoint (/api/douban/get-movie-reviews/v1). Requested items (node binary and JUST_ONE_API_TOKEN) are appropriate and expected for a small CLI helper that calls an external API.
Instruction Scope
SKILL.md limits runtime actions to calling the documented endpoint and asking for missing parameters. It instructs passing the API token via --token "$JUST_ONE_API_TOKEN". Note: passing a secret as a command-line argument exposes it in process listings on multi-user systems; consider reading the token from an environment variable inside the script or another mechanism if running on shared hosts. The script prints backend payloads and errors to stdout/stderr as described.
Install Mechanism
No external install/spec is included; the package is instruction-only with a single local Node script (bin/run.mjs). No downloads from remote URLs or archive extraction are performed by the skill itself, so installation risk is low.
Credentials
Only one credential is required (JUST_ONE_API_TOKEN) and it is marked as the primary credential. That matches the stated need to authenticate to JustOneAPI; no unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request permanent/system-wide presence (always: false), does not alter other skills' configs, and has no install-time actions. Autonomous invocation is allowed by default but is normal for skills and not combined with other red flags here.
Assessment
This skill appears to do only what it claims: call JustOneAPI's Douban reviews endpoint. Before installing, consider: 1) Keep JUST_ONE_API_TOKEN limited (rotate/revoke if exposed), and avoid running the CLI form with your token visible on shared machines because command-line arguments can be seen in process listings — prefer a variant that reads the token from a protected environment variable or a file with restricted permissions. 2) Expect the skill to send requests to https://api.justoneapi.com and to print the API response (and backend error payloads) to stdout/stderr; do not run it on systems where those outputs might be captured and leaked. 3) Verify the token source (JustOneAPI dashboard) and the permissions associated with the token before use. Overall the artifact is internally consistent and coherent with its described purpose.

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

Douban Movie Movie Reviews

Use this focused JustOneAPI skill for movie Reviews in Douban Movie. It targets GET /api/douban/get-movie-reviews/v1. Required non-token inputs are subjectId. OpenAPI describes it as: Get Douban movie Reviews data, including review titles, ratings, and snippets, for audience sentiment analysis and review research.

Endpoint Scope

  • Platform key: douban
  • Endpoint key: get-movie-reviews
  • Platform family: Douban Movie
  • Skill slug: justoneapi-douban-get-movie-reviews
OperationVersionMethodPathOpenAPI summary
getMovieReviewsV1v1GET/api/douban/get-movie-reviews/v1Movie Reviews

Inputs

ParameterInRequired byOptional byTypeNotes
pagequeryn/aallintegerPage number for pagination
sortqueryn/aallstringSort order for the result set. Available Values: - time: Time - hotest: Hotest
sort enumvaluesn/an/an/ahotest, time
subjectIdqueryalln/astringThe unique ID for a movie or TV subject on Douban

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getMovieReviewsV1.

node {baseDir}/bin/run.mjs --operation "getMovieReviewsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"subjectId":"<subjectId>"}'

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 getMovieReviewsV1 on /api/douban/get-movie-reviews/v1.
  • Echo the required lookup scope (subjectId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douban movie Reviews data, including review titles, ratings, and snippets, for audience sentiment analysis and review research.
  • 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...