aahl/skills

trendspyg

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

Trending #8516 Hot #1686 First seen Jul 15, 2026

Installation

$ npx skills add aahl/skills --skill trendspyg

Also in this package

Other skills from aahl/skills · top by installs.

npx skills add aahl/skills

Browse all from aahl/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 154
License LICENSE
Default branch main
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 992 B
  • docs SUMMARY.md 967 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 596 installs

SKILL.md

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.