Overview
- Skill Key
- cyberpsychosissss/video-news-downloader
- Author
- cyberpsychosissss
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cyberpsychosissss/video-news-downloader
- Latest Commit SHA
- d45d73f48b1b4b743b4036ae18207fa930097dba
Automated daily news video downloader with AI subtitle proofreading. Downloads CBS Evening News and BBC News at Ten from YouTube, extracts and proofreads subtitles using DeepSeek, serves videos via HTTP with embedded players. Use when: (1) Setting up automated daily news video downloads, (2) Downloading CBS/BBC news with subtitles, (3) Proofreading subtitle files with AI, (4) Creating local video streaming servers with web players, (5) Managing cron jobs for scheduled video updates.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 video-news-downloader 技能。 若已安装,则直接安装 video-news-downloader 技能。
# Video News Downloader with AI Subtitle Proofreading Complete workflow for downloading daily news videos, processing subtitles, and serving them via HTTP with web players. ## Overview This skill automates: 1. **Video Download**: CBS Evening News + BBC News at Ten from YouTube 2. **Subtitle Processing**: Extract auto-captions and convert to VTT format 3. **AI Proofreading**: Use DeepSeek to fix speech recognition errors 4. **HTTP Streaming**: Serve videos with embedded web players 5. **Scheduled Updates**: Daily cron jobs at configurable times ## Quick Start ### 1. Download Latest News ```bash python3 scripts/video_download.py --cbs --bbc ``` ### 2. Proofread Subtitles ```bash python3 scripts/subtitle_proofreader.py /path/to/subtitle.vtt ``` Or use DeepSeek directly: > "校对字幕文件 /path/to/subtitle.vtt" ### 3. Start HTTP Servers ```bash bash scripts/setup_server.sh ``` ### 4. Setup Daily Cron Jobs ```bash bash scripts/setup_cron.sh ``` ## Commands ### Video Download Script **Download CBS only:** ```bash python3 scripts/video_download.py --cbs ``` **Download BBC only:** ```bash python3 scripts/video_download.py --bbc ``` **Download both:** ```bash python3 scripts/video_download.py --cbs --bbc ``` **With subtitle proofreading:** ```bash python3 scripts/video_download.py --cbs --bbc --proofread ``` ### Subtitle Proofreading **Proofread single file:** ```bash python3 scripts/subtitle_proofreader.py <vtt_file_path> ``` **Auto-proofread all news subtitles:** ```bash python3 scripts/subtitle_proofreader.py --all ``` ### Server Management **Start servers:** ```bash bash scripts/setup_server.sh start ``` **Check status:** ```bash bash scripts/setup_server.sh status ``` **Stop servers:** ```bash bash scripts/setup_server.sh stop ``` ## File Structure ``` /workspace/ ├── cbs-live-local/ │ ├── cbs_latest.mp4 │ ├── cbs_latest.en.vtt # Original subtitle │ ├── cbs_latest.en.vtt-backup # Backup │ ├── cbs_latest-corrected.txt # Deep...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.