← All skills
Tencent SkillHub · Communication & Collaboration

Video Sourcing

Run the Video Sourcing Agent with deterministic, concise chat UX for /video_sourcing using a pinned self-bootstrap runtime.

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

Run the Video Sourcing Agent with deterministic, concise chat UX for /video_sourcing using a pinned self-bootstrap runtime.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

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

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/run_video_query.sh

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.5

Documentation

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

Video Sourcing Skill

Use this skill when the user asks to find, compare, or analyze social videos (YouTube, TikTok, Instagram, Twitter/X), or explicitly invokes /video_sourcing. This workflow expects host runtime execution (sandbox mode off). The runner auto-bootstraps a pinned runtime from Memories-ai-labs/video-sourcing-agent@v0.2.5 when VIDEO_SOURCING_AGENT_ROOT is not set.

Triggering

Run this workflow when either condition is true: Message starts with /video_sourcing. The user asks for video sourcing/trend/creator/brand analysis and wants concrete video links. If /video_sourcing is used with no query body, ask for the missing query.

Execution contract

Resolve query text: /video_sourcing ... => strip /video_sourcing and use remaining text. Free-form => use user message as query. Default to compact mode: --event-detail compact If user asks for debugging/raw payloads: Switch to --event-detail verbose

/video_sourcing deterministic path

Build command with required args: <skill_dir>/scripts/run_video_query.sh --query "<query>" --event-detail <compact|verbose> --ux-mode three_message --progress-gate-seconds 5 Start with exec using background: true and explicit timeout: timeout: 420 Poll with process using action: "poll" every 2-4 seconds until process exits. Parse NDJSON output and render only these events, using your persona voice for all user-facing text: started => send a brief message conveying that video sourcing has begun, written in your persona voice ux_progress => read the summary field as structured status data and compose a concise, natural progress update in your persona voice (do not echo summary verbatim) Send each ux_progress as a separate assistant message in Telegram. terminal event (complete, clarification_needed, error) => send final message as-is Do not forward raw progress, tool_call, or tool_result events for /video_sourcing. Preserve the user's existing OpenClaw personality behavior across all messages — progress and final alike. Never launch a second run while a prior run session is still active. If retrying, call process with action: "kill" for the prior sessionId first. If process exits without a terminal event, send a concise fallback message that: states run ended before completion, includes one actionable next step, does not start another run automatically. Behavior target for /video_sourcing: Fast run (<5s): 2 messages (started, terminal). Longer run (>=5s): recurring throttled ux_progress updates, then terminal.

Free-form path (non-strict)

Keep existing flexible behavior. Build command without forcing three_message mode: <skill_dir>/scripts/run_video_query.sh --query "<query>" --event-detail <compact|verbose> Stream useful progress updates and final response naturally.

Final response format

When terminal event is complete: One short paragraph conclusion. Top 3 video references only by default: title url one-line relevance note Tools used: ... with a compact status summary. If fewer than 3 videos exist, show all available references. When terminal event is clarification_needed: Ask the clarification question directly. Treat this as the final response for the current run. When terminal event is error: Send concise failure reason. Include one actionable next step.

Safety and fallback

If script fails due to missing env/tooling, explain exact missing piece (for example VIDEO_SOURCING_AGENT_ROOT, uv, or API key env var). If VIDEO_SOURCING_AGENT_ROOT is unset, the runner uses managed path: ~/.openclaw/data/video-sourcing-agent/v0.2.5 VIDEO_SOURCING_AGENT_ROOT remains an advanced override for local development. Keep response concise and action-oriented. Never fabricate video URLs or metrics.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/run_video_query.sh Scripts