A powerful AI utility that transforms YouTube video content into structured, SEO-friendly Markdown articles using Gemini 2.5 Pro.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lovtrip-video2article
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lovtrip-video2article using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
lovtrip-video2article is a professional-grade tool designed to automate the conversion of video content into high-quality written articles. By leveraging the advanced multimodal capabilities of Google Gemini 2.5 Pro, it analyzes YouTube videos to extract key insights and generate a complete editorial package including titles, author attribution, and formatted Markdown text. This skill is particularly effective for content creators and developers looking to expand their Openclaw Skills library with robust media processing capabilities.
Originally developed for the LovTrip travel platform to turn Vlogs into travel guides, this skill is versatile enough for any niche. It supports multiple languages and offers custom prompt overrides, allowing users to fine-tune the output style from first-person narratives to technical tutorials. Its seamless integration via MCP server or CLI makes it an essential tool for automated content pipelines.
Add the following configuration to your MCP settings file:
{
"mcpServers": {
"lovtrip": {
"command": "npx",
"args": ["-y", "lovtrip@latest", "mcp"],
"env": {
"GEMINI_API_KEY": "your-gemini-api-key"
}
}
}
}
You can run the conversion directly using Node.js without full installation:
GEMINI_API_KEY=your-key node scripts/video2article.mjs "https://www.youtube.com/watch?v=VIDEO_ID"
The skill returns a structured JSON object with the following schema:
| Key | Type | Description |
|---|---|---|
title |
string | The generated headline for the article. |
author |
string | Automatically extracted YouTube channel name. |
summary |
string | A concise 2-4 sentence summary of the video. |
body |
string | Full article content in Markdown format including headers and lists. |
npx or local scripts for lightweight integration into existing Openclaw Skills environments.Loading
A professional AI travel planning skill that generates detailed itineraries, searches for attractions, and optimizes daily routes.

An AI-powered coordination tool that calculates the geographic midpoint and suggests optimal venues for group meetups.

A zero-config CLI and API utility to search and retrieve travel guides, destinations, and itineraries from the LovTrip platform.

A robust supply-chain governance tool designed to scan, assess, and quarantine risky Openclaw Skills.

A powerful command-line interface for professional AI image generation, video creation, and advanced photo editing tools.

A comprehensive REST API suite for professional AI image generation, video production, and advanced creative editing tools.








































