Install
openclaw skills install justoneapi-weibo-get-user-postCall GET /api/weibo/get-user-post/v1 for Weibo User Published Posts through JustOneAPI with uid.
openclaw skills install justoneapi-weibo-get-user-postUse this focused JustOneAPI skill for user Published Posts in Weibo. It targets GET /api/weibo/get-user-post/v1. Required non-token inputs are uid. OpenAPI describes it as: Get Weibo user Published Posts data, including text, media, and publish times, for account monitoring.
weiboget-user-postjustoneapi-weibo-get-user-post| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getUserPublishedPostsV1 | v1 | GET | /api/weibo/get-user-post/v1 | User Published Posts |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
page | query | n/a | all | integer | Page number, starting with 1 |
sinceId | query | n/a | all | string | Pagination cursor (since_id). Required if page > 1 |
uid | query | all | n/a | string | Weibo User ID (UID) |
Request body: none documented; send parameters through path or query arguments.
Use getUserPublishedPostsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getUserPublishedPostsV1.
node {baseDir}/bin/run.mjs --operation "getUserPublishedPostsV1" --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.getUserPublishedPostsV1 on /api/weibo/get-user-post/v1.uid) before summarizing results.