A powerful AI skill for extracting metadata, summarizing content, and identifying key timestamps from global video platforms like YouTube and Bilibili.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install video-learn
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 video-learn using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Video Understanding skill is a specialized capability within the Openclaw Skills ecosystem that empowers AI agents to interpret and analyze video content through URLs. Instead of manually watching hours of footage, this skill allows an agent to parse metadata, descriptions, and durations to provide a structured overview of the video's core message.
By leveraging this skill, developers can create more intelligent workflows that bridge the gap between video media and text-based analysis. It is designed to work across multiple major platforms, including YouTube, Bilibili, Douyin, and Tencent Video, making it a versatile tool for researchers, content creators, and power users who need rapid insights from video sources.
To implement this skill within the Openclaw Skills framework, follow these configuration steps:
# Ensure your environment has access to web fetching tools
# If using Python-based agents, install the requests library
pip install requests
# Optional: Configure API keys for enhanced data retrieval
export YOUTUBE_DATA_API_KEY='your_api_key'
export BILIBILI_API_TOKEN='your_token'
Once configured, the agent will trigger the video-understanding capability whenever a video link is detected in the prompt.
The skill organizes video data into a structured format for easy consumption by the AI agent:
| Attribute | Description | Data Type |
|---|---|---|
| platform | The source hosting service (e.g., YouTube) | String |
| video_id | The unique identifier for the video | String |
| metadata | Includes title, description, and duration | Object |
| content_summary | AI-generated summary of the video topic | Markdown |
| key_timestamps | List of important time markers and labels | Array |
| recommendations | Suggested points of interest for the user | String |
Loading
An AI-driven email management skill that enables agents to read, summarize, and send messages through IMAP and SMTP protocols using the himalaya CLI.

A professional-grade document processing skill that enables AI agents to read, parse, and extract key information from PDF, Word, and PowerPoint files.

A comprehensive flight price tracking and search tool that integrates Google Flights data into your local environment and AI agents.

Apply Y Combinator's "New Way" playbook to rapidly ship MVPs and establish distribution loops.

An autonomous web research skill that enables AI agents to search, browse, and extract real-time knowledge from the internet.

A comprehensive skill for automating reproducible R-based research workflows, from data cleaning to publication-ready reports.








































