Install
openclaw skills install justoneapi-weibo-search-allClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Call GET /api/weibo/search-all/v2 for Weibo Keyword Search through JustOneAPI with endDay, endHour, q, startDay, and startHour.
openclaw skills install justoneapi-weibo-search-allUse this focused JustOneAPI skill for keyword Search in Weibo. It targets GET /api/weibo/search-all/v2. Required non-token inputs are endDay, endHour, q, startDay, and startHour. OpenAPI describes it as: Get Weibo keyword Search data, including authors, publish times, and engagement signals, for trend monitoring.
weibosearch-alljustoneapi-weibo-search-all| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
searchAllV2 | v2 | GET | /api/weibo/search-all/v2 | Keyword Search |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
contains | query | n/a | all | string | Contains filter for the result set. Available Values: - ALL: All - PICTURE: Has Picture - VIDEO: Has Video - MUSIC: Has Music - LINK: Has Link |
contains enum | values | n/a | n/a | n/a | ALL, LINK, MUSIC, PICTURE, VIDEO |
endDay | query | all | n/a | string | End Day (yyyy-MM-dd) |
endHour | query | all | n/a | integer | End Hour (0-23) |
hotSort | query | n/a | all | boolean | Hot sort, true for hot sort, false for time sort. Default is false |
page | query | n/a | all | integer | Page number, starting with 1 |
q | query | all | n/a | string | Search Keywords |
startDay | query | all | n/a | string | Start Day (yyyy-MM-dd) |
startHour | query | all | n/a | integer | Start Hour (0-23) |
Request body: none documented; send parameters through path or query arguments.
Use searchAllV2 for the documented v2 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: searchAllV2.
node {baseDir}/bin/run.mjs --operation "searchAllV2" --token "$JUST_ONE_API_TOKEN" --params-json '{"q":"<q>","startDay":"<startDay>","startHour":1,"endDay":"<endDay>","endHour":1}'
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.searchAllV2 on /api/weibo/search-all/v2.endDay, endHour, q, startDay, and startHour) before summarizing results.