Use this skill when the user wants Douyin / 抖音 content research, topic planning, hot-topic observation, competitor content comparison, trend review, comment insight, creator profile review, creator works review, 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 most specific SocialDataX command for the user's task:
douyin hot-search or douyin search.douyin search.douyin detail.douyin comments or douyin replies.douyin user-info.douyin user-posts or douyin user-series.Prefer the direct CLI when the agent can run shell commands. It does not require MCP server configuration:
npx -y socialdatax-skills@latest douyin hot-search --pretty
npx -y socialdatax-skills@latest douyin search --keyword "<keyword>" --pretty
Required arguments for content research:
--keyword : topic, niche, audience, product, account, or content angle; use the user's actual intent, trim whitespace, and keep it focused.Optional arguments:
--page-token : opaque pagination token returned by the previous page.--sort-type : optional sort value; omit it for the default sort.--publish-time-range : optional publish-time filter; omit it for no publish-time filter.--duration-range : optional duration filter; omit it for no duration filter.--content-type : optional content type filter; omit it for all content types.--pretty: output formatting only; it does not change the research topic or returned works.For work URLs, creator URLs, comment review, creator facts, creator work lists, hot topics, or short-drama series, call the matching socialdatax-skills Douyin subcommand instead of forcing every request through keyword research.
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, choose the narrowest matching Douyin tool for the user's task. For keyword research, use douyin_search_videos; for hot-topic observation, use douyin_get_hot_search_list.
Continue pagination only when next_page_token is non-empty, and keep the same keyword and filters while changing only the page token.
Summarize visible evidence separately from interpretation. For broad research, organize findings by topic clusters, content angles, audience needs, creator positioning, trend signals, comment themes, and practical next steps. Use concrete examples when the user needs traceability.
共 2 个版本