Install
openclaw skills install @justoneapi/justoneapi-douban-get-subject-detailCall GET /api/douban/get-subject-detail/v1 for Douban Movie Subject Details through JustOneAPI with subjectId.
openclaw skills install @justoneapi/justoneapi-douban-get-subject-detailUse this focused JustOneAPI skill for subject Details in Douban Movie. It targets GET /api/douban/get-subject-detail/v1. Required non-token inputs are subjectId. OpenAPI describes it as: Get Douban subject Details data, including title, rating, and cast, for title enrichment and catalog research.
doubanget-subject-detailjustoneapi-douban-get-subject-detail| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getSubjectDetailV1 | v1 | GET | /api/douban/get-subject-detail/v1 | Subject Details |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
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 getSubjectDetailV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getSubjectDetailV1.
node {baseDir}/bin/run.mjs --operation "getSubjectDetailV1" --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.getSubjectDetailV1 on /api/douban/get-subject-detail/v1.subjectId) before summarizing results.