← Back to Skills Marketplace
411
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install youtube-video-to-blog-converter
Description
Free basic version that converts YouTube transcript into a structured blog draft. Reserves premium upgrade hooks for SEO optimization and multi-platform publ...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-video-to-blog-converter - After installation, invoke the skill by name or use
/youtube-video-to-blog-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 411 downloads so far.
How do I install YouTube Video To Blog Converter?
Run "/install youtube-video-to-blog-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YouTube Video To Blog Converter free?
Yes, YouTube Video To Blog Converter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does YouTube Video To Blog Converter support?
YouTube Video To Blog Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YouTube Video To Blog Converter?
It is built and maintained by 安东子 (@wingogx); the current version is v1.0.0.
More Skills