返回 Skill 列表
extension
分类: 其它需要 API Key

抖音趋势洞察

当用户需要做抖音趋势洞察、抖音趋势分析、热点观察、内容方向判断、爆款复盘或营销灵感整理时使用。面向内容运营、品牌调研和创作者。

person作者: user_825d9e7ehubcommunity

抖音趋势洞察

Use this skill when the user wants Douyin / 抖音 trend insight, hot-topic observation, viral content review, content direction planning, marketing inspiration, or research material organization.

API Key

Use SOCIALDATAX_API_KEY for SocialDataX requests. To get or manage an API Key, open https://socialdatax.com/?from=skillhub and follow the website API Key access flow. 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 douyin hot-search --pretty
npx -y socialdatax-skills@latest douyin search --keyword "<keyword>" --sort-type time_descending --pretty

Required arguments for keyword research:

  • --keyword <text>: topic, trend phrase, niche, audience, product, or content angle; use the user's actual intent, trim whitespace, and keep it focused.

Optional arguments:

  • --page-token <next_page_token>: opaque pagination token returned by the previous page.
  • --sort-type <general|time_descending|like_count_descending>: optional sort value; use time_descending when freshness matters.
  • --publish-time-range <all|day|week|half_year>: optional publish-time filter; use day or week when the user asks for recent movement.
  • --duration-range <all|under_1_minute|one_to_five_minutes|over_5_minutes>: optional duration filter; omit it for no duration filter.
  • --content-type <all|video|image>: optional content type filter; omit it for all content types.
  • --pretty: output formatting only.

For one work review, comments, creator facts, creator work lists, or short-drama series, call the matching socialdatax-skills Douyin subcommand.

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

If MCP tools are already available in the current agent, use douyin_get_hot_search_list for broad hot-topic observation and douyin_search_videos for topic-specific trend review.

Continue pagination only when next_page_token is non-empty, and keep the same keyword and filters while changing only the page token.

Output Guidance

Summarize visible evidence separately from interpretation. Organize findings by trend signal, content angle, audience reaction, creator pattern, freshness, and practical next steps. Avoid treating one page of results as a complete market view.