← 返回 Skills 市场
wsjwong

Google Trends RSS

作者 Joe Wong · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
411
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install google-trends-rss
功能描述
Fetch and structure Google Trends daily trending-search data by country/region via the public RSS feed. Use when users ask for Google Trends snapshots, count...
使用说明 (SKILL.md)

Google Trends

Use this skill to get Google Trends daily trending searches quickly, without browser scraping.

Quick start

python scripts/google_trends_rss.py list-geos
python scripts/google_trends_rss.py daily --geo HK --limit 20 --sort traffic --format table
python scripts/google_trends_rss.py daily --geo US --sort traffic --format json --out /tmp/us-trends.json
python scripts/google_trends_rss.py daily --geo JP --sort traffic --out /tmp/jp-trends.csv

Workflow

  1. Pick geo code (HK, US, JP, etc.).
  2. Fetch daily trends with daily --geo \x3CCODE>.
  3. Choose output format:
    • table for terminal quick check
    • json for downstream automation
    • markdown for chat/report paste
  4. If needed, save with --out:
    • .json for structured pipelines
    • .csv for Sheets import

Commands

1) List common geo codes

python scripts/google_trends_rss.py list-geos

2) Fetch daily trends

python scripts/google_trends_rss.py daily --geo HK --limit 20 --sort traffic --format table

Options:

  • --geo (required): region code
  • --limit (default 20): max trend rows
  • --format (table|json|markdown, default table)
  • --sort (traffic|feed|recency, default traffic)
    • traffic: hottest-first by approx_traffic
    • feed: keep RSS original order
    • recency: newest-first by pubDate
  • --out: optional file path (.json or .csv)
  • --timeout (default 20)

Output schema

Each trend includes:

  • title
  • approx_traffic
  • link
  • pub_date
  • picture
  • up to 2 related news items (title/snippet/url/source)

Notes

  • This skill targets daily trending searches feed (not full historical keyword timeseries).
  • Feed source: Google Trends RSS endpoint by geo.
  • Keep parsing defensive; feed fields can evolve.
  • For implementation details aligned to the existing connector repo, read:
    • references/google-trends-connector-notes.md

Resources

  • Script: scripts/google_trends_rss.py
  • Reference: references/google-trends-connector-notes.md
安全使用建议
This skill appears to do exactly what it says: fetch public Google Trends RSS and format results. Before running: (1) review the included script locally (it's small and readable), (2) be aware it will make outbound HTTPS requests to trends.google.com, and (3) if you use --out, ensure you provide a safe path (it will overwrite that file). If you need offline or audited use, run the script in a controlled environment. If you expect historical timeseries or authenticated Google APIs, note this skill only provides the public daily RSS feed.
功能分析
Type: OpenClaw Skill Name: google-trends-rss Version: 1.0.2 The skill is a legitimate utility for fetching Google Trends data via public RSS feeds. The core script (scripts/google_trends_rss.py) uses standard Python libraries, implements proper URL encoding for parameters, and restricts network activity to official Google Trends endpoints. There is no evidence of data exfiltration, malicious execution, or prompt injection in the documentation (SKILL.md).
能力评估
Purpose & Capability
Name/description (Google Trends RSS) aligns with the provided script and notes: the code fetches trends.google.com RSS endpoints and parses trend fields. Required capabilities are minimal and appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs only to run the included Python script with explicit flags. The runtime instructions and script only perform network fetches to Google Trends, parse XML, print or write output to a user-specified path; they do not read unrelated files, environment variables, or send data to unknown endpoints.
Install Mechanism
No install spec; the skill is instruction-only with a single Python script and no external dependencies. This has low install risk — nothing is downloaded or written except when the user chooses an --out file.
Credentials
The skill requires no environment variables or credentials. It only needs outbound network access to trends.google.com (public RSS). No secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration or other skills. It runs only when invoked and only writes to an explicit output path if provided.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-trends-rss
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-trends-rss 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Default sorting updated to hottest-first (traffic); add --sort traffic|feed|recency.
v1.0.1
Add sorting modes; default daily output now hottest-first via --sort traffic (with feed/recency options).
v1.0.0
Initial release of google-trends: fetch and structure Google Trends daily trending-search data by region using the public RSS feed. - Provides commands to list supported countries/regions and fetch daily trends. - Offers multiple output formats: table (for terminal), JSON (for automation), CSV, and markdown. - Output includes trending search data with traffic estimates, links, publication dates, images, and related news items. - Supports exporting results for easy integration with Sheets, docs, or reporting workflows. - Documentation includes usage examples, command options, and output schema details.
元数据
Slug google-trends-rss
版本 1.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Google Trends RSS 是什么?

Fetch and structure Google Trends daily trending-search data by country/region via the public RSS feed. Use when users ask for Google Trends snapshots, count... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 411 次。

如何安装 Google Trends RSS?

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

Google Trends RSS 是免费的吗?

是的,Google Trends RSS 完全免费(开源免费),可自由下载、安装和使用。

Google Trends RSS 支持哪些平台?

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

谁开发了 Google Trends RSS?

由 Joe Wong(@wsjwong)开发并维护,当前版本 v1.0.2。

💬 留言讨论