# Send Media News Digest to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "media-news-digest",
    "name": "Media News Digest",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/dinstein/media-news-digest",
    "canonicalUrl": "https://clawhub.ai/dinstein/media-news-digest",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/media-news-digest",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=media-news-digest",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "CONTRIBUTING.md",
      "README.md",
      "README_CN.md",
      "SKILL.md",
      "config/defaults/sources.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/media-news-digest"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/media-news-digest",
    "downloadUrl": "https://openagent3.xyz/downloads/media-news-digest",
    "agentUrl": "https://openagent3.xyz/skills/media-news-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/media-news-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/media-news-digest/agent.md"
  }
}
```
## Documentation

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

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

### 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,twitter to skip steps, --enrich for full-text enrichment

### Individual Scripts

fetch-rss.py — Parallel RSS fetcher (10 workers, 30s timeout, caching)
fetch-twitter.py — Dual backend: official X API v2 + twitterapi.io (auto fallback, 3-worker concurrency)
fetch-web.py — Web search via Brave (multi-key rotation) or Tavily
fetch-reddit.py — Reddit public JSON API (4 workers, no auth)
merge-sources.py — Quality scoring, URL dedup, multi-source merging
summarize-merged.py — Structured overview sorted by quality_score
enrich-articles.py — Full-text enrichment for top articles
generate-pdf.py — PDF generation with Chinese typography + emoji
send-email.py — MIME email with HTML body + PDF attachment
sanitize-html.py — XSS-safe markdown to HTML conversion
validate-config.py — Configuration validator
source-health.py — Source health tracking
config_loader.py — Config overlay loader (defaults + user overrides)
test-pipeline.sh — Pipeline testing with --only/--skip/--twitter-backend filters

### Cron Integration

Reference references/digest-prompt.md in cron prompts.

### Daily Digest

MODE = daily, FRESHNESS = pd, RSS_HOURS = 48

### Weekly Digest

MODE = weekly, FRESHNESS = pw, RSS_HOURS = 168

### Dependencies

All scripts work with Python 3.8+ standard library only. feedparser optional but recommended.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dinstein
- Version: 2.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/media-news-digest)
- [Send to Agent page](https://openagent3.xyz/skills/media-news-digest/agent)
- [JSON manifest](https://openagent3.xyz/skills/media-news-digest/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/media-news-digest/agent.md)
- [Download page](https://openagent3.xyz/downloads/media-news-digest)