2.6k
GitHub Stars
7
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill media-news-digest- _meta.json1.5 KB
- CHANGELOG.md8.0 KB
- CONTRIBUTING.md2.2 KB
- README_CN.md3.1 KB
- README.md3.7 KB
- requirements.txt606 B
- SKILL.md5.7 KB
Overview
This skill generates concise media and entertainment industry news digests focused on Hollywood trades, box office, streaming, awards season, film festivals, and production news. It aggregates RSS feeds, Twitter/X posts, and web search results, then scores, deduplicates, and formats items for multi-channel delivery. Outputs include daily or weekly digests tailored for email, Discord, or other distribution channels.
How this skill works
The pipeline fetches content from curated RSS feeds, monitored Twitter/X accounts, and web search results, then merges sources through a quality-scoring and deduplication step. Scripts handle parallel fetching, retry logic, and optional API fallbacks for web search. The merged feed is transformed into multiple templates (email, Discord, plain text) and can be scheduled via cron for automated daily or weekly distribution.
When to use it
- Produce a daily roundup of box office, streaming, and trade headlines for an editorial team.
- Create a weekly industry briefing for executives tracking deals, mergers, and talent moves.
- Distribute festival and awards-season highlights to PR teams or press lists.
- Automate community updates to a Discord channel or internal Slack-like system.
- Archive media coverage and create searchable digests for research or reporting.
Best practices
- Curate and periodically review RSS and Twitter/X source lists to maintain relevance.
- Tune freshness and scoring thresholds to balance volume vs. signal for daily vs. weekly modes.
- Use the deduplicated merged output as the single source of truth before templating.
- Configure rate limits and retry settings for stable long-running cron jobs.
- Add custom templates for your preferred distribution channels to ensure consistent branding.
Example use cases
- Daily email digest to subscribers summarizing top trade stories and box office moves.
- Weekly executive brief highlighting major deals, platform viewership trends, and festival buzz.
- Real-time Discord alerts for breaking casting announcements and production starts.
- Awards-season tracker that aggregates nominee news, campaign developments, and critic buzz.
- Archive generation for legal or PR teams needing a timestamped record of coverage.
FAQ
Default sources include top trades (THR, Deadline, Variety), major industry sites, and notable Twitter/X accounts; the list is configurable.
Can I change output formats?
Yes. The merged feed supports multiple templates; you can add or modify templates for email, Discord, or other channels.