media-news-digest
Generate media & entertainment industry news digests. Covers Hollywood trades (THR, Deadline, Variety), box office, streaming, awards season, film festivals, and production news. Four-source data collection from RSS feeds, Twitter/X KOLs, Reddit, and web search. Pipeline-based scripts with retry mechanisms and deduplication. Supports Discord and email output with PDF attachments.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dinstein/media-news-digestMedia News Digest
Automated media & entertainment industry news digest system. Covers Hollywood trades, box office, streaming platforms, awards season, film festivals, production news, and industry deals.
Quick Start
-
Generate Digest (unified pipeline β runs all 4 sources in parallel):
python3 scripts/run-pipeline.py \ --defaults <SKILL_DIR>/config/defaults \ --config <WORKSPACE>/config \ --hours 48 --freshness pd \ --archive-dir <WORKSPACE>/archive/media-news-digest/ \ --output /tmp/md-merged.json --verbose --force -
Use Templates: Apply Discord or email templates to merged output
Data Sources (65 total, 64 enabled)
- RSS Feeds (36, 35 enabled): THR, Deadline, Variety, IndieWire, The Wrap, Collider, Vulture, Awards Daily, Gold Derby, Screen Rant, Empire, The Playlist, /Film, Entertainment Weekly, Roger Ebert, CinemaBlend, Den of Geek, The Direct, MovieWeb, CBR, What's on Netflix, Decider, Anime News Network, and more
- Twitter/X KOLs (18): @THR, @DEADLINE, @Variety, @FilmUpdates, @DiscussingFilm, @BoxOfficeMojo, @MattBelloni, @Borys_Kit, @TheAcademy, @letterboxd, @A24, and more
- Reddit (11): r/movies, r/boxoffice, r/television, r/Oscars, r/TrueFilm, r/entertainment, r/netflix, r/marvelstudios, r/DC_Cinematic, r/anime, r/flicks
- Web Search (9 topics): Brave Search / Tavily with freshness filters
Topics (9 sections)
- π¨π³ China / δΈε½ε½±θ§ β China mainland box office, Chinese films, Chinese streaming
- π¬ Production / εΆδ½ε¨ζ β New projects, casting, filming updates
- π° Deals & Business / θ‘δΈδΊ€ζ β M&A, rights, talent deals
- ποΈ Upcoming Releases / εηΎθΏζδΈζ β Theater openings, release dates, trailers
- ποΈ Box Office / η₯¨ζΏ β NA/global box office, opening weekends
- πΊ Streaming / ζ΅εͺδ½ β Netflix, Disney+, Apple TV+, HBO, viewership
- π Awards / ι’ε₯ε£ β Oscars, Golden Globes, Emmys, BAFTAs
- πͺ Film Festivals / η΅ε½±θ β Cannes, Venice, TIFF, Sundance, Berlin
- β Reviews & Buzz / ε½±θ―ε£η’ β Critical reception, RT/Metacritic scores
Scripts Pipeline
Unified Pipeline
python3 scripts/run-pipeline.py \
--defaults config/defaults --config workspace/config \
--hours 48 --freshness pd \
--archive-dir workspace/archive/media-news-digest/ \
--output /tmp/md-merged.json --verbose --force
- Features: Runs all 4 fetch steps in parallel, then merges + deduplicates + scores
- Output: Final merged JSON ready for report generation (~30s total)
- Flags:
--skip rss,twitterto skip steps,--enrichfor full-text enrichment
Metadata
Not sure this is the right skill?
Describe what you want to build β we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dinstein-media-news-digest": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
openclaw-ops
Use when diagnosing, repairing, or maintaining an OpenClaw Gateway on the same machine. Designed for rescue agents to fix a down gateway or check operational health. Supports Linux (systemd) and macOS (launchd).
tech-news-digest
Generate tech news digests with unified source model, quality scoring, and multi-format output. Six-source data collection from RSS feeds, Twitter/X KOLs, GitHub releases, GitHub Trending, Reddit, and web search. Pipeline-based scripts with retry mechanisms and deduplication. Supports Discord, email, and markdown templates.
cobo-tss-node
Manage a Cobo TSS Node for MPC threshold signing. Use when: setting up a new TSS Node, starting/stopping the node service, checking node status or health, signing for key share checkups, exporting shares for disaster recovery, backing up or updating the node, installing as a systemd or launchd service. NOT for: Cobo WaaS API integration, on-chain transaction building, or wallet UI.
tech-digest
Generate tech news digests with unified source model, quality scoring, and multi-format output. Four-layer data collection from RSS feeds, Twitter/X KOLs, GitHub releases, and web search. Pipeline-based scripts with retry mechanisms and deduplication. Supports Discord, email, and markdown templates.