Install
openclaw skills install justoneapi-weibo-get-post-commentsCall GET /api/weibo/get-post-comments/v1 for Weibo Post Comments through JustOneAPI with mid.
openclaw skills install justoneapi-weibo-get-post-commentsUse this focused JustOneAPI skill for post Comments in Weibo. It targets GET /api/weibo/get-post-comments/v1. Required non-token inputs are mid. OpenAPI describes it as: Get Weibo post Comments data, including text, authors, and timestamps, for feedback analysis.
weiboget-post-commentsjustoneapi-weibo-get-post-comments| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getWeiboPostCommentsV1 | v1 | GET | /api/weibo/get-post-comments/v1 | Post Comments |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
maxId | query | n/a | all | string | Pagination cursor returned by the previous response |
mid | query | all | n/a | string | Weibo post mid |
sort | query | n/a | all | string | Sort order for the result set. Available Values: - TIME: Time - HOT: Hot |
sort enum | values | n/a | n/a | n/a | HOT, TIME |
Request body: none documented; send parameters through path or query arguments.
Use getWeiboPostCommentsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getWeiboPostCommentsV1.
node {baseDir}/bin/run.mjs --operation "getWeiboPostCommentsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"mid":"<mid>"}'
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.getWeiboPostCommentsV1 on /api/weibo/get-post-comments/v1.mid) before summarizing results.