← 返回 Skills 市场
brunovu20

google trending

作者 Bruno · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install google-trending
功能描述
Fetch and display the top trending Google searches in the last 24 hours for any country. Use when the user asks for Google trending topics, trending searches...
使用说明 (SKILL.md)

Google Trending

Fetch the top trending Google searches in the last 24 hours via the Google Trends daily RSS feed. No API key required.

Usage

# Top 20 trending searches in the US (default)
python3 scripts/fetch-google-trending.py

# Specific country (ISO 3166-1 alpha-2 code)
python3 scripts/fetch-google-trending.py FR
python3 scripts/fetch-google-trending.py GB
python3 scripts/fetch-google-trending.py JP

# Custom result count
python3 scripts/fetch-google-trending.py US 10

Arguments

Position Default Description
1 US Country code (ISO 3166-1 alpha-2)
2 20 Number of trending topics to show

Output

For each trending topic: rank, search term, approximate search volume, publication time, up to 2 related news headlines with source, and a link to the Google Trends page.

Data source

  • Feed: https://trends.google.com/trending/rss?geo={GEO}
  • Update cadence: refreshed every few hours by Google
  • No auth required: uses only public RSS endpoints and Python stdlib (urllib, xml.etree)

Workflow for the AI agent

  1. Run python3 scripts/fetch-google-trending.py [GEO] [COUNT]
  2. Parse and present the results to the user
  3. If the user asks about a specific trending topic, you can search for more context using WebSearch

Guardrails

  • Data comes directly from Google Trends RSS — do not fabricate traffic numbers or topics.
  • The feed reflects Google's own editorial/algorithmic choices; surface that to the user if asked why a topic appears.
  • If the fetch fails (network error, rate limit), report it clearly and suggest retrying.
安全使用建议
Before installing, understand that this skill contacts Google Trends over the network to retrieve public trending-search data. It does not require an API key or access to your local files, though the publisher should ideally declare the trends.google.com network permission explicitly.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is to show current Google trending searches, and the included Python script directly implements that by requesting and parsing the Google Trends RSS feed.
Instruction Scope
The workflow asks the agent to run the included script and optionally use web search for extra context if the user asks; that is purpose-aligned, but it does involve outbound network access.
Install Mechanism
Installation only requires Python 3 and uses the standard library; there are no pip packages, shell installers, or hidden setup steps.
Credentials
Network access to trends.google.com is necessary and disclosed, but the manifest does not explicitly declare a scoped network permission.
Persistence & Privilege
No evidence was found of persistence, privilege escalation, credential/session access, local file indexing, destructive actions, or background workers.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-trending
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-trending 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – fetch and display Google trending searches - Fetches top trending Google searches from the past 24 hours for any country via the public Google Trends RSS feed. - No API key or external dependencies required (pure Python 3 stdlib). - Shows ranking, search term, estimated search volume, time, related news (with sources), and a Trends link for each topic. - Supports country selection (ISO code) and custom result count. - Clear instructions for usage, error handling, and data source transparency.
元数据
Slug google-trending
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

google trending 是什么?

Fetch and display the top trending Google searches in the last 24 hours for any country. Use when the user asks for Google trending topics, trending searches... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 google trending?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-trending」即可一键安装,无需额外配置。

google trending 是免费的吗?

是的,google trending 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

google trending 支持哪些平台?

google trending 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 google trending?

由 Bruno(@brunovu20)开发并维护,当前版本 v1.0.0。

💬 留言讨论