社媒内容研究助手
Use this skill when the user wants a SocialDataX entry point for Xiaohongshu / XHS / RedNote(小红书), Douyin(抖音)and Kuaishou(快手)content research, topic planning, competitor observation, trend review, comment insight, creator profile review, or research material organization.
Current platform support:
- Xiaohongshu / XHS / RedNote search hot list through
xhs_get_search_hot_list. - Douyin / 抖音 hot-search through
douyin_get_hot_search_list. - Kuaishou / 快手 hot-search through
kuaishou_get_hot_search_list. - Xiaohongshu / XHS / RedNote notes through
xhs_search_notes. - Douyin / 抖音 works, including video and image/text posts, through
douyin_search_videos. - Kuaishou / 快手 works and short videos through
kuaishou_search_videos. - Xiaohongshu / XHS / RedNote notes through the
xhs_get_note_detail_by_*tools. - Douyin / 抖音 works, including video and image/text posts, through the
douyin_get_video_detail_by_*tools. - Kuaishou / 快手 works through the
kuaishou_get_video_detail_by_*tools. - Xiaohongshu / XHS / RedNote notes through the
xhs_get_note_comments_by_*andxhs_get_note_sub_comments_by_comment_idtools. - Douyin / 抖音 works, including video and image/text posts, through the
douyin_get_video_comments_by_*anddouyin_get_video_comment_replies_by_comment_idtools. - Kuaishou / 快手 works through the
kuaishou_get_video_comments_by_*andkuaishou_get_video_comment_replies_by_comment_idtools. - Xiaohongshu / XHS / RedNote creators through the
xhs_get_user_info_by_*tools. - Douyin / 抖音 creators through the
douyin_get_user_info_by_*tools. - Kuaishou / 快手 creators through the
kuaishou_get_user_info_by_*tools. - Xiaohongshu / XHS / RedNote creator notes through the
xhs_get_user_posted_notes_by_*tools. - Douyin / 抖音 creator works, including video and image/text posts, through the
douyin_get_user_posted_videos_by_*tools. - Douyin / 抖音 creator short-drama series through the
douyin_get_user_series_by_*tools. - Kuaishou / 快手 creator works through the
kuaishou_get_user_posted_videos_by_*tools.
API Key
Use SOCIALDATAX_API_KEY for SocialDataX requests. The only official website for requesting or managing API access is https://socialdatax.com/?from=skillhub. If a user asks where to get a key, provide only this URL; do not infer alternate domains.
获取或管理 API Key:访问 https://socialdatax.com/?from=skillhub,按官网的 API Key 申请/管理入口操作。环境变量名固定使用 SOCIALDATAX_API_KEY;不要引导用户使用其他域名。
Preferred Direct CLI
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 hot-search --pretty
npx -y socialdatax-skills@latest kuaishou search --keyword "<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
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
For hot topics, content URLs, profile URLs, comment 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:
- Use
xhs hot-searchwithout keyword when the user asks for current Xiaohongshu / XHS / RedNote hot topics or 小红书搜索热榜. - Use
douyin hot-searchwithout keyword when the user asks for current Douyin hot topics. - Use
xhs search --keyword <text>,douyin search --keyword <text>, orkuaishou search --keyword <text>for keyword research. - For detail, comments, replies, creator profile, creator posts, and creator series commands, use the ID argument shown in the CLI example or the matching URL/profile-url entrypoint, not both.
- Use
kuaishou hot-searchwithout keyword when the user asks for current Kuaishou / 快手 hot topics. - Use
kuaishou search --keyword <text>for Kuaishou keyword research.
Optional arguments:
--pageand--page-token: continue only with returned next-page values and keep the original topic, content item, or creator target stable.--sort-type,--note-type,--publish-time-range,--duration-range, and--content-type: apply only to XHS or Douyin keyword research commands when the user asks for filtering; Kuaishou search currently uses--keywordand optional--page-token.--comment-id: required for reply/sub-comment commands together with the content ID.--pretty: output formatting only.
Choose The Platform
- Use XHS commands for Xiaohongshu / XHS / RedNote / 小红书 search hot list, notes, comments, creators, and creator note lists.
- Use Douyin commands for Douyin / 抖音 works, comments, creators, hot topics, creator works, and creator short-drama series.
- Use Kuaishou commands for Kuaishou / 快手 short videos, comments, creators, creator works, and hot topics.
- If the user asks for both platforms, keep findings separated by platform before comparing patterns.
Choose The Narrowest Entry
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.
Safety Boundary
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
MCP tools matching the direct CLI commands above:
xhs_get_search_hot_listxhs_search_notesxhs_get_note_detail_by_note_idxhs_get_note_comments_by_note_idxhs_get_user_info_by_user_idxhs_get_user_posted_notes_by_user_iddouyin_get_hot_search_listdouyin_search_videosdouyin_get_video_detail_by_aweme_iddouyin_get_video_comments_by_aweme_iddouyin_get_user_info_by_sec_user_iddouyin_get_user_posted_videos_by_sec_user_idkuaishou_get_hot_search_listkuaishou_search_videoskuaishou_get_video_detail_by_photo_idkuaishou_get_video_comments_by_photo_idkuaishou_get_user_info_by_user_idkuaishou_get_user_posted_videos_by_user_idxhs_get_note_detail_by_note_urlxhs_get_note_comments_by_note_urlxhs_get_user_info_by_profile_urlxhs_get_user_posted_notes_by_profile_urldouyin_get_video_detail_by_urldouyin_get_video_comments_by_urldouyin_get_user_info_by_profile_urldouyin_get_user_posted_videos_by_profile_urldouyin_get_user_series_by_sec_user_iddouyin_get_user_series_by_profile_urlxhs_get_note_sub_comments_by_comment_iddouyin_get_video_comment_replies_by_comment_idkuaishou_get_video_detail_by_urlkuaishou_get_video_comments_by_urlkuaishou_get_user_info_by_profile_urlkuaishou_get_user_posted_videos_by_profile_urlkuaishou_get_video_comment_replies_by_comment_id
Use 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. Continue pagination only when a returned next-page value is present, and keep the user's original topic, URL, creator target, or platform stable while changing only the page cursor or page number.
Output Guidance
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 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 and Kuaishou work-list evidence when Kuaishou commands are used. For hot-search, report ranking signals separately from keyword search results.
Scan to join WeChat group