Video Channels Update Push

v1.0.0

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

0· 249·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the runtime instructions: open channel pages, filter last-week uploads (exclude Shorts), and build a linkified report. Storing a channel list in a workspace file (~/.openclaw/workspace/.channels/...) is coherent with the stated purpose.
Instruction Scope
Instructions are manual/heuristic (open YouTube pages, view 'Latest', filter by date). They reference reading and editing a local channels file for managing monitored channels, which is expected. However the SKILL.md inconsistently refers to video-channels.md and youtube-channels.md (and the top metadata uses name 'ads-update'), which can cause confusion or broken runs.
Install Mechanism
No install spec and no code files — instruction-only — so nothing will be downloaded or written by an installer. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, credentials, or external config. It does note that some YouTube pages require being logged in — that implies the user/agent may need an existing browser session to view certain content, but no secrets are requested by the skill itself.
Persistence & Privilege
The skill is not always-on and does not request elevated privileges or modify other skills. It reads/writes a per-agent workspace file (expected for a channel list), which is a reasonable persistence scope.
Assessment
This skill appears to do what it says: monitor channels and produce a report. Before installing, verify the channel list file path and name (SKILL.md alternates between video-channels.md and youtube-channels.md) and ensure ~/.openclaw/workspace/.channels/video-channels.md exists and is the intended file. Note that viewing some YouTube pages may require you to be logged into YouTube in the environment where the agent runs (the skill does not request or store credentials). If you need automation (vs. manual browsing), expect to add code or tools; review any future code additions for web-scraping libraries or network endpoints before trusting them.

Like a lobster shell, security has layers — review code before you run it.

latestvk97211hehyehbb7krm2dm0tsvh82fvjq
249downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Ads Update - YouTube 频道更新监控

快速开始

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

频道管理

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

添加新频道

# 在 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 视频通常在单独的标签页,不会计入主视频列表

Comments

Loading comments...