返回顶部
g

google-trends

Fetches Google Trends data including daily trending topics, real-time trends, interest by region, related topics, related queries, and autocomplete suggestions. Use when the user asks about trending searches, search popularity, keyword trends, or Google Trends data.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
95
下载量
1
收藏
概述
安装方式
版本历史

google-trends

# Google Trends Fetch Google Trends data using the bundled script. No API key required. ## Quick start Run the script from the skill directory: ```bash node scripts/trends.mjs <command> [options] ``` ## Available commands | Command | Description | |---------|-------------| | `daily-trends` | Get daily trending search topics | | `realtime-trends` | Get real-time trending topics | | `autocomplete` | Get autocomplete suggestions for a keyword | | `explore` | Explore trend data for a keyword | | `interest-by-region` | Get search interest breakdown by region | | `related-topics` | Get topics related to a keyword | | `related-queries` | Get queries related to a keyword | ## Usage examples **Daily trending topics in the US:** ```bash node scripts/trends.mjs daily-trends --geo US ``` **Real-time trends (last 4 hours):** ```bash node scripts/trends.mjs realtime-trends --geo US --hours 4 ``` **Autocomplete suggestions:** ```bash node scripts/trends.mjs autocomplete "artificial intelligence" ``` **Explore a keyword:** ```bash node scripts/trends.mjs explore "machine learning" --geo US --time "now 7-d" ``` **Interest by region:** ```bash node scripts/trends.mjs interest-by-region "bitcoin" --geo US --resolution REGION ``` **Related topics:** ```bash node scripts/trends.mjs related-topics "python programming" --geo US ``` **Related queries:** ```bash node scripts/trends.mjs related-queries "python programming" --geo US ``` ## Options reference For full option details per command, see [reference.md](reference.md). ## Output All commands output JSON to stdout. Parse the output to extract relevant data for the user. Present results in a readable format (tables, lists, summaries) based on context. ## Error handling If Google rate-limits the request, the script retries with exponential backoff (up to 3 retries). If it still fails, inform the user and suggest waiting before retrying.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 google-trends-api-1775932992 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 google-trends-api-1775932992 技能

通过命令行安装

skillhub install google-trends-api-1775932992

下载 Zip 包

⬇ 下载 google-trends v1.0.0

文件大小: 7.69 KB | 发布时间: 2026-4-12 10:08

v1.0.0 最新 2026-4-12 10:08
Initial skill release with big functional update:
- Adds a comprehensive Node.js script to fetch Google Trends data with multiple commands: daily trends, real-time trends, autocomplete, trend exploration, regional interest, related topics, and related queries.
- Replaces previous shell scripts with a unified, script-based interface for running all trend queries.
- Output is standardized as JSON for easy parsing and integration.
- Includes basic error handling with retry logic for rate limiting.
- All usage instructions and commands are documented in the new SKILL.md.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部