Security warning — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Weibo Keyword Search API

Call GET /api/weibo/search-all/v2 for Weibo Keyword Search through JustOneAPI with endDay, endHour, q, startDay, and startHour.

Audits

Warn

Install

openclaw skills install justoneapi-weibo-search-all

Weibo Keyword Search

Use 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.

Endpoint Scope

  • Platform key: weibo
  • Endpoint key: search-all
  • Platform family: Weibo
  • Skill slug: justoneapi-weibo-search-all
OperationVersionMethodPathOpenAPI summary
searchAllV2v2GET/api/weibo/search-all/v2Keyword Search

Inputs

ParameterInRequired byOptional byTypeNotes
containsqueryn/aallstringContains filter for the result set. Available Values: - ALL: All - PICTURE: Has Picture - VIDEO: Has Video - MUSIC: Has Music - LINK: Has Link
contains enumvaluesn/an/an/aALL, LINK, MUSIC, PICTURE, VIDEO
endDayqueryalln/astringEnd Day (yyyy-MM-dd)
endHourqueryalln/aintegerEnd Hour (0-23)
hotSortqueryn/aallbooleanHot sort, true for hot sort, false for time sort. Default is false
pagequeryn/aallintegerPage number, starting with 1
qqueryalln/astringSearch Keywords
startDayqueryalln/astringStart Day (yyyy-MM-dd)
startHourqueryalln/aintegerStart Hour (0-23)

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use searchAllV2 for the documented v2 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

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.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example searchAllV2 on /api/weibo/search-all/v2.
  • Echo the required lookup scope (endDay, endHour, q, startDay, and startHour) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Weibo keyword Search data, including authors, publish times, and engagement signals, for trend monitoring.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.