Install
openclaw skills install justoneapi-weiboTrack Weibo hot search boards, keyword results, creator profiles, fan or follower graphs, and post or video detail endpoints through JustOneAPI.
openclaw skills install justoneapi-weiboUse this skill for newsroom-style trend checks, creator due diligence, comment digging, and Weibo account monitoring. It is strongest when the user cares about hot search rankings, time-window keyword search, account activity timelines, and audience graph lookups.
uid, id, mid, or search filters such as q, startDay, and endDay.hotSearchV1: Hot Search — Pull the current Weibo hot search board for trend desks, breaking-news watchlists, and topic scouting.searchAllV2: Keyword Search — Search Weibo posts inside a time window using q, startDay, startHour, endDay, and endHour.getUserPublishedPostsV1: User Published Posts — Review a creator's latest posts and timeline activity.getFollowersV1: User Followers — Inspect the outward social graph of a Weibo account for creator and network research.GET operations are available in this skill.uid, q, page, startDay, endDay, mid, and id.generated/operations.md before choosing an endpoint.hotSearchV1, searchAllV2, getUserPublishedPostsV1, getFollowersV1.node {baseDir}/bin/run.mjs --operation "<operation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.