Use this skill when the user wants a Xiaohongshu / XHS / RedNote(小红书)creator's content list, recent-post review, content style analysis, creator benchmarking, account tracking, or research material organization.
Use SOCIALDATAX_API_KEY for SocialDataX requests. To get or manage an API Key, open
获取或管理 API Key:访问 SOCIALDATAX_API_KEY;不要引导用户使用其他域名。
Prefer the direct CLI when the agent can run shell commands. It does not require MCP server configuration:
npx -y socialdatax-skills@latest xhs user-posts --user-id "<user_id>" --pretty
npx -y socialdatax-skills@latest xhs user-posts --profile-url "<profile_url_or_share_text>" --pretty
Required arguments:
--user-id : preferred when the creator ID is already known.--profile-url : use for a profile URL, short link, or profile share text.Optional arguments:
--page-token : opaque pagination token returned by the previous page.--pretty: output formatting only; it does not change the creator target or returned content list.Use either --user-id or --profile-url for one command, not both.
This skill is read-only. It does not read local browser data, does not save API keys, and does not perform login, posting, liking, commenting, or account changes.
If MCP tools are already available in the current agent, use the narrowest matching XHS creator content tool:
xhs_get_user_posted_notes_by_user_id: preferred when user_id is already known.xhs_get_user_posted_notes_by_profile_url: use for profile URLs, short links, or profile share text.Continue pagination only when a returned next-page token is present, and keep the same creator target while changing only the page token.
Summarize visible content-list evidence before interpretation. Focus on recent themes, repeated formats, publishing rhythm, engagement signals, content style, creator positioning, and examples worth reviewing. Use returned note IDs to chain into detail or comment analysis when needed.
共 2 个版本