Install
openclaw skills install justoneapi-weibo-get-user-video-listCall GET /api/weibo/get-user-video-list/v1 for Weibo User Video List through JustOneAPI with uid.
openclaw skills install justoneapi-weibo-get-user-video-listUse this focused JustOneAPI skill for user Video List in Weibo. It targets GET /api/weibo/get-user-video-list/v1. Required non-token inputs are uid. OpenAPI describes it as: Get Weibo user Video list data (waterfall), including pagination cursor for next page.
weiboget-user-video-listjustoneapi-weibo-get-user-video-list| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getWeiboUserVideoListV1 | v1 | GET | /api/weibo/get-user-video-list/v1 | User Video List |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
cursor | query | n/a | all | string | Pagination cursor returned by the previous response |
uid | query | all | n/a | string | Weibo User ID (UID) |
Request body: none documented; send parameters through path or query arguments.
Use getWeiboUserVideoListV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getWeiboUserVideoListV1.
node {baseDir}/bin/run.mjs --operation "getWeiboUserVideoListV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"uid":"<uid>"}'
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.getWeiboUserVideoListV1 on /api/weibo/get-user-video-list/v1.uid) before summarizing results.