Back to skills
extension
Category: OtherAPI key required

社媒创作者研究

当用户需要做社媒创作者研究、小红书博主画像、抖音达人画像、账号资料、近期内容复盘、合作对象初筛或对标账号观察时使用。来自 SocialDataX 社媒数据助手。

personAuthor: user_825d9e7ehubcommunity
<!-- AUTO-GENERATED from socialdatax-skill-source. Do not edit directly; run `node scripts/generate_socialdatax_skills.mjs`. -->

SocialDataX 创作者研究

Use this skill when the user wants social creator research, XHS creator profiles, Douyin creator profiles, Kuaishou creator profiles, account basics, recent content review, partner shortlist research, or benchmark account observation.

Current platform support:

  • 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 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 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 --profile-url "<profile_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

Additional direct CLI entrypoints:

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 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 douyin user-series --sec-user-id "<sec_user_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

Optional arguments:

  • Use --profile-url <profile_url_or_share_text> for profile URLs, short links, or share text.
  • Use XHS or Kuaishou --user-id <user_id> or Douyin --sec-user-id <sec_user_id> when the creator ID is already known.
  • --page-token <next_page_token>: continue creator content-list or series pagination only with the returned token.
  • --pretty: output formatting only.

Use one profile command and one content-list command only when the user needs both profile facts and recent content evidence. 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_user_info_by_profile_url
  • xhs_get_user_posted_notes_by_profile_url
  • douyin_get_user_info_by_profile_url
  • douyin_get_user_posted_videos_by_profile_url
  • douyin_get_user_series_by_profile_url
  • kuaishou_get_user_info_by_profile_url
  • kuaishou_get_user_posted_videos_by_profile_url
  • xhs_get_user_info_by_user_id
  • xhs_get_user_posted_notes_by_user_id
  • douyin_get_user_info_by_sec_user_id
  • douyin_get_user_posted_videos_by_sec_user_id
  • douyin_get_user_series_by_sec_user_id
  • kuaishou_get_user_info_by_user_id
  • kuaishou_get_user_posted_videos_by_user_id

Use the automatically listed MCP tools above as the source of truth for URL/profile-url entrypoints. Use the matching ID-based profile or content-list MCP tool only when the platform ID is already known. Creator content-list and series pagination use page_token; pass back exactly the returned next_page_token and do not reuse it across users.

Output Guidance

Report profile fields such as name, platform IDs, bio, verification, follower count, following count, received like count, IP location, and gender when available. Separate profile facts from strategic interpretation. Summarize content-list evidence by title or description, summary, publish time, interaction counts, media links, and content type when present. For Douyin short-drama series, report series IDs, titles, descriptions, covers, prices, and author facts when present; Kuaishou currently exposes creator work lists rather than series lists. Use returned content IDs to chain into detail or comment analysis when needed.