Media User Posts
Use this skill when the user wants a creator's published content list, content style analysis, recent-topic review, creator benchmarking, or account tracking for supported social media platforms.
Current platform support:
- 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.
- Bilibili / 哔哩哔哩 / B站 creator videos, articles, and dynamics through the
bilibili_get_user_posted_* tools.
- Zhihu / 知乎 creator articles through
zhihu_get_user_posted_articles_by_profile_url.
- Instagram creator posts through the
instagram_get_user_posts_by_* tools.
- X / Twitter creator posts through the
x_get_user_posts_by_* tools.
- YouTube channel videos and Shorts through
youtube_get_user_posted_videos_by_channel_url.
- TikTok creator posts through the
tiktok_get_user_posts_by_* tools.
- Weibo / 微博 creator posts through the
weibo_get_user_posts_by_* tools.
- WeChat Channels / 视频号 creator videos and image posts through the
wechat_get_user_posted_videos_by_* tools; the user_id entrypoint requires a v2_...@finder user_id.
API Key
Use SOCIALDATAX_API_KEY for SocialDataX requests. The only official website for requesting or managing API access is https://socialdatax.com/ai?from=github. If a user asks where to get a key, provide only this URL; do not infer alternate domains.
获取或管理 API Key:访问 https://socialdatax.com/ai?from=github,按官网的 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-posts \
--user-id "<user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest xhs user-posts \
--user-id "<user_id>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest xhs user-posts \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest douyin user-posts \
--sec-user-id "<sec_user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest douyin user-posts \
--sec-user-id "<sec_user_id>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest douyin user-posts \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest douyin user-series \
--sec-user-id "<sec_user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest douyin user-series \
--sec-user-id "<sec_user_id>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest douyin user-series \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest kuaishou user-posts \
--user-id "<user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest kuaishou user-posts \
--user-id "<user_id>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest kuaishou user-posts \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest bilibili user-videos \
--user-id "<user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest bilibili user-videos \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest bilibili user-articles \
--user-id "<user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest bilibili user-articles \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest bilibili user-dynamics \
--user-id "<user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest bilibili user-dynamics \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest zhihu user-posts \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest zhihu user-posts \
--profile-url "<profile_url_or_share_text>" --all --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest instagram user-posts \
--username "<username>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest instagram user-posts \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest instagram user-posts \
--username "<username>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest x user-posts \
--user-id "<user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest x user-posts \
--username "<username>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest x user-posts \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest x user-posts \
--username "<username>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest youtube user-posts \
--channel-url "<youtube_channel_url>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest youtube user-posts \
--channel-url "<youtube_channel_url>" --all --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest tiktok user-posts \
--tiktok-id "<tiktok_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest tiktok user-posts \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform github \
--source-skill media-user-posts
npx -y socialdatax-skills@latest tiktok user-posts \
--tiktok-id "<tiktok_id>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest weibo user-posts \
--user-id "<user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest weibo user-posts \
--user-id "<user_id>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest weibo user-posts \
--profile-url "<profile_url>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest wechat user-posts \
--user-id "<v2_finder_user_id>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest wechat user-posts \
--user-id "<v2_finder_user_id>" --all --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
npx -y socialdatax-skills@latest wechat user-posts \
--url "<wechat_work_url_or_share_text>" --pretty --source-client socialdatax-skills \
--source-platform github --source-skill media-user-posts
Optional arguments:
- XHS
--user-id <user_id>: preferred when the creator ID is already known.
- XHS
--profile-url <profile_url_or_share_text>: use for a profile URL, short link, or profile share text.
- Douyin
--sec-user-id <sec_user_id>: preferred when the creator sec_user_id is already known.
- Douyin
--profile-url <profile_url_or_share_text>: use for a profile URL, short link, or profile share text.
- Douyin
user-series: use for a creator's short-drama series list instead of regular published works.
--page-token <next_page_token>: opaque pagination token; pass the complete returned next_page_token back unchanged for the same creator content-list or series chain. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.
--pages <n>: fetch and merge N pages of creator content or creator series.
--all: continue until next_page_token is empty; there is no default item or page cap.
--max-items <n>: stop after collecting N creator content or series items.
--since-days <1-365>: available only on XHS, Douyin, Kuaishou, Weibo, and WeChat Channels creator content-list commands. Do not pass it to Bilibili, Zhihu, Instagram, X / Twitter, YouTube, TikTok, or Douyin user-series commands.
--pretty: output formatting only.
- Kuaishou
--user-id <user_id>: use only when a non-empty creator user_id is already known.
- Kuaishou
--profile-url <profile_url_or_share_text>: use only for a profile URL, short link, or profile share text that resolves directly to a non-empty user_id. For live/fw-user profile shares, call Kuaishou creator profile first and use the returned non-empty user_id.
- Bilibili
user-videos, user-articles, and user-dynamics: use --user-id <user_id> or --profile-url <profile_url_or_share_text> depending on the available creator entrypoint.
- Bilibili
user-videos --sort-type <time_descending|view_count_descending|collect_count_descending>: optional creator video-list sort order; omit it for default sorting.
- Zhihu
--profile-url <profile_url_or_share_text>: use for creator article lists from a Zhihu profile URL.
- Instagram
--username <username> or --profile-url <profile_url_or_share_text>: use exactly one creator post-list entrypoint.
- X / Twitter
--user-id <user_id>, --username <username>, or --profile-url <profile_url_or_share_text>: use exactly one creator post-list entrypoint.
- YouTube
--channel-url <youtube_channel_url>: use for channel videos and Shorts lists.
- YouTube
user-posts --video-type <video|short>: optional channel video-list filter; omit it for default channel videos.
- TikTok
--tiktok-id <tiktok_id> or --profile-url <profile_url_or_share_text>: use exactly one creator post-list entrypoint.
- Weibo
--user-id <user_id>: preferred when the creator user_id is already known.
- Weibo
--profile-url <profile_url>: use for a Weibo user profile URL.
- WeChat Channels / 视频号
--user-id <v2_finder_user_id>: preferred when the creator v2_...@finder user_id is already known.
- WeChat Channels / 视频号
--url <wechat_work_url_or_share_text>: use a video or image-post link or share text to resolve the author and list that creator's videos and image posts.
--source-client socialdatax-skills --source-platform github --source-skill media-user-posts: usage attribution for this Agent Skill; keep these values unchanged when running examples from this Skill.
Use either the ID option or the profile URL option for a single command, not both.
The command prints JSON with platform, tool, arguments, and data. Multi-page output keeps merged creator content or series items in data.items and adds page_count, item_count, and next_page_token.
For recent creator research, prefer CLI --since-days 30 or another user-specified day window. --since-days applies to creator content lists only, not Douyin user-series.
Safety Boundary
This skill is read-only. It uses SOCIALDATAX_API_KEY from the user's environment at runtime. Generated Skill files do not contain API keys. It does not read local browser data or perform login, posting, liking, commenting, or account changes.
MCP Tools
MCP tools matching the direct CLI commands above:
- XHS:
xhs_get_user_posted_notes_by_user_id, xhs_get_user_posted_notes_by_profile_url
- DOUYIN:
douyin_get_user_posted_videos_by_sec_user_id, douyin_get_user_posted_videos_by_profile_url, douyin_get_user_series_by_sec_user_id, douyin_get_user_series_by_profile_url
- KUAISHOU:
kuaishou_get_user_posted_videos_by_user_id, kuaishou_get_user_posted_videos_by_profile_url
- BILIBILI:
bilibili_get_user_posted_videos_by_user_id, bilibili_get_user_posted_videos_by_profile_url, bilibili_get_user_posted_articles_by_user_id, bilibili_get_user_posted_articles_by_profile_url, bilibili_get_user_posted_dynamics_by_user_id, bilibili_get_user_posted_dynamics_by_profile_url
- ZHIHU:
zhihu_get_user_posted_articles_by_profile_url
- INSTAGRAM:
instagram_get_user_posts_by_username, instagram_get_user_posts_by_profile_url
- X:
x_get_user_posts_by_user_id, x_get_user_posts_by_username, x_get_user_posts_by_profile_url
- YOUTUBE:
youtube_get_user_posted_videos_by_channel_url
- TIKTOK:
tiktok_get_user_posts_by_tiktok_id, tiktok_get_user_posts_by_profile_url
- WEIBO:
weibo_get_user_posts_by_user_id, weibo_get_user_posts_by_profile_url
- WECHAT:
wechat_get_user_posted_videos_by_user_id, wechat_get_user_posted_videos_by_url
If MCP tools are already available in the current agent, use one of these tools:
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.
douyin_get_user_posted_videos_by_sec_user_id: preferred when sec_user_id is already known.
douyin_get_user_posted_videos_by_profile_url: use for profile URLs, short links, or profile share text.
douyin_get_user_series_by_sec_user_id: preferred for creator short-drama series when sec_user_id is already known.
douyin_get_user_series_by_profile_url: use for creator short-drama series from profile URLs, short links, or profile share text.
Creator content-list and series pagination use opaque page_token values. Pass the complete returned next_page_token back unchanged for the same user and command family. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses. Prefer CLI --pages, --all, and --max-items when the user asks for multiple pages or all available creator content.
kuaishou_get_user_posted_videos_by_user_id: preferred when a non-empty user_id is already known.
kuaishou_get_user_posted_videos_by_profile_url: use only for profile URLs, short links, or profile share text that resolves directly to a non-empty user_id; for live/fw-user profile shares, call Kuaishou creator profile first and use the returned non-empty user_id.
Kuaishou creator work pagination uses opaque page_token values; pass the complete returned next_page_token back unchanged for the same user. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.
bilibili_get_user_posted_videos_by_user_id and bilibili_get_user_posted_videos_by_profile_url: use for Bilibili creator video lists; optional sort_type accepts time_descending, view_count_descending, or collect_count_descending.
bilibili_get_user_posted_articles_by_user_id and bilibili_get_user_posted_articles_by_profile_url: use for Bilibili creator article lists.
bilibili_get_user_posted_dynamics_by_user_id and bilibili_get_user_posted_dynamics_by_profile_url: use for Bilibili creator dynamic lists.
zhihu_get_user_posted_articles_by_profile_url: use for Zhihu creator article lists.
instagram_get_user_posts_by_username and instagram_get_user_posts_by_profile_url: use for Instagram creator post lists.
x_get_user_posts_by_user_id, x_get_user_posts_by_username, and x_get_user_posts_by_profile_url: use for X creator post lists.
youtube_get_user_posted_videos_by_channel_url: use for YouTube channel videos and Shorts; optional video_type accepts video or short.
tiktok_get_user_posts_by_tiktok_id and tiktok_get_user_posts_by_profile_url: use for TikTok creator post lists.
weibo_get_user_posts_by_user_id: preferred when user_id is already known.
weibo_get_user_posts_by_profile_url: use for Weibo user profile URLs.
Weibo creator post pagination uses opaque page_token values; pass the complete returned next_page_token back unchanged for the same user. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.
wechat_get_user_posted_videos_by_user_id: preferred when the WeChat Channels / 视频号 v2_...@finder user_id is already known.
wechat_get_user_posted_videos_by_url: use a WeChat Channels / 视频号 video or image-post link or share text to resolve the author and list that creator's videos and image posts.
WeChat Channels / 视频号 creator work pagination uses opaque page_token values; pass the complete returned next_page_token back unchanged for the same user. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.
--since-days uses CLI-side filtering only and is not an MCP tool argument; for MCP-only calls, continue pages as needed and filter returned publish_time values in your analysis.
Output Guidance
Summarize content-list evidence by title or description, summary, publish time, interaction counts, media links, and content type when present.
For XHS creator note-list results, copy each returned note_id exactly; do not pass or display only a prefix.
For Douyin image/text posts, use image_urls rather than assuming a video playback URL exists.
For Douyin short-drama series, report series IDs, titles, descriptions, covers, prices, and author facts when present.
Use returned content IDs to chain into detail or comment analysis when needed.
For Bilibili creator lists, keep videos, articles, and dynamics separate when more than one command family is used.
For YouTube creator lists, distinguish regular videos and Shorts when the returned data provides that signal.
For Zhihu, Instagram, X / Twitter, and TikTok creator lists, preserve returned public content IDs and URLs for follow-up detail or comment analysis.
For Weibo creator posts, report post IDs, content, media, publish time, interaction counts, and author facts when present.
For WeChat Channels / 视频号 creator works, report object IDs, descriptions, media, publish time, interaction counts, and author facts when present.
Troubleshooting
- If an SDK/dependency, npm network, Node.js/npm/npx availability, permission, or missing runtime error appears, treat it as a local runtime, dependency installation, network, or agent authorization issue, not a SocialDataX API key or business data error. If the current environment has permission, install or restore automatically. When network or execution authorization is needed, ask the user to approve or finish authorization, then continue the same command; do not use public web search as a substitute for SocialDataX data.
- For non-balance network or API errors, preserve the error message, check
SOCIALDATAX_API_KEY, parameters, and link or ID format, then retry once when appropriate.
- If the response returns
insufficient_balance or says the balance/credits are insufficient, do not retry repeatedly. Show the recharge URL from the error exactly as returned, then continue the same command after the user recharges.
- If the user has recharged but still sees insufficient balance, confirm
SOCIALDATAX_API_KEY belongs to the same account that was recharged; if needed, copy a fresh API Key from the official dashboard.
1---2name: media-user-posts3description: Retrieve social media creator content lists from platform-supported user IDs, usernames, channel URLs, profile URLs, short links, or share text for account research and content style analysis. Supported input forms vary by platform. This version is backed by hosted platform MCP services and supports Xiaohongshu / XHS / RedNote, Douyin, Kuaishou, Bilibili, Zhihu, Instagram, X / Twitter, YouTube, TikTok, Weibo, and WeChat Channels creators.4---5<!-- AUTO-GENERATED from socialdatax-skill-source. Do not edit directly; run `node scripts/generate_socialdatax_skills.mjs`. -->67# Media User Posts89Use this skill when the user wants a creator's published content list, content style analysis, recent-topic review, creator benchmarking, or account tracking for supported social media platforms.1011Current platform support:1213- Xiaohongshu / XHS / RedNote creator notes through the `xhs_get_user_posted_notes_by_*` tools.14- Douyin / 抖音 creator works, including video and image/text posts, through the `douyin_get_user_posted_videos_by_*` tools.15- Douyin / 抖音 creator short-drama series through the `douyin_get_user_series_by_*` tools.16- Kuaishou / 快手 creator works through the `kuaishou_get_user_posted_videos_by_*` tools.17- Bilibili / 哔哩哔哩 / B站 creator videos, articles, and dynamics through the `bilibili_get_user_posted_*` tools.18- Zhihu / 知乎 creator articles through `zhihu_get_user_posted_articles_by_profile_url`.19- Instagram creator posts through the `instagram_get_user_posts_by_*` tools.20- X / Twitter creator posts through the `x_get_user_posts_by_*` tools.21- YouTube channel videos and Shorts through `youtube_get_user_posted_videos_by_channel_url`.22- TikTok creator posts through the `tiktok_get_user_posts_by_*` tools.23- Weibo / 微博 creator posts through the `weibo_get_user_posts_by_*` tools.24- WeChat Channels / 视频号 creator videos and image posts through the `wechat_get_user_posted_videos_by_*` tools; the user_id entrypoint requires a `v2_...@finder` user_id.2526## API Key2728Use `SOCIALDATAX_API_KEY` for SocialDataX requests. The only official website for requesting or managing API access is <https://socialdatax.com/ai?from=github>. If a user asks where to get a key, provide only this URL; do not infer alternate domains.29获取或管理 API Key:访问 <https://socialdatax.com/ai?from=github>,按官网的 API Key 申请/管理入口操作。环境变量名固定使用 `SOCIALDATAX_API_KEY`;不要引导用户使用其他域名。3031## Preferred Direct CLI3233Prefer the direct CLI when the agent can run shell commands. It does not require MCP server configuration:3435```bash36npx -y socialdatax-skills@latest xhs user-posts \37 --user-id "<user_id>" --pretty --source-client socialdatax-skills \38 --source-platform github --source-skill media-user-posts3940npx -y socialdatax-skills@latest xhs user-posts \41 --user-id "<user_id>" --all --pretty --source-client socialdatax-skills \42 --source-platform github --source-skill media-user-posts4344npx -y socialdatax-skills@latest xhs user-posts \45 --profile-url "<profile_url_or_share_text>" --pretty \46 --source-client socialdatax-skills --source-platform github \47 --source-skill media-user-posts4849npx -y socialdatax-skills@latest douyin user-posts \50 --sec-user-id "<sec_user_id>" --pretty --source-client socialdatax-skills \51 --source-platform github --source-skill media-user-posts5253npx -y socialdatax-skills@latest douyin user-posts \54 --sec-user-id "<sec_user_id>" --all --pretty --source-client socialdatax-skills \55 --source-platform github --source-skill media-user-posts5657npx -y socialdatax-skills@latest douyin user-posts \58 --profile-url "<profile_url_or_share_text>" --pretty \59 --source-client socialdatax-skills --source-platform github \60 --source-skill media-user-posts6162npx -y socialdatax-skills@latest douyin user-series \63 --sec-user-id "<sec_user_id>" --pretty --source-client socialdatax-skills \64 --source-platform github --source-skill media-user-posts6566npx -y socialdatax-skills@latest douyin user-series \67 --sec-user-id "<sec_user_id>" --all --pretty --source-client socialdatax-skills \68 --source-platform github --source-skill media-user-posts6970npx -y socialdatax-skills@latest douyin user-series \71 --profile-url "<profile_url_or_share_text>" --pretty \72 --source-client socialdatax-skills --source-platform github \73 --source-skill media-user-posts7475npx -y socialdatax-skills@latest kuaishou user-posts \76 --user-id "<user_id>" --pretty --source-client socialdatax-skills \77 --source-platform github --source-skill media-user-posts7879npx -y socialdatax-skills@latest kuaishou user-posts \80 --user-id "<user_id>" --all --pretty --source-client socialdatax-skills \81 --source-platform github --source-skill media-user-posts8283npx -y socialdatax-skills@latest kuaishou user-posts \84 --profile-url "<profile_url_or_share_text>" --pretty \85 --source-client socialdatax-skills --source-platform github \86 --source-skill media-user-posts8788npx -y socialdatax-skills@latest bilibili user-videos \89 --user-id "<user_id>" --pretty --source-client socialdatax-skills \90 --source-platform github --source-skill media-user-posts9192npx -y socialdatax-skills@latest bilibili user-videos \93 --profile-url "<profile_url_or_share_text>" --pretty \94 --source-client socialdatax-skills --source-platform github \95 --source-skill media-user-posts9697npx -y socialdatax-skills@latest bilibili user-articles \98 --user-id "<user_id>" --pretty --source-client socialdatax-skills \99 --source-platform github --source-skill media-user-posts100101npx -y socialdatax-skills@latest bilibili user-articles \102 --profile-url "<profile_url_or_share_text>" --pretty \103 --source-client socialdatax-skills --source-platform github \104 --source-skill media-user-posts105106npx -y socialdatax-skills@latest bilibili user-dynamics \107 --user-id "<user_id>" --pretty --source-client socialdatax-skills \108 --source-platform github --source-skill media-user-posts109110npx -y socialdatax-skills@latest bilibili user-dynamics \111 --profile-url "<profile_url_or_share_text>" --pretty \112 --source-client socialdatax-skills --source-platform github \113 --source-skill media-user-posts114115npx -y socialdatax-skills@latest zhihu user-posts \116 --profile-url "<profile_url_or_share_text>" --pretty \117 --source-client socialdatax-skills --source-platform github \118 --source-skill media-user-posts119120npx -y socialdatax-skills@latest zhihu user-posts \121 --profile-url "<profile_url_or_share_text>" --all --pretty \122 --source-client socialdatax-skills --source-platform github \123 --source-skill media-user-posts124125npx -y socialdatax-skills@latest instagram user-posts \126 --username "<username>" --pretty --source-client socialdatax-skills \127 --source-platform github --source-skill media-user-posts128129npx -y socialdatax-skills@latest instagram user-posts \130 --profile-url "<profile_url_or_share_text>" --pretty \131 --source-client socialdatax-skills --source-platform github \132 --source-skill media-user-posts133134npx -y socialdatax-skills@latest instagram user-posts \135 --username "<username>" --all --pretty --source-client socialdatax-skills \136 --source-platform github --source-skill media-user-posts137138npx -y socialdatax-skills@latest x user-posts \139 --user-id "<user_id>" --pretty --source-client socialdatax-skills \140 --source-platform github --source-skill media-user-posts141142npx -y socialdatax-skills@latest x user-posts \143 --username "<username>" --pretty --source-client socialdatax-skills \144 --source-platform github --source-skill media-user-posts145146npx -y socialdatax-skills@latest x user-posts \147 --profile-url "<profile_url_or_share_text>" --pretty \148 --source-client socialdatax-skills --source-platform github \149 --source-skill media-user-posts150151npx -y socialdatax-skills@latest x user-posts \152 --username "<username>" --all --pretty --source-client socialdatax-skills \153 --source-platform github --source-skill media-user-posts154155npx -y socialdatax-skills@latest youtube user-posts \156 --channel-url "<youtube_channel_url>" --pretty --source-client socialdatax-skills \157 --source-platform github --source-skill media-user-posts158159npx -y socialdatax-skills@latest youtube user-posts \160 --channel-url "<youtube_channel_url>" --all --pretty \161 --source-client socialdatax-skills --source-platform github \162 --source-skill media-user-posts163164npx -y socialdatax-skills@latest tiktok user-posts \165 --tiktok-id "<tiktok_id>" --pretty --source-client socialdatax-skills \166 --source-platform github --source-skill media-user-posts167168npx -y socialdatax-skills@latest tiktok user-posts \169 --profile-url "<profile_url_or_share_text>" --pretty \170 --source-client socialdatax-skills --source-platform github \171 --source-skill media-user-posts172173npx -y socialdatax-skills@latest tiktok user-posts \174 --tiktok-id "<tiktok_id>" --all --pretty --source-client socialdatax-skills \175 --source-platform github --source-skill media-user-posts176177npx -y socialdatax-skills@latest weibo user-posts \178 --user-id "<user_id>" --pretty --source-client socialdatax-skills \179 --source-platform github --source-skill media-user-posts180181npx -y socialdatax-skills@latest weibo user-posts \182 --user-id "<user_id>" --all --pretty --source-client socialdatax-skills \183 --source-platform github --source-skill media-user-posts184185npx -y socialdatax-skills@latest weibo user-posts \186 --profile-url "<profile_url>" --pretty --source-client socialdatax-skills \187 --source-platform github --source-skill media-user-posts188189npx -y socialdatax-skills@latest wechat user-posts \190 --user-id "<v2_finder_user_id>" --pretty --source-client socialdatax-skills \191 --source-platform github --source-skill media-user-posts192193npx -y socialdatax-skills@latest wechat user-posts \194 --user-id "<v2_finder_user_id>" --all --pretty --source-client socialdatax-skills \195 --source-platform github --source-skill media-user-posts196197npx -y socialdatax-skills@latest wechat user-posts \198 --url "<wechat_work_url_or_share_text>" --pretty --source-client socialdatax-skills \199 --source-platform github --source-skill media-user-posts200```201202Optional arguments:203204- XHS `--user-id <user_id>`: preferred when the creator ID is already known.205- XHS `--profile-url <profile_url_or_share_text>`: use for a profile URL, short link, or profile share text.206- Douyin `--sec-user-id <sec_user_id>`: preferred when the creator sec_user_id is already known.207- Douyin `--profile-url <profile_url_or_share_text>`: use for a profile URL, short link, or profile share text.208- Douyin `user-series`: use for a creator's short-drama series list instead of regular published works.209- `--page-token <next_page_token>`: opaque pagination token; pass the complete returned `next_page_token` back unchanged for the same creator content-list or series chain. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.210- `--pages <n>`: fetch and merge N pages of creator content or creator series.211- `--all`: continue until `next_page_token` is empty; there is no default item or page cap.212- `--max-items <n>`: stop after collecting N creator content or series items.213- `--since-days <1-365>`: available only on XHS, Douyin, Kuaishou, Weibo, and WeChat Channels creator content-list commands. Do not pass it to Bilibili, Zhihu, Instagram, X / Twitter, YouTube, TikTok, or Douyin `user-series` commands.214- `--pretty`: output formatting only.215- Kuaishou `--user-id <user_id>`: use only when a non-empty creator user_id is already known.216- Kuaishou `--profile-url <profile_url_or_share_text>`: use only for a profile URL, short link, or profile share text that resolves directly to a non-empty user_id. For live/fw-user profile shares, call Kuaishou creator profile first and use the returned non-empty user_id.217- Bilibili `user-videos`, `user-articles`, and `user-dynamics`: use `--user-id <user_id>` or `--profile-url <profile_url_or_share_text>` depending on the available creator entrypoint.218- Bilibili `user-videos --sort-type <time_descending|view_count_descending|collect_count_descending>`: optional creator video-list sort order; omit it for default sorting.219- Zhihu `--profile-url <profile_url_or_share_text>`: use for creator article lists from a Zhihu profile URL.220- Instagram `--username <username>` or `--profile-url <profile_url_or_share_text>`: use exactly one creator post-list entrypoint.221- X / Twitter `--user-id <user_id>`, `--username <username>`, or `--profile-url <profile_url_or_share_text>`: use exactly one creator post-list entrypoint.222- YouTube `--channel-url <youtube_channel_url>`: use for channel videos and Shorts lists.223- YouTube `user-posts --video-type <video|short>`: optional channel video-list filter; omit it for default channel videos.224- TikTok `--tiktok-id <tiktok_id>` or `--profile-url <profile_url_or_share_text>`: use exactly one creator post-list entrypoint.225- Weibo `--user-id <user_id>`: preferred when the creator user_id is already known.226- Weibo `--profile-url <profile_url>`: use for a Weibo user profile URL.227- WeChat Channels / 视频号 `--user-id <v2_finder_user_id>`: preferred when the creator `v2_...@finder` user_id is already known.228- WeChat Channels / 视频号 `--url <wechat_work_url_or_share_text>`: use a video or image-post link or share text to resolve the author and list that creator's videos and image posts.229- `--source-client socialdatax-skills --source-platform github --source-skill media-user-posts`: usage attribution for this Agent Skill; keep these values unchanged when running examples from this Skill.230231Use either the ID option or the profile URL option for a single command, not both.232233The command prints JSON with `platform`, `tool`, `arguments`, and `data`. Multi-page output keeps merged creator content or series items in `data.items` and adds `page_count`, `item_count`, and `next_page_token`.234For recent creator research, prefer CLI `--since-days 30` or another user-specified day window. `--since-days` applies to creator content lists only, not Douyin `user-series`.235236## Safety Boundary237238This skill is read-only. It uses `SOCIALDATAX_API_KEY` from the user's environment at runtime. Generated Skill files do not contain API keys. It does not read local browser data or perform login, posting, liking, commenting, or account changes.239240## MCP Tools241242MCP tools matching the direct CLI commands above:243244- XHS: `xhs_get_user_posted_notes_by_user_id`, `xhs_get_user_posted_notes_by_profile_url`245- DOUYIN: `douyin_get_user_posted_videos_by_sec_user_id`, `douyin_get_user_posted_videos_by_profile_url`, `douyin_get_user_series_by_sec_user_id`, `douyin_get_user_series_by_profile_url`246- KUAISHOU: `kuaishou_get_user_posted_videos_by_user_id`, `kuaishou_get_user_posted_videos_by_profile_url`247- BILIBILI: `bilibili_get_user_posted_videos_by_user_id`, `bilibili_get_user_posted_videos_by_profile_url`, `bilibili_get_user_posted_articles_by_user_id`, `bilibili_get_user_posted_articles_by_profile_url`, `bilibili_get_user_posted_dynamics_by_user_id`, `bilibili_get_user_posted_dynamics_by_profile_url`248- ZHIHU: `zhihu_get_user_posted_articles_by_profile_url`249- INSTAGRAM: `instagram_get_user_posts_by_username`, `instagram_get_user_posts_by_profile_url`250- X: `x_get_user_posts_by_user_id`, `x_get_user_posts_by_username`, `x_get_user_posts_by_profile_url`251- YOUTUBE: `youtube_get_user_posted_videos_by_channel_url`252- TIKTOK: `tiktok_get_user_posts_by_tiktok_id`, `tiktok_get_user_posts_by_profile_url`253- WEIBO: `weibo_get_user_posts_by_user_id`, `weibo_get_user_posts_by_profile_url`254- WECHAT: `wechat_get_user_posted_videos_by_user_id`, `wechat_get_user_posted_videos_by_url`255256If MCP tools are already available in the current agent, use one of these tools:257- `xhs_get_user_posted_notes_by_user_id`: preferred when `user_id` is already known.258- `xhs_get_user_posted_notes_by_profile_url`: use for profile URLs, short links, or profile share text.259- `douyin_get_user_posted_videos_by_sec_user_id`: preferred when `sec_user_id` is already known.260- `douyin_get_user_posted_videos_by_profile_url`: use for profile URLs, short links, or profile share text.261- `douyin_get_user_series_by_sec_user_id`: preferred for creator short-drama series when `sec_user_id` is already known.262- `douyin_get_user_series_by_profile_url`: use for creator short-drama series from profile URLs, short links, or profile share text.263264Creator content-list and series pagination use opaque `page_token` values. Pass the complete returned `next_page_token` back unchanged for the same user and command family. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses. Prefer CLI `--pages`, `--all`, and `--max-items` when the user asks for multiple pages or all available creator content.265- `kuaishou_get_user_posted_videos_by_user_id`: preferred when a non-empty `user_id` is already known.266- `kuaishou_get_user_posted_videos_by_profile_url`: use only for profile URLs, short links, or profile share text that resolves directly to a non-empty `user_id`; for live/fw-user profile shares, call Kuaishou creator profile first and use the returned non-empty `user_id`.267Kuaishou creator work pagination uses opaque `page_token` values; pass the complete returned `next_page_token` back unchanged for the same user. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.268- `bilibili_get_user_posted_videos_by_user_id` and `bilibili_get_user_posted_videos_by_profile_url`: use for Bilibili creator video lists; optional `sort_type` accepts `time_descending`, `view_count_descending`, or `collect_count_descending`.269- `bilibili_get_user_posted_articles_by_user_id` and `bilibili_get_user_posted_articles_by_profile_url`: use for Bilibili creator article lists.270- `bilibili_get_user_posted_dynamics_by_user_id` and `bilibili_get_user_posted_dynamics_by_profile_url`: use for Bilibili creator dynamic lists.271- `zhihu_get_user_posted_articles_by_profile_url`: use for Zhihu creator article lists.272- `instagram_get_user_posts_by_username` and `instagram_get_user_posts_by_profile_url`: use for Instagram creator post lists.273- `x_get_user_posts_by_user_id`, `x_get_user_posts_by_username`, and `x_get_user_posts_by_profile_url`: use for X creator post lists.274- `youtube_get_user_posted_videos_by_channel_url`: use for YouTube channel videos and Shorts; optional `video_type` accepts `video` or `short`.275- `tiktok_get_user_posts_by_tiktok_id` and `tiktok_get_user_posts_by_profile_url`: use for TikTok creator post lists.276- `weibo_get_user_posts_by_user_id`: preferred when `user_id` is already known.277- `weibo_get_user_posts_by_profile_url`: use for Weibo user profile URLs.278Weibo creator post pagination uses opaque `page_token` values; pass the complete returned `next_page_token` back unchanged for the same user. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.279- `wechat_get_user_posted_videos_by_user_id`: preferred when the WeChat Channels / 视频号 `v2_...@finder` user_id is already known.280- `wechat_get_user_posted_videos_by_url`: use a WeChat Channels / 视频号 video or image-post link or share text to resolve the author and list that creator's videos and image posts.281WeChat Channels / 视频号 creator work pagination uses opaque `page_token` values; pass the complete returned `next_page_token` back unchanged for the same user. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.282`--since-days` uses CLI-side filtering only and is not an MCP tool argument; for MCP-only calls, continue pages as needed and filter returned `publish_time` values in your analysis.283284## Output Guidance285286Summarize content-list evidence by title or description, summary, publish time, interaction counts, media links, and content type when present.287For XHS creator note-list results, copy each returned `note_id` exactly; do not pass or display only a prefix.288For Douyin image/text posts, use `image_urls` rather than assuming a video playback URL exists.289For Douyin short-drama series, report series IDs, titles, descriptions, covers, prices, and author facts when present.290Use returned content IDs to chain into detail or comment analysis when needed.291For Bilibili creator lists, keep videos, articles, and dynamics separate when more than one command family is used.292For YouTube creator lists, distinguish regular videos and Shorts when the returned data provides that signal.293For Zhihu, Instagram, X / Twitter, and TikTok creator lists, preserve returned public content IDs and URLs for follow-up detail or comment analysis.294For Weibo creator posts, report post IDs, content, media, publish time, interaction counts, and author facts when present.295For WeChat Channels / 视频号 creator works, report object IDs, descriptions, media, publish time, interaction counts, and author facts when present.296297## Troubleshooting298299- If an SDK/dependency, npm network, Node.js/npm/npx availability, permission, or missing runtime error appears, treat it as a local runtime, dependency installation, network, or agent authorization issue, not a SocialDataX API key or business data error. If the current environment has permission, install or restore automatically. When network or execution authorization is needed, ask the user to approve or finish authorization, then continue the same command; do not use public web search as a substitute for SocialDataX data.300- For non-balance network or API errors, preserve the error message, check `SOCIALDATAX_API_KEY`, parameters, and link or ID format, then retry once when appropriate.301- If the response returns `insufficient_balance` or says the balance/credits are insufficient, do not retry repeatedly. Show the recharge URL from the error exactly as returned, then continue the same command after the user recharges.302- If the user has recharged but still sees insufficient balance, confirm `SOCIALDATAX_API_KEY` belongs to the same account that was recharged; if needed, copy a fresh API Key from the official dashboard.