Xiaohongshu (RedNote) API
/install justoneapi-xiaohongshu
Xiaohongshu (RedNote)
Use 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.
When To Use It
- The user wants Xiaohongshu note search, keyword expansion, or creator discovery around a topic.
- The task is about a specific note, comment thread, reply chain, or creator page on Xiaohongshu.
- The user can provide
keyword,noteId,userId,shareUrl, or cursor-style pagination values such aslastCursor. - The user needs note metadata, engagement context, creator signals, or comment text sourced directly from Xiaohongshu endpoints.
Representative Operations
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.
Request Pattern
- 15 read-only
GEToperations are available in this skill. - Common inputs are
keyword,noteId,userId,lastCursor,page,commentId, andshareUrl. - Several endpoints are versioned variants for note detail, comments, and user data; prefer the smallest endpoint that matches the user request.
- If the user only has a shared Xiaohongshu URL, resolve it first and then continue with detail or comment endpoints.
How To Work
- Read
generated/operations.mdbefore choosing an endpoint. - Start with one of these operations when it matches the user's request:
getSearchNoteV3,getNoteDetailV7,getUserV4,shareUrlTransferV1. - Pick the smallest matching operation instead of guessing.
- Ask the user for any missing required parameter. Do not invent values.
- Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
- Required:
JUST_ONE_API_TOKEN - This skill uses
JUST_ONE_API_TOKENonly for authenticated Just One API requests. - Keep
JUST_ONE_API_TOKENprivate. Do not paste it into chat messages, screenshots, or logs. - Get a token from Just One API Dashboard.
- Authentication details: Just One API Usage Guide.
Output Rules
- Lead with the concrete Xiaohongshu outcome: note match, creator insight, resolved note ID, or comment finding.
- For search-driven requests, restate the keyword, page, sort mode, and any note-type filter before summarizing results.
- For note detail requests, surface title text, author, media type, engagement signals, and any obvious commercial or trend cues before raw JSON.
- For creator-profile or published-note requests, highlight follower-facing signals and the most relevant recent notes first.
- If the backend errors, include the backend payload and the exact operation ID.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justoneapi-xiaohongshu - 安装完成后,直接呼叫该 Skill 的名称或使用
/justoneapi-xiaohongshu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Xiaohongshu (RedNote) API 是什么?
Search Xiaohongshu notes, inspect creator profiles, resolve share links, and drill into note comments, replies, and note detail endpoints through JustOneAPI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。
如何安装 Xiaohongshu (RedNote) API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-xiaohongshu」即可一键安装,无需额外配置。
Xiaohongshu (RedNote) API 是免费的吗?
是的,Xiaohongshu (RedNote) API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Xiaohongshu (RedNote) API 支持哪些平台?
Xiaohongshu (RedNote) API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Xiaohongshu (RedNote) API?
由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.3。