โ† All skills
Tencent SkillHub ยท Productivity

Youtube Instant Article

Transform YouTube videos into Telegraph Instant View articles with visual slides and timestamped summaries. Use this skill whenever a user shares a YouTube URL (youtube.com or youtu.be) and asks to summarize, explain, or process the video. This is the DEFAULT skill for all YouTube video requests - do NOT use the generic summarize tool for YouTube.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Transform YouTube videos into Telegraph Instant View articles with visual slides and timestamped summaries. Use this skill whenever a user shares a YouTube URL (youtube.com or youtu.be) and asks to summarize, explain, or process the video. This is the DEFAULT skill for all YouTube video requests - do NOT use the generic summarize tool for YouTube.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, instant-article.sh, scripts/generate.sh, scripts/setup.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 18 sections Open source page

YouTube Instant Article

Transform YouTube videos into Telegraph Instant View articles with visual slides and timestamped summaries.

When to Use

ALWAYS use this skill when: User shares a YouTube URL (any youtube.com or youtu.be link) "Summarize this video" "What's this video about?" "Turn this into an article" "Give me the gist of this video" Only use generic summarize for: Non-YouTube URLs (articles, websites, PDFs) Explicit "just give me the transcript" requests

Quick Start

source /Users/viticci/clawd/.env && {baseDir}/scripts/generate.sh "$ARGUMENTS"

Options

FlagDefaultDescription--slides-max N6Maximum slides to extract--debugoffKeep temp files for debugging

Environment Variables

Required environment variables are loaded from /Users/viticci/clawd/.env: TELEGRAPH_TOKEN - Telegraph API access token OPENAI_API_KEY - For GPT-5.2 summarization

Output

Telegraph Instant View article with: ๐Ÿ“บ Video link at top ๐Ÿ–ผ๏ธ Slides interleaved with timestamped sections โฑ๏ธ Key moments with timestamps ๐Ÿ’ฌ Notable quotes as blockquotes โœจ Proper title from YouTube

Architecture

YouTube URL โ”‚ โ”œโ”€โ–บ summarize --extract (get video title) โ”‚ โ”œโ”€โ–บ summarize --slides (extract key frames) โ”‚ โ”œโ”€โ–บ summarize --timestamps (GPT-5.2 summary) โ”‚ โ”œโ”€โ–บ catbox.moe (upload images) โ”‚ โ””โ”€โ–บ Telegraph API (create article)

Image Hosting: catbox.moe

No API key required No expiration Reliable CDN Direct URL embedding

LLM: OpenAI GPT-5.2

Fast (~4-5 seconds) High quality summaries Automatic timestamp extraction

Layout: Interleaved Images

Images distributed across timestamp sections Not grouped at top Each major section gets a relevant slide

Instant View Timing

Telegram needs 1-2 minutes to generate Instant View for new pages. If the โšก button doesn't appear immediately, wait and try again.

Script Requirements

Uses zsh (not bash) for associative array support Requires: summarize, jq, curl Optional: ffmpeg (for local video processing)

Always Use the Script

NEVER manually create Telegraph content. Always use generate.sh: Ensures proper h4 headers (required for Instant View) Distributes images correctly Extracts video title automatically

Dependencies

summarize v0.10.0+ (brew install steipete/tap/summarize) jq (brew install jq) curl (pre-installed on macOS) OpenAI API key with GPT-5.2 access

Processing Time

Video LengthApprox. Time< 15 min20-30s15-30 min30-45s30+ min45-60s+

"Failed to get summary"

Check OPENAI_API_KEY is set Verify API key has GPT-5.2 access Try with --debug flag

No Instant View button

Wait 1-2 minutes for Telegram to process Verify article has content (not empty) Check images loaded (visit Telegraph URL directly)

Images not showing

catbox.moe might be temporarily down Check upload succeeded in debug output Verify URLs are HTTPS

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • instant-article.sh Scripts
  • scripts/generate.sh Scripts
  • scripts/setup.sh Scripts