Install
openclaw skills install justoneapi-weibo-search-profileCall GET /api/weibo/search-profile/v1 for Weibo Search User Published Posts through JustOneAPI with q and uid.
openclaw skills install justoneapi-weibo-search-profileUse this focused JustOneAPI skill for search User Published Posts in Weibo. It targets GET /api/weibo/search-profile/v1. Required non-token inputs are q and uid. OpenAPI describes it as: Get Weibo search User Published Posts data, including matched results, metadata, and ranking signals, for author research and historical content discovery.
weibosearch-profilejustoneapi-weibo-search-profile| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
searchProfileV1 | v1 | GET | /api/weibo/search-profile/v1 | Search User Published Posts |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
endDay | query | n/a | all | string | End Day (yyyy-MM-dd) |
page | query | n/a | all | integer | Page number, starting with 1 |
q | query | all | n/a | string | Search Keywords |
startDay | query | n/a | all | string | Start Day (yyyy-MM-dd) |
uid | query | all | n/a | string | Weibo User ID (UID) |
Request body: none documented; send parameters through path or query arguments.
Use searchProfileV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: searchProfileV1.
node {baseDir}/bin/run.mjs --operation "searchProfileV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"uid":"<uid>","q":"<q>"}'
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.searchProfileV1 on /api/weibo/search-profile/v1.q and uid) before summarizing results.