Zight for Openclaw

Extracts structured metadata, AI summaries, and full text transcripts from Zight share links for automated reasoning.

phin
v1.0.0
Feb 27, 2026
0
874
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install zight

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install zight using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Zight?

The Zight skill for Openclaw Skills allows AI agents to effectively read and understand video content without the need for manual playback or complex browser automation. By targeting Zight share URLs, this skill programmatically extracts critical information including video titles, stream URLs, and the full transcript text derived from captions.

This utility is specifically designed to bridge the gap between visual communication and text-based AI processing. It enables developers and teams to integrate video walkthroughs, bug reports, and demos directly into their automated workflows by converting visual assets into machine-readable JSON payloads.

Zight Use Cases

  • Automatically summarizing technical walkthroughs or product demos shared via Zight
  • Converting video bug reports into structured Jira or GitHub issues with full transcripts
  • Extracting HLS or MP4 stream URLs for automated media analysis or archiving
  • Generating follow-up tasks based on AI smart actions found within Zight metadata

How Zight Works

  1. The skill accepts a Zight share URL and fetches the source HTML from the page.
  2. It parses the embedded JSON store payload to retrieve core item metadata and AI-generated smart actions.
  3. If the video includes captions, the skill fetches the .vtt source files and cleans them into a structured transcript.
  4. All extracted data is formatted into a single JSON object, allowing Openclaw Skills to reason over the content and suggest next steps.

Zight Setup

To utilize this skill, provide a valid Zight URL to the CLI. No additional API keys are required as it parses public share pages.

openclaw zight --zight-url "https://share.zight.com/XXXXXX"

Zight Data Schema & Taxonomy

The skill produces a structured JSON output containing the following technical fields:

Property Type Description
video_title string The title of the shared video
share_url string The original link provided
hls_url string The stream URL for media processing
smart_actions string Zight's internal AI-generated summary
chapters array List of titles and timecodes for video segments
transcript string The cleaned text content of the video captions

Zight Advanced Features

  • Support for multiple URL formats including a.cl.ly and share.zight.com shortlinks
  • HTTP-first extraction logic that avoids the overhead and fragility of headless browsers
  • Built-in instruction safety rules that prompt for user confirmation before executing tasks found in transcripts
  • Deep integration with Zight AI metadata to provide immediate context via smart actions

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*