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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-alerts - After installation, invoke the skill by name or use
/google-alerts - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.
How do I install Google Alerts Monitor?
Run "/install google-alerts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Alerts Monitor free?
Yes, Google Alerts Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Alerts Monitor support?
Google Alerts Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Alerts Monitor?
It is built and maintained by bgoodwinstudio (@bgoodwinstudio); the current version is v1.0.3.