home / skills / openclaw / skills / video-channels-update-push

video-channels-update-push skill

/skills/fredhnian/video-channels-update-push

This skill helps you monitor video channel updates for the past week, excluding Shorts, and generate linked reports across platforms.

npx playbooks add skill openclaw/skills --skill video-channels-update-push

Review the files below or copy the command above to add this skill to your agents.

Files (3)
SKILL.md
1.7 KB
---
name: ads-update
description: 监控视频平台官方频道更新,快速获取指定频道在过去一周内发布的新视频(排除 Shorts 短视频)。支持 YouTube、Vimeo 等视频平台。用于: (1) 获取竞品或行业标杆的品牌内容更新,(2) 追踪多个频道的视频发布动态,(3) 生成带链接的视频更新报告。
---

# Ads Update - YouTube 频道更新监控

## 快速开始

1. 打开 YouTube 频道视频页面:`https://www.youtube.com/@频道名/videos`
2. 查看"最新"标签下的视频列表
3. 筛选过去一周内发布的视频(排除 Shorts)
4. 生成带链接的报告

## 频道管理

频道列表保存在:`~/.openclaw/workspace/.channels/video-channels.md`

### 添加新频道

```bash
# 在 youtube-channels.md 中添加:
- 频道名: Apple
  URL: @Apple
  备注: 科技标杆
```

### 删除频道

从列表中移除对应条目即可。

### 查看当前列表

直接读取 `~/.openclaw/workspace/.channels/youtube-channels.md`

## 报告格式

生成包含以下信息的报告:
- 频道名称
- 视频标题
- 视频时长
- 发布日期
- 播放量(带 ⭐️ 星级标注)

### 播放量星级标准
| 播放量 | 星级 |
|--------|------|
| < 1万 | ⭐️ |
| 1万 ~ 10万 | ⭐️⭐️ |
| 10万 ~ 50万 | ⭐️⭐️⭐️ |
| 50万 ~ 100万 | ⭐️⭐️⭐️⭐️ |
| 100万 ~ 500万 | ⭐️⭐️⭐️⭐️⭐️ |
| 500万 ~ 1000万 | ⭐️⭐️⭐️⭐️⭐️⭐️ |
| > 1000万 | ⭐️⭐️⭐️⭐️⭐️⭐️⭐️ |

## 注意事项

- YouTube 页面需要登录才能查看某些频道的完整内容
- 某些频道可能有地区限制
- Shorts 视频通常在单独的标签页,不会计入主视频列表

Overview

This skill monitors official channels on video platforms and quickly returns new full-length videos published in the past week (Shorts excluded). It supports YouTube, Vimeo, and similar platforms and produces linkable, shareable reports. The output highlights key metadata like title, duration, publish date, views, and a star-rating for view counts.

How this skill works

The skill inspects each channel's public videos page and filters items published within the last seven days, explicitly ignoring Shorts and short-form tabs. It collects metadata (title, URL, duration, publish date, view count) and applies a configurable star scale to views for quick prioritization. Channel lists are managed in a local workspace file so you can add or remove channels centrally.

When to use it

  • Track competitor or industry-leading channels for new long-form content weekly.
  • Aggregate recent uploads from multiple channels into a single update report.
  • Generate linkable reports for marketing, content planning, or ad intelligence.
  • Detect publishing patterns or sudden spikes in view counts for benchmarking.
  • Maintain a watchlist of brand channels across YouTube, Vimeo, and similar sites.

Best practices

  • Keep your channel list in the workspace channel file so updates are centralized.
  • Authenticate to platforms when needed to ensure access to region- or login-restricted channels.
  • Exclude Shorts explicitly by focusing on the channel’s main videos listing or by filtering short durations.
  • Schedule weekly runs to maintain consistent, comparable reporting windows.
  • Verify view counts and dates against the platform when accuracy is critical.

Example use cases

  • Weekly competitor creative roundup: collect new brand videos from several rival channels and share with the strategy team.
  • Content calendar sync: detect when partners publish long-form videos to align promotion timing.
  • Ad intelligence: monitor top-performing uploads and flag high-view content with star ratings for ad inspiration.
  • Stakeholder reports: produce a one-page summary with links and view-based priority for management review.

FAQ

How does the star rating work?

Views are mapped to a multi-star scale so you can quickly gauge relative reach; thresholds are configurable but use a default scale from low (1 star) to viral (7 stars).

Does it include Shorts or vertical short-form uploads?

No. The skill filters out Shorts by focusing on the main videos feed and excluding items that match short-form patterns or short durations.

Where do I manage the list of channels?

Manage channels in the local workspace channel file so the skill checks a centralized list of targets.