TopRank Skills

Home / Claw Skills / API 集成 / media-news-digest
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 media-news-digest 技能。 若已安装,则直接安装 media-news-digest 技能。

Overview

Skill Key
dinstein/media-news-digest
Author
dinstein
Source Repo
openclaw/skills
Version
2.1.1
Source Path
skills/dinstein/media-news-digest
Latest Commit SHA
5c5b76f6cebd514e349e4009f8aca33a1e03a911

Extracted Content

SKILL.md excerpt

# Media 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

1. **Generate Digest** (unified pipeline — runs all 4 sources in parallel):
   ```bash
   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
   ```

2. **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
- ⭐ Revi...

README excerpt

# Media News Digest 🎬

> Automated media & entertainment industry news digest — 29 sources, 3-layer pipeline, one chat message to install.

[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

## 💬 Install in One Message

Tell your [OpenClaw](https://openclaw.ai) AI assistant:

> **"Install media-news-digest and send a daily digest to #news-media every morning at 7am"**

That's it. Your bot handles installation, configuration, scheduling, and delivery — all through conversation.

More examples:

> 🗣️ "Set up a weekly Hollywood digest, only box office and awards, deliver to Discord #awards every Monday"

> 🗣️ "Install media-news-digest, add my RSS feeds, and send festival news to email"

> 🗣️ "Give me a media digest right now, focus on streaming news"

Or install via CLI:
```bash
clawhub install media-news-digest
```

## 📊 What You Get

A quality-scored, deduplicated entertainment industry digest built from **29 sources**:

| Layer | Sources | What |
|-------|---------|------|
| 📡 RSS | 16 feeds | THR, Deadline, Variety, IndieWire, The Wrap, Collider, Gold Derby… |
| 🐦 Twitter/X | 11 KOLs | @THR, @DEADLINE, @Variety, @BoxOfficeMojo, @MattBelloni… |
| 🔍 Web Search | 7 topics | Brave Search API with freshness filters |

### Pipeline

```
RSS + Twitter + Web Search
         ↓
   merge-sources.py
         ↓
Quality Scoring → Deduplication → Topic Grouping
         ↓
  Discord / Email output
```

## 🎯 7 Topic Sections

| # | Section | Covers |
|---|---------|--------|
| 🎬 | Production / 制作动态 | New projects, casting, filming updates |
| 💰 | Deals & Business / 行业交易 | M&A, rights, talent deals, restructuring |
| 🎟️ | Box Office / 票房 | NA/global box office, opening weekends |
| 📺 | Streaming / 流媒体 | Netflix, Disney+, Apple TV+, viewership |
| 🏆 | Awards / 颁奖季 | Oscars, Golden Globes, Emmys, campaigns |
| 🎪 | Film Festival...

Related Claw Skills