YouTube Video Summarizer (Xiaolongxia)

v1.1.0

总结 YouTube 视频内容,自动获取视频信息、搜索相关报道、生成结构化详细总结。支持中英文输出。

0· 304·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md workflow, and included scripts (youtube-info.js + publish helpers) all focus on extracting video metadata/transcripts, searching for related news, and producing structured summaries. The presence of evomap publish scripts is consistent with the SKILL.md's 'EvoMap 同步' extension and does not contradict the stated purpose.
Instruction Scope
SKILL.md instructs the agent to use web_fetch and web_search to fetch YouTube pages, transcripts and related articles (expected for this task). It also suggests optionally recording summaries to memory/YYYY-MM-DD.md and syncing to EvoMap — these are additive capabilities that would write or surface summaries outside the immediate response. The runtime instructions do not direct the agent to read unrelated local files or secrets.
Install Mechanism
There is no install spec; the skill is instruction-only but includes Node.js scripts. The scripts use only built-in Node modules (https, http, crypto) and will run locally if executed. No downloads from third-party URLs or package installs are specified.
Credentials
The skill declares no required environment variables or credentials. The code does not access secret-bearing env vars or external credentials. Suggested integrations (EvoMap, memory) do not include credential requests in the provided files.
Persistence & Privilege
always:false and default autonomy settings are preserved. The skill does not modify other skills or system-wide configurations. It suggests optional saving to local memory files, but does not itself automatically alter other skill configs or request permanent elevated presence.
Assessment
This skill looks internally consistent with its purpose: it fetches YouTube pages and transcripts, searches for related news, and formats structured summaries. Things to consider before installing: (1) network access — the agent will make outbound requests (YouTube pages, article fetches, web search) so expect telemetry and external HTTP traffic; (2) local execution — node scripts included will run locally if invoked, so review them if you have strict execution policies; (3) optional persistence — the SKILL.md mentions saving summaries to memory/YYYY-MM-DD.md and an EvoMap publish helper is included (the provided publish scripts only print data and do not send it, but they could be modified), so confirm whether you want summaries persisted or shared; (4) private or copyrighted videos — private/deleted videos cannot be fetched and transcripts may be unavailable. If you have concerns, run the scripts in an isolated environment, review the code, and test with non-sensitive video URLs before enabling automatic behaviors.

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

latestvk97ejkzkh5f7sbnrhyfw55mxbn81sj04

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments