← 返回 Skills 市场
411
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-video-to-blog-converter
功能描述
Free basic version that converts YouTube transcript into a structured blog draft. Reserves premium upgrade hooks for SEO optimization and multi-platform publ...
安全使用建议
This skill appears to do exactly what it says: create a markdown blog draft from a provided transcript. Before installing, note: (1) If you pass --input-file the script will read that local file — avoid supplying sensitive files. (2) The skill will construct a payment URL from optional env vars (SKILLPAY_PAYMENT_URL_TEMPLATE, SKILLPAY_TOPUP_BASE_URL) if you set them; the code does not contact a payment API or use secret keys, but the included reference doc mentions SKILLPAY_API_KEY for future billing integrations — be careful if you later provide real payment credentials. (3) The SKILL.md does not declare the optional SKILLPAY env vars; if you plan to enable premium flows, verify any payment endpoint/template you set points to a trusted domain. Otherwise this appears safe and proportional to its purpose.
功能分析
Type: OpenClaw Skill
Name: youtube-video-to-blog-converter
Version: 1.0.0
The skill bundle provides a legitimate utility for converting YouTube transcripts into structured markdown blog drafts. The code in `scripts/youtube_video_to_blog_converter.py` performs basic text processing and input validation without any high-risk operations like shell execution or unauthorized network calls. While it includes hooks for a 'premium' tier via an external payment service (skillpay.me), this behavior is clearly documented in `references/skillpay-api-contract.md` and `SKILL.md`, and does not involve credential theft or deceptive practices.
能力评估
Purpose & Capability
Name/description match the included code: the script validates a payload, parses sentences from a transcript, and produces a markdown blog draft. The 'premium' hooks referenced in the description are present as an upgrade structure and payment URL builder.
Instruction Scope
SKILL.md directs running the included Python script and tests, which is consistent. The runtime code may read an input file if provided (allowed by SKILL.md). The script also reads optional environment variables to build a payment URL (SKILLPAY_PAYMENT_URL_TEMPLATE, SKILLPAY_TOPUP_BASE_URL) but SKILL.md does not document those env vars — this is a small documentation gap, not hidden behavior.
Install Mechanism
No install spec; the skill is instruction-only with included Python scripts. Nothing is downloaded or written to disk beyond running the packaged scripts.
Credentials
The skill declares no required environment variables. The code optionally reads SKILLPAY_PAYMENT_URL_TEMPLATE and SKILLPAY_TOPUP_BASE_URL to construct a payment link, and the references doc mentions SKILLPAY_API_KEY (security note) even though the script does not use an API key or make network calls. These optional env vars are reasonable for a 'premium' payment URL, but the docs/skill metadata could be clearer about the optional payment-related variables.
Persistence & Privilege
always is false and the skill does not modify other skills or system configurations. It does not request persistent privileges or write agent-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-video-to-blog-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-video-to-blog-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of YouTube Video to Blog Converter.
- Converts YouTube transcripts into structured markdown blog drafts for free.
- Premium features (SEO optimization, image suggestions, multi-platform publishing) are reserved for future upgrades.
- Accepts video title, transcript, and optional video URL and tier inputs.
元数据
常见问题
YouTube Video To Blog Converter 是什么?
Free basic version that converts YouTube transcript into a structured blog draft. Reserves premium upgrade hooks for SEO optimization and multi-platform publ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 411 次。
如何安装 YouTube Video To Blog Converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-video-to-blog-converter」即可一键安装,无需额外配置。
YouTube Video To Blog Converter 是免费的吗?
是的,YouTube Video To Blog Converter 完全免费(开源免费),可自由下载、安装和使用。
YouTube Video To Blog Converter 支持哪些平台?
YouTube Video To Blog Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 YouTube Video To Blog Converter?
由 安东子(@wingogx)开发并维护,当前版本 v1.0.0。
推荐 Skills