mcpbeat

Trendspyg

aahl/trendspyg

Free Google Trends data - real-time trending topics and keyword analysis over time (interest over time, related queries, interest by region).

248 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
147
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aahl/skills --skill trendspyg

The instruction itself

4 sections, as written by the author

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.

How to use it

Copy the folder

Take aahl/trendspyg from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference npx, uvx. Without those the skill loads but fails at the first command.