Install
openclaw skills install @justoneapi/justoneapi-kuaishou-get-video-commentCall GET /api/kuaishou/get-video-comment/v1 for Kuaishou Video Comments through JustOneAPI with videoId.
openclaw skills install @justoneapi/justoneapi-kuaishou-get-video-commentUse this focused JustOneAPI skill for video Comments in Kuaishou. It targets GET /api/kuaishou/get-video-comment/v1. Required non-token inputs are videoId. OpenAPI describes it as: Retrieves public comments of a Kuaishou video, including comment content, author info, like count, and reply count. Typical use cases: - Sentiment analysis and community feedback monitoring - Gathering engagement data for specific videos.
kuaishouget-video-commentjustoneapi-kuaishou-get-video-comment| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getVideoCommentsV1 | v1 | GET | /api/kuaishou/get-video-comment/v1 | Video Comments |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
pcursor | query | n/a | all | string | Pagination cursor for subsequent pages |
videoId | query | all | n/a | string | The unique ID of the Kuaishou video, e.g. 3xbknvct79h46h9 or refer_photo_id 177012131237 |
Request body: none documented; send parameters through path or query arguments.
Use getVideoCommentsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getVideoCommentsV1.
node {baseDir}/bin/run.mjs --operation "getVideoCommentsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"videoId":"<videoId>"}'
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.getVideoCommentsV1 on /api/kuaishou/get-video-comment/v1.videoId) before summarizing results.