← Back to Skills Marketplace
whsml22

YouTube Video Summarizer (Xiaolongxia)

by whsml22 · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
359
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaolongxia-youtube-summarizer
Description
总结 YouTube 视频内容,自动获取视频信息、搜索相关报道、生成结构化详细总结。支持中英文输出。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: xiaolongxia-youtube-summarizer Version: 1.1.0 The skill bundle is designed for YouTube video summarization. The `SKILL.md` provides clear, task-oriented instructions for the AI agent, utilizing `web_fetch` and `web_search` for legitimate content gathering from YouTube and related news sources. The `scripts/youtube-info.js` helper script performs web scraping on YouTube, confining its network requests to YouTube domains for video metadata and transcripts. The `evomap-publish.js` and `publish-to-evomap.js` scripts generate JSON payloads containing metadata about the skill itself (including `env_fingerprint` of the Node.js environment), but they only print this JSON to standard output and do not initiate any network requests to exfiltrate or publish this data externally. There is no evidence of intentional harmful behavior such as credential theft, unauthorized data exfiltration, persistence mechanisms, or malicious prompt injection.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaolongxia-youtube-summarizer
  3. After installation, invoke the skill by name or use /xiaolongxia-youtube-summarizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Initial release: video info + transcript + structured templates
Metadata
Slug xiaolongxia-youtube-summarizer
Version 1.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is YouTube Video Summarizer (Xiaolongxia)?

总结 YouTube 视频内容,自动获取视频信息、搜索相关报道、生成结构化详细总结。支持中英文输出。 It is an AI Agent Skill for Claude Code / OpenClaw, with 359 downloads so far.

How do I install YouTube Video Summarizer (Xiaolongxia)?

Run "/install xiaolongxia-youtube-summarizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is YouTube Video Summarizer (Xiaolongxia) free?

Yes, YouTube Video Summarizer (Xiaolongxia) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does YouTube Video Summarizer (Xiaolongxia) support?

YouTube Video Summarizer (Xiaolongxia) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created YouTube Video Summarizer (Xiaolongxia)?

It is built and maintained by whsml22 (@whsml22); the current version is v1.1.0.

💬 Comments