Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

media-news-digest媒体新闻文摘

Agent Skill

media-news-digest 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

30,673

周安装

1,253

GitHub Stars

2

下载量

9,824
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:media-news-digest(媒体新闻文摘)
来源仓库:https://github.com/dinstein/media-news-digest
安装命令:
openclaw skills install media-news-digest
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install media-news-digest

简介

生成媒体和娱乐行业新闻摘要,覆盖票房、流媒体与颁奖季动态。

  • 适用于影视从业者、投资者或爱好者的行业资讯获取场景。
  • 整合 THR、Deadline 等权威来源,提供结构化事件梳理。
  • 使用前可指定关键词与时间范围,聚焦特定领域更新。media-news-digest 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 注意:部分内容需付费订阅,AI 摘要仅供参考非原始报道。

SKILL.md

name
media-news-digest
description
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.
version
2.1.1
homepage
https://github.com/draco-agent/media-news-digest
source
https://github.com/draco-agent/media-news-digest
metadata
openclaw
requires
bins
["python3"]
optionalBins
["mail", "msmtp"]
credentialAccess
>
env
required
false
description
Twitter/X API v2 bearer token for KOL monitoring (official backend)
required
false
description
twitterapi.io API key (alternative Twitter backend)
required
false
description
Twitter backend selection: official, twitterapiio, or auto (default: auto)
required
false
description
Brave Search API key for web search (single key)
required
false
description
Comma-separated Brave API keys for multi-key rotation (preferred over BRAVE_API_KEY)
required
false
description
Tavily Search API key (alternative web search backend)

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):
   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
  1. 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,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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.64%
按下载量换算8,610

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills