Install
openclaw skills install justoneapi-weibo-get-user-detailCall GET /api/weibo/get-user-detail/v3 for Weibo User Profile through JustOneAPI with uid.
openclaw skills install justoneapi-weibo-get-user-detailUse this focused JustOneAPI skill for user Profile in Weibo. It targets GET /api/weibo/get-user-detail/v3. Required non-token inputs are uid. OpenAPI describes it as: Get Weibo user Profile data, including follower counts, verification status, and bio details, for creator research and account analysis.
weiboget-user-detailjustoneapi-weibo-get-user-detail| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getUserProfileV3 | v3 | GET | /api/weibo/get-user-detail/v3 | User Profile |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
uid | query | all | n/a | string | Weibo User ID (UID) |
Request body: none documented; send parameters through path or query arguments.
Use getUserProfileV3 for the documented v3 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getUserProfileV3.
node {baseDir}/bin/run.mjs --operation "getUserProfileV3" --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.getUserProfileV3 on /api/weibo/get-user-detail/v3.uid) before summarizing results.