Google Alerts Monitor
/install google-alerts
Google Alerts Monitor
Keyword monitoring with Hootsuite-style output. Free, no API keys required.
What This Skill Does
- Fetches Google Alerts RSS feeds for your keywords
- Formats results into visual, social-media-style cards
- Prints clean JSON output and formatted text for use by agents or cron jobs
What this skill does NOT do: It does not save files, schedule cron jobs, or post to chat. Those integrations are handled by your agent prompt or external automation.
Keywords
Edit references/keywords.md with your own keywords. One per line.
Search Script
# Set your Google Alert feed ID (see setup-guide.md)
export GOOGLE_ALERT_FEED_ID="your_feed_id_here"
# Search a keyword
bash scripts/search.sh "your keyword" 10
Output: JSON array of results (title, link, description, published date)
Formatter Script
Takes JSON results and formats them into Hootsuite-style cards:
bash scripts/search.sh "your keyword" 10 \
| python3 scripts/format-results.py --term "your keyword" --source google --count 10
Output Format
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 YOUR KEYWORD — GOOGLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
👤 Result Title · 3h ago
"Description text preview truncated to 280 chars..."
↗️ https://example.com/link
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Setup
- Create Google Alerts at google.com/alerts
- Get the RSS feed ID from each alert's feed URL
- Set
GOOGLE_ALERT_FEED_IDin your environment or editscripts/search.sh - See
references/setup-guide.mdfor details
Scripts
scripts/search.sh— Fetch Google Alerts RSS, output JSONscripts/format-results.py— Format JSON results as Hootsuite-style cards
References
references/keywords.md— Keyword definitionsreferences/setup-guide.md— Detailed setup instructions
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-alerts - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-alerts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Google Alerts Monitor 是什么?
Monitor keywords via free web search. Use when: (1) Tracking brand or product mentions, (2) Monitoring industry keywords, (3) Researching competitors and mar... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 Google Alerts Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-alerts」即可一键安装,无需额外配置。
Google Alerts Monitor 是免费的吗?
是的,Google Alerts Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Alerts Monitor 支持哪些平台?
Google Alerts Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Alerts Monitor?
由 bgoodwinstudio(@bgoodwinstudio)开发并维护,当前版本 v1.0.3。