x-video-transcribe

Review·Scanned 2/18/2026

This skill transcribes X/Twitter videos by downloading a tweet video, extracting audio, and uploading it to Gemini for transcription. It executes shell commands (bird, ffmpeg, curl), reads ~/agent-workspace/secrets/bird.env, and calls https://generativelanguage.googleapis.com/... using GEMINI_API_KEY.

from clawhub.ai·v060bf4c·6.9 KB·0 installs
Scanned from 1.0.0 at 060bf4c · Transparency log ↗
$ vett add clawhub.ai/henrino3/x-video-transcribeReview findings below

x-video-transcribe

Transcribe and summarize X/Twitter videos using bird CLI + Gemini audio transcription

Structure

x-video-transcribe/
├── README.md
├── SKILL.md
├── scripts/transcribe.sh

Scripts

  • transcribe.sh — transcribe.sh — Transcribe X/Twitter video from a tweet URL

Agent Instructions

This skill includes a SKILL.md file with instructions for AI agents on how to use it. If you're running OpenClaw, drop this folder into your skills directory and it will be auto-detected.

Requirements

  • OpenClaw or compatible AI agent framework
  • Node.js 18+ (for JavaScript-based scripts)

License

MIT