Use this skill when the user wants a SocialDataX entry point for Xiaohongshu / XHS / RedNote(小红书), Douyin(抖音), Kuaishou(快手), and Weibo(微博) content research, topic planning, competitor observation, trend review, comment insight, creator profile review, or research material organization.
--max-items。SOCIALDATAX_API_KEY、参数和链接格式后原样重试一次。SOCIALDATAX_API_KEY 已配置,再重试。Current platform support:
xhs_get_search_hot_list.douyin_get_hot_search_list.weibo_get_hot_search_list.xhs_search_notes.douyin_search_videos.kuaishou_search_videos.weibo_search_posts.xhs_get_note_detail_by_* tools.douyin_get_video_detail_by_* tools.kuaishou_get_video_detail_by_* tools.weibo_get_post_detail_by_* tools.xhs_get_note_comments_by_* and xhs_get_note_sub_comments_by_comment_id tools.douyin_get_video_comments_by_* and douyin_get_video_comment_replies_by_comment_id tools.kuaishou_get_video_comments_by_* and kuaishou_get_video_comment_replies_by_comment_id tools.weibo_get_post_comments_by_* and weibo_get_post_comment_replies_by_comment_id tools.xhs_get_user_info_by_* tools.douyin_get_user_info_by_* tools.kuaishou_get_user_info_by_* tools.kuaishou_search_users before profile lookup when only an account keyword or niche is known.weibo_get_user_info_by_* tools.xhs_get_user_posted_notes_by_* tools.douyin_get_user_posted_videos_by_* tools.douyin_get_user_series_by_* tools.kuaishou_get_user_posted_videos_by_* tools.weibo_get_user_posts_by_* tools.Use SOCIALDATAX_API_KEY for SocialDataX requests. The only official website for requesting or managing API access is
获取或管理 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 hot-search --pretty
npx -y socialdatax-skills@latest xhs search --keyword "<keyword>" --pretty
npx -y socialdatax-skills@latest xhs detail --note-id "<note_id>" --pretty
npx -y socialdatax-skills@latest xhs comments --note-id "<note_id>" --pretty
npx -y socialdatax-skills@latest xhs user-info --user-id "<user_id>" --pretty
npx -y socialdatax-skills@latest xhs user-posts --user-id "<user_id>" --pretty
npx -y socialdatax-skills@latest douyin hot-search --pretty
npx -y socialdatax-skills@latest douyin search --keyword "<keyword>" --pretty
npx -y socialdatax-skills@latest douyin detail --aweme-id "<aweme_id>" --pretty
npx -y socialdatax-skills@latest douyin comments --aweme-id "<aweme_id>" --pretty
npx -y socialdatax-skills@latest douyin user-info --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest douyin user-posts --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest kuaishou search --keyword "<keyword>" --pretty
npx -y socialdatax-skills@latest kuaishou user-search --keyword "<creator_keyword>" --pretty
npx -y socialdatax-skills@latest kuaishou detail --photo-id "<photo_id>" --pretty
npx -y socialdatax-skills@latest kuaishou comments --photo-id "<photo_id>" --pretty
npx -y socialdatax-skills@latest kuaishou user-info --user-id "<user_id>" --pretty
npx -y socialdatax-skills@latest kuaishou user-posts --user-id "<user_id>" --pretty
npx -y socialdatax-skills@latest weibo hot-search --pretty
npx -y socialdatax-skills@latest weibo search --keyword "<keyword>" --pretty
npx -y socialdatax-skills@latest weibo detail --post-id "<post_id>" --pretty
npx -y socialdatax-skills@latest weibo comments --post-id "<post_id>" --pretty
npx -y socialdatax-skills@latest weibo user-info --user-id "<user_id>" --pretty
npx -y socialdatax-skills@latest weibo user-posts --user-id "<user_id>" --pretty
Additional direct CLI entrypoints:
npx -y socialdatax-skills@latest xhs detail --url "<note_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest xhs comments --url "<note_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest xhs user-info --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest xhs user-posts --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin detail --url "<douyin_content_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin comments --url "<douyin_content_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin user-info --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin user-posts --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin user-series --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest douyin user-series --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest xhs sub-comments --note-id "<note_id>" --comment-id "<comment_id>" --pretty
npx -y socialdatax-skills@latest douyin replies --aweme-id "<aweme_id>" --comment-id "<comment_id>" --pretty
npx -y socialdatax-skills@latest kuaishou detail --url "<kuaishou_content_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest kuaishou comments --url "<kuaishou_content_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest kuaishou user-info --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest kuaishou user-posts --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest kuaishou replies --photo-id "<photo_id>" --comment-id "<comment_id>" --pretty
npx -y socialdatax-skills@latest weibo detail --post-url "<weibo_post_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest weibo comments --post-url "<weibo_post_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest weibo likers --post-id "<post_id>" --pretty
npx -y socialdatax-skills@latest weibo likers --post-url "<weibo_post_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest weibo reposts --post-id "<post_id>" --pretty
npx -y socialdatax-skills@latest weibo reposts --post-url "<weibo_post_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest weibo user-info --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest weibo user-posts --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest weibo replies --post-id "<post_id>" --comment-id "<comment_id>" --pretty
For hot topics, content URLs, profile URLs, comment review, Weibo liker/repost review, creator facts, creator content lists, or short-drama series, call the matching socialdatax-skills platform subcommand instead of forcing every request through keyword research.
Required arguments:
xhs hot-search without keyword when the user asks for current Xiaohongshu / XHS / RedNote hot topics or 小红书搜索热榜.douyin hot-search without keyword when the user asks for current Douyin hot topics.xhs search --keyword , douyin search --keyword , kuaishou search --keyword , or weibo search --keyword for keyword research.kuaishou user-search --keyword when the user wants to discover Kuaishou creator or account candidates by name, keyword, or niche before profile lookup.Optional arguments:
--page-token when a returned next_page_token is available. Omit page_token on the first token-paginated search request, and continue only with the complete returned next_page_token from the same chain.--page-token : use for XHS/Douyin/Kuaishou/Weibo search continuation, Kuaishou creator search continuation, and token-paginated comments, replies, creator posts, creator notes, creator videos, and creator series. Keep the original topic, content item, creator-search keyword, or creator target stable. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.user-search supports --pages and --max-items for bounded creator candidate discovery; it does not support --since-days.--sort-type, --note-type, --publish-time-range, --duration-range, and --content-type: apply only to XHS and Douyin keyword research commands when the user asks for filtering; Kuaishou and Weibo search currently use --keyword and optional --page-token.--comment-id: required for reply/sub-comment commands together with the content ID.--pretty: output formatting only.Use the most specific direct CLI command for the user's task instead of forcing every request through keyword research. The command prints JSON with platform, tool, arguments, and data.
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.
MCP tools matching the direct CLI commands above:
xhs_get_search_hot_list, xhs_search_notes, xhs_get_note_detail_by_note_id, xhs_get_note_comments_by_note_id, xhs_get_user_info_by_user_id, xhs_get_user_posted_notes_by_user_id, xhs_get_note_detail_by_note_url, xhs_get_note_comments_by_note_url, xhs_get_user_info_by_profile_url, xhs_get_user_posted_notes_by_profile_url, xhs_get_note_sub_comments_by_comment_iddouyin_get_hot_search_list, douyin_search_videos, douyin_get_video_detail_by_aweme_id, douyin_get_video_comments_by_aweme_id, douyin_get_user_info_by_sec_user_id, douyin_get_user_posted_videos_by_sec_user_id, douyin_get_video_detail_by_url, douyin_get_video_comments_by_url, douyin_get_user_info_by_profile_url, douyin_get_user_posted_videos_by_profile_url, douyin_get_user_series_by_sec_user_id, douyin_get_user_series_by_profile_url, douyin_get_video_comment_replies_by_comment_idkuaishou_search_videos, kuaishou_search_users, kuaishou_get_video_detail_by_photo_id, kuaishou_get_video_comments_by_photo_id, kuaishou_get_user_info_by_user_id, kuaishou_get_user_posted_videos_by_user_id, kuaishou_get_video_detail_by_url, kuaishou_get_video_comments_by_url, kuaishou_get_user_info_by_profile_url, kuaishou_get_user_posted_videos_by_profile_url, kuaishou_get_video_comment_replies_by_comment_idweibo_get_hot_search_list, weibo_search_posts, weibo_get_post_detail_by_post_id, weibo_get_post_comments_by_post_id, weibo_get_user_info_by_user_id, weibo_get_user_posts_by_user_id, weibo_get_post_detail_by_post_url, weibo_get_post_comments_by_post_url, weibo_get_post_liker_list_by_post_id, weibo_get_post_liker_list_by_post_url, weibo_get_post_repost_list_by_post_id, weibo_get_post_repost_list_by_post_url, weibo_get_user_info_by_profile_url, weibo_get_user_posts_by_profile_url, weibo_get_post_comment_replies_by_comment_idUse the automatically listed MCP tools above as the source of truth for tool names. Pick the narrowest tool for the user's platform and task.
For search pagination, omit page_token on the first request and pass only the complete returned next_page_token when continuing the same chain. Use page_token for all new search continuation calls.
优先输出可直接复盘的结果:榜单信号、相关样本和主要角度、单条内容事实、评论主题和反馈线索、创作者资料、创作者内容证据、互动记录,并标出下一步可继续追问的问题。
For broad research, summarize visible evidence separately from interpretation and organize findings by platform, content angles, audience needs, trend signals, comment themes, creator positioning, and practical next steps.
For XHS search or detail results, in every use of a returned note_url, such as final answers, display, references, storage, output, or forwarding, preserve it exactly as the full URL, including xsec_token query parameters. Do not modify, truncate, redact, mask, normalize, rebuild, or synthesize the URL from note_id; if detail note_url is null, show the note_id or say that no directly openable full link is available.
For XHS note_id, copy the complete 24-character lowercase hexadecimal ID exactly; do not pass or display only a prefix.
For comments, group observed themes before inferring sentiment or demand.
For creators, separate profile facts from content-list evidence; include Douyin short-drama series facts when the series command is used, Kuaishou work-list evidence when Kuaishou commands are used, and Weibo post-list evidence when Weibo commands are used.
For hot-search, report ranking signals separately from keyword search results.
共 6 个版本