Agent Skills
› NeverSight/learn-skills.dev
› trendspyg
trendspyg
GitHubtrendspyg 是 pytrends 的替代库,提供免费的 Google Trends 数据。支持实时热门话题、关键词兴趣趋势、相关查询及区域分布分析。通过 CLI 和 API 接口调用,适用于趋势分析和市场调研场景。
触发场景
查询特定关键词或主题的历史搜索趋势
获取当前实时热门话题列表
分析关键词在不同地区的兴趣分布
查找与目标关键词相关的热门搜索词
安装
npx skills add NeverSight/learn-skills.dev --skill trendspyg -g -y
SKILL.md
Frontmatter
{
"name": "trendspyg",
"description": "Free Google Trends data - real-time trending topics and keyword analysis over time (interest over time, related queries, interest by region)."
}
trendspyg
Free, open-source Python library for Google Trends data: trending now plus keyword interest over time, related queries, and interest by region. A maintained pytrends alternative with CLI and API.
export UVX_TRENDSPYG='uvx --from "trendspyg[mcp]" trendspyg-mcp'
List available tools
alias trendspyg-list="npx -y mcporter list --stdio '$UVX_TRENDSPYG'"
trendspyg-list --all-parameters
# Get the schema of the specified tool
trendspyg-list --json | jq '.tools[] | select(.name == "<tool_name>")'
Call specified tool
alias trendspyg-call="npx -y mcporter call --stdio '$UVX_TRENDSPYG'"
trendspyg-call --tool <tool_name> --args '{"key":"val"}'
About mcporter
To improve compatibility, use npx -y mcporter instead of mcporter when executing commands.
版本历史
- c3c0a1e 当前 2026-07-23 08:50


