Fox News Monitor
by @ivangdavila
Monitor Fox News sections and breaking updates with official RSS routes, live-event tracking, and optional outside verification.
clawhub install fox-newsπ About This Skill
name: Fox News Monitor slug: fox-news version: 1.0.0 homepage: https://clawic.com/skills/fox-news description: Monitor Fox News sections and breaking updates with official RSS routes, live-event tracking, and optional outside verification. changelog: "Initial release with official feed routing, live coverage workflows, and section-based briefing formats for Fox News readers." metadata: {"clawdbot":{"emoji":"F","requires":{"bins":["curl"],"anyBins":["python3","python"],"config":["~/fox-news/"]},"os":["linux","darwin","win32"],"configPaths":["~/fox-news/"]}}
Setup
On first use, follow setup.md to lock activation scope, preferred sections, and whether the user wants Fox-only reads or source-balanced follow-up.
When to Use
User explicitly wants Fox News coverage, Fox News section monitoring, headline summaries from Fox-owned properties, or a Fox-first briefing with optional outside verification. Use this skill for section routing, official RSS sweeps, live-event follow-through, clip/article packaging, and concise recaps that keep reporting and opinion clearly separated.
Requirements
~/fox-news/.Architecture
Memory lives in ~/fox-news/. See memory-template.md for the baseline structure.
~/fox-news/
βββ memory.md # Activation scope, preferred sections, and balance defaults
βββ sources.md # Approved Fox surfaces and section notes
βββ runs.md # Fetch timestamps, live-event notes, and follow-up history
βββ briefs/ # Saved briefings when the user asks to archive them
Quick Reference
| Topic | File |
|-------|------|
| Setup and activation behavior | setup.md |
| Memory schema and status rules | memory-template.md |
| Official feeds and section mapping | feed-map.md |
| Repeatable fetch and briefing workflows | workflow-patterns.md |
| Output shapes for fast or balanced summaries | briefing-formats.md |
| Recovery paths for broken links or gated streams | troubleshooting.md |
Data Storage
Local notes in ~/fox-news/ may include:
Core Rules
1. Route Every Request to One Fox Surface First
2. Separate Reporting, Live Coverage, Video, and Opinion
3. Timestamp Everything That Claims Freshness
4. Use Fox-Owned Sources First, Then Balance When Needed
5. Confirm High-Volume Reads Before Opening or Pulling
6. Respect Access Boundaries
7. Persist Only Reusable Preferences
Common Traps
External Endpoints
| Endpoint | Data Sent | Purpose | |----------|-----------|---------| | https://www.foxnews.com | Section paths, article URLs, and optional on-site search terms | Read current Fox News headlines, sections, live pages, and article details | | https://moxie.foxnews.com | RSS feed URLs only | Fetch official Fox News XML feeds for deterministic section sweeps | | https://help.foxnews.com | Help article URLs only | Confirm device support, app behavior, and access constraints when troubleshooting |
No other data should be sent externally unless the user explicitly asks for non-Fox follow-up sources.
Security & Privacy
Data that may leave your machine:
Data that stays local:
~/fox-news/This skill does NOT:
~/fox-news/Trust
This skill relies on Fox News-owned properties and may surface editorial positions from Fox reporting, live pages, and opinion products. Only install it if you want Fox-specific workflows and trust Fox as one of your news sources.
Related Skills
Install withclawhub install if user confirms:
news - General news briefings and preference-aware coverage beyond one outlet.digest - Turn multiple reads into concise digests when Fox is only one input.monitoring - Track recurring topics or entities across repeated checks.reading - Manage reading order, queues, and follow-up decisions after a sweep.summarizer - Compress long Fox articles or transcripts into tighter takeaways.Feedback
clawhub star fox-newsclawhub syncβ‘ When to Use
βοΈ Configuration
On first use, follow setup.md to lock activation scope, preferred sections, and whether the user wants Fox-only reads or source-balanced follow-up.