Install
openclaw skills install justoneapi-xiaohongshuSearch Xiaohongshu notes, inspect creator profiles, resolve share links, and drill into note comments, replies, and note detail endpoints through JustOneAPI.
openclaw skills install justoneapi-xiaohongshuUse this skill for Xiaohongshu note discovery, creator benchmarking, comment mining, and RedNote share-link resolution. It fits workflows where the user starts from a keyword, a note ID, a shared link, or an author ID and wants structured platform data rather than a generic summary.
keyword, noteId, userId, shareUrl, or cursor-style pagination values such as lastCursor.getSearchNoteV3: Note Search — Search Xiaohongshu notes by keyword for topic discovery, competitor tracking, and content collection.getNoteDetailV7: Note Details — Pull note metadata, media, and engagement fields for deep inspection of a single post.getUserV4: User Profile — Inspect creator profile data for account research and benchmark comparisons.shareUrlTransferV1: Share Link Resolution — Convert a copied Xiaohongshu share link into note identifiers before running detail or comment queries.GET operations are available in this skill.keyword, noteId, userId, lastCursor, page, commentId, and shareUrl.generated/operations.md before choosing an endpoint.getSearchNoteV3, getNoteDetailV7, getUserV4, shareUrlTransferV1.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.