Install
openclaw skills install justoneapi-douban-get-movie-commentsCall GET /api/douban/get-movie-comments/v1 for Douban Movie Comments through JustOneAPI with subjectId.
openclaw skills install justoneapi-douban-get-movie-commentsUse 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.
doubanget-movie-commentsjustoneapi-douban-get-movie-comments| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getMovieCommentsV1 | v1 | GET | /api/douban/get-movie-comments/v1 | Comments |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
page | query | n/a | all | integer | Page number for pagination |
sort | query | n/a | all | string | Sort order for the result set. Available Values: - time: Time - new_score: New Score |
sort enum | values | n/a | n/a | n/a | new_score, time |
subjectId | query | all | n/a | string | The unique ID for a movie or TV subject on Douban |
Request body: none documented; send parameters through path or query arguments.
Use getMovieCommentsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
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.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getMovieCommentsV1 on /api/douban/get-movie-comments/v1.subjectId) before summarizing results.