Trendspyg
AAHL's Agent Skills. 汇集了多种实用的智能体技能,涵盖Home Assistant智能家居控制、微软Edge TTS和智谱GLM-TTS文本转语音、DuckDuckGo搜索、DeepWiki文档检索、加密货币行情、天气预报、Lark/飞书、影视搜索、商品比价等功能
npx -y skills add aahl/skills --skill trendspygAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Free Google Trends data - real-time trending topics and keyword analysis over time (interest over time, related queries, interest by region).
SKILL.md
1.0 KB, as published. Nobody here has run it
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.