← 返回 Skills 市场
whsml22

YouTube Video Summarizer (Xiaolongxia)

作者 whsml22 · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
359
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaolongxia-youtube-summarizer
功能描述
总结 YouTube 视频内容,自动获取视频信息、搜索相关报道、生成结构化详细总结。支持中英文输出。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaolongxia-youtube-summarizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaolongxia-youtube-summarizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Initial release: video info + transcript + structured templates
元数据
Slug xiaolongxia-youtube-summarizer
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YouTube Video Summarizer (Xiaolongxia) 是什么?

总结 YouTube 视频内容,自动获取视频信息、搜索相关报道、生成结构化详细总结。支持中英文输出。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。

如何安装 YouTube Video Summarizer (Xiaolongxia)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaolongxia-youtube-summarizer」即可一键安装,无需额外配置。

YouTube Video Summarizer (Xiaolongxia) 是免费的吗?

是的,YouTube Video Summarizer (Xiaolongxia) 完全免费(开源免费),可自由下载、安装和使用。

YouTube Video Summarizer (Xiaolongxia) 支持哪些平台?

YouTube Video Summarizer (Xiaolongxia) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YouTube Video Summarizer (Xiaolongxia)?

由 whsml22(@whsml22)开发并维护,当前版本 v1.1.0。

💬 留言讨论