Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

google-trends-researchGoogle trends 研究

Agent Skill

google-trends-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

26

GitHub Stars

公开资料未说明

下载量

214
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:google-trends-research(Google trends 研究)
来源仓库:https://github.com/postplusai/postplus-skills
仓库路径:skills/google-trends-research
安装命令:
npx skills add https://github.com/postplusai/postplus-skills --skill google-trends-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/postplusai/postplus-skills --skill google-trends-research

简介

用于查找 Google Trends 数据与研究方法,适合市场趋势分析。

  • 适用于获取关键词热度、地域分布或季节性波动,需输入查询词与时间段。
  • 使用时需注意数据聚合粒度与采样偏差,建议对比多源数据;避免直接用于决策。
  • 安装方式:github,命令:npx skills add https://github.com/postplusai/postplus-skills --skill google-trends-research。
  • 注意权限范围与维护状态,可能仅提供近似值而非精确数值,建议人工解释趋势方向。

SKILL.md

Google Trends Research

Follow shared release-shell rules in:

  • postplus-shared release-shell rules

Use this skill for Google Trends platform-data work.

Typical requests:

  • 看最近哪些关键词或话题在变热
  • 比较几个关键词的搜索趋势
  • 看某个主题在哪些国家或地区更热
  • 找 rising queries 或 related topics
  • 给内容研究、选品研究、campaign planning 提供 search-intent signals

Read first:

  • postplus-shared research preferences

Core Rule

Treat Google Trends as a search-intent source, not as full demand proof.

Good uses:

  • topic discovery
  • keyword momentum tracking
  • regional interest comparison
  • rising-query discovery
  • watchlist monitoring

Do not overclaim from Google Trends alone:

  • transaction demand
  • conversion intent
  • marketplace competitiveness
  • creator or content execution quality
  • merchant-model fit

Those need to be combined with marketplace, content-platform, or business-context evidence.

Task Shapes

Classify the request first:

1. Trending Now Scan

Use when the user asks:

  • 最近 Google 上什么在热
  • 某个国家今天 / 这几天的热点搜索是什么
  • 先给我一批实时热点主题

Preferred hosted collection key:

  • google-trends-fast

2. Keyword Momentum Check

Use when the user asks:

  • 这个关键词最近有没有变热
  • 比较几个词的趋势变化
  • 看过去几个月 / 一年里的搜索热度

Preferred hosted collection keys:

  • google-trends-fast for the current released fast path
  • google-trends-keywords for the older keyword-only path

3. Regional Interest Mapping

Use when the user asks:

  • 哪些国家 / 地区对这个主题更敏感
  • 这个词在不同市场哪里更热
  • 想做 geo priority 判断

Preferred hosted collection key:

  • google-trends-fast

4. Related Query Expansion

Use when the user asks:

  • 这个主题还有哪些相关搜索词
  • 有没有 rising queries 可当 seed
  • 帮我扩一组关键词池

Preferred hosted collection key:

  • google-trends-fast

Hosted Collection Strategy

Do not expose provider selection to the user.

Current defaults:

  • broad keyword analysis: google-trends-fast
  • realtime trending feed: google-trends-fast
  • older keyword-only path: google-trends-keywords

Choose the narrowest actor that fits the task.

Use google-trends-fast by default when the task needs:

  • interest over time
  • geo comparison
  • realtime trending searches
  • regional trend signals

Use google-trends-keywords only when the workflow is already validated against that older keyword-only input shape.

Hosted Collection Input Fields

google-trends-fast

Keyword analysis input:

{
  "enableTrendingSearches": false,
  "keyword": "led skincare device",
  "predefinedTimeframe": "today 12-m",
  "geo": "US",
  "fetchRegionalData": false
}

google-trends-fast defaults to trending-search mode in its hosted input schema. For keyword analysis, enableTrendingSearches must be explicitly false; otherwise keyword fields are ignored by the actor.

Trending-search input:

{
  "enableTrendingSearches": true,
  "trendingSearchesCountry": "US",
  "trendingSearchesTimeframe": "24",
  "trendingSearchesMaxItems": 50
}

Repo-Owned Runner

For product-shell execution, use the repo-owned collection runner:

node skills/20-research/google-trends-research/scripts/collection_actor_run.mjs \
  --collection-key google-trends-fast \
  --input <input.json> \
  --output <raw-output.json>

Recommended Workflow

Use the lightest valid chain:

  1. classify the request into one task shape
  2. collect a small valid sample
  3. extract the trend signals that matter
  4. separate observation from inference
  5. hand off to other skills if deeper evidence is needed

Release-Shell Execution Contract

  • keep query briefs, raw trend payloads, normalized outputs, and watchlist caches under <work-folder>/.postplus/google-trends/
  • keep only final user-facing summaries or shortlist exports outside .postplus/
  • compile a small keyword or geo brief before the expensive collection step
  • start with a bounded first pass:

- one topic cluster - one geo scope - one timeframe comparison

  • if hosted capability is unavailable, unauthorized, or returns a stable network error, stop immediately instead of switching to ad hoc shell glue

Good Output

Return:

  • keyword or topic set
  • observed trend signal
  • timeframe
  • geo scope
  • strongest rising queries or related topics
  • provisional implication
  • missing layer

Good recommendation shapes:

  • search interest is rising, but platform-content proof is still missing
  • good US search signal, weak evidence for other markets
  • topic is hot now, but looks news-driven rather than durable
  • use these rising queries as seeds for TikTok or Instagram content scouting

Handoff

Escalate to platform research skills when search intent should be validated against actual content or commerce evidence:

  • TikTok content heat or hook patterns -> skills/20-research/tiktok-research
  • Instagram creator, account, or campaign scouting -> skills/20-research/instagram-account-research or skills/20-research/instagram-campaign-scout
  • Amazon marketplace demand -> skills/20-research/amazon-research
  • marketplace demand -> skills/20-research/amazon-research

Escalate to higher synthesis when the user is making a real business decision:

  • cross-source sourcing or selection judgment -> skills/30-strategy/sourcing-selection

Failure Modes To Avoid

Do not:

  • treat search spikes as proof that a product will sell
  • confuse news-driven spikes with durable category demand
  • skip geo and timeframe details when comparing terms
  • answer Google Trends requests from generic web articles when a platform-data route is available

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.17%
按下载量换算82

Claude

28.72%
按下载量换算61

Cursor

19.49%
按下载量换算42

Gemini CLI

9.23%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/postplusai/postplus-skills --skill google-trends-research 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills