Douban Movie Comments API

v1.0.0

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

0· 64·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-comments.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douban-get-movie-comments
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 match the requested artifacts: the skill requires node and JUST_ONE_API_TOKEN which are expected for calling JustOneAPI. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided node helper and to request subjectId before calling. The helper performs a single GET to JustOneAPI and prints raw JSON. Note: the SKILL.md asks the agent to echo a short summary before raw JSON — the helper only prints JSON, so the agent must format the summary itself. Also the token is passed as a query parameter (per the manifest), which can expose it in URLs/logs; this is an operational/privacy concern but not an incoherence.
Install Mechanism
No install spec (instruction-only plus a small helper script). No network downloads or archive extraction; only requires an existing node binary.
Credentials
Only a single required env var (JUST_ONE_API_TOKEN) is declared and used — appropriate for the API. Minor caveat: the script injects the token as a query parameter, which can expose credentials in server logs or referrers; consider whether the API supports Authorization headers or tokens with limited scope/rotation.
Persistence & Privilege
always is false and the skill does not request persistent system-level changes or other skills' configuration. It does not store or modify agent state.
Assessment
This skill appears to do only what it says: call JustOneAPI's Douban comments endpoint. Before installing, confirm you trust https://api.justoneapi.com and that the JUST_ONE_API_TOKEN you provide has limited scope and can be rotated. Be aware the helper sends the token as a query parameter (may be recorded in logs or referrer headers); if that is a problem, check whether the API supports passing the token in an Authorization header or request a scoped/ephemeral token. Also note the SKILL.md requests the agent produce a short summary before raw JSON — the helper prints only JSON, so the agent will need to add that formatting step.

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

Douban Movie Comments

Use this focused JustOneAPI skill for comments in Douban Movie. It targets GET /api/douban/get-movie-comments/v1. Required non-token inputs are subjectId. OpenAPI describes it as: Get Douban movie Comments data, including ratings, snippets, and interaction counts, for quick sentiment sampling and review monitoring.

Endpoint Scope

  • Platform key: douban
  • Endpoint key: get-movie-comments
  • Platform family: Douban Movie
  • Skill slug: justoneapi-douban-get-movie-comments
OperationVersionMethodPathOpenAPI summary
getMovieCommentsV1v1GET/api/douban/get-movie-comments/v1Comments

Inputs

ParameterInRequired byOptional byTypeNotes
pagequeryn/aallintegerPage number for pagination
sortqueryn/aallstringSort order for the result set. Available Values: - time: Time - new_score: New Score
sort enumvaluesn/an/an/anew_score, 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 getMovieCommentsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getMovieCommentsV1.

node {baseDir}/bin/run.mjs --operation "getMovieCommentsV1" --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 getMovieCommentsV1 on /api/douban/get-movie-comments/v1.
  • Echo the required lookup scope (subjectId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douban movie Comments data, including ratings, snippets, and interaction counts, for quick sentiment sampling and review monitoring.
  • 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...