videosays
Transcribe video links into clean text, timeline transcripts, SRT, or VTT subtitles using the Videosays CLI. Supports YouTube, TikTok, Douyin, and Xiaohongshu workflows for AI agents.
- Convert social media video links into searchable text transcripts.
- Generate SRT and VTT subtitle files for existing video URLs.
- Extract timestamped timelines for precise video content mapping.
Free
Included in download
- Downloadable skill package
- 4 permissions declared
See it in action
You say
Transcribe this TikTok video and include timestamps: https://www.tiktok.com/@creator/video/1234567890
Your agent does
[00:00:00] Hey everyone, today we're looking at a new coding hack. [00:00:05] First, you need to open your terminal. [00:00:10] Then, run the following command to initialize your project. Transcript generated successfully.
videosays
Transcribe video links into clean text, timeline transcripts, SRT, or VTT subtitles using the Videosays CLI. Supports YouTube, TikTok, Douyin, and Xiaohongshu workflows for AI agents.
Free
Included in download
- Downloadable skill package
- 4 permissions declared
- Instant install
See it in action
You say
Transcribe this TikTok video and include timestamps: https://www.tiktok.com/@creator/video/1234567890
Your agent does
[00:00:00] Hey everyone, today we're looking at a new coding hack. [00:00:05] First, you need to open your terminal. [00:00:10] Then, run the following command to initialize your project. Transcript generated successfully.
About This Skill
The problem
Transcribing video content manually is slow and error-prone. Building a reliable scraper and speech-to-text pipeline for fragmented social media platforms like TikTok, Douyin, and YouTube is a maintenance nightmare.
What it does
- Extracts spoken text from YouTube, TikTok, Douyin, and Xiaohongshu links.
- Provides plain text transcripts, timestamped timelines, or SRT/VTT subtitle files.
- Handles asynchronous processing with built-in task status monitoring.
- Manages authentication via browser-based OAuth or direct API key injection.
- Tracks credit balance and transcription history directly from the terminal.
Frameworks & tools
Built as a Node.js CLI tool. Requires npx and Node.js 18 or higher.
Why this beats prompting it yourself
Standard LLMs cannot visit video URLs or "watch" video files directly. This skill handles the heavy lifting of media fetching and speech-to-text processing, feeding clean text back into your agent's context window.
Use cases
- Generating summaries for long-form YouTube tutorials or interviews.
- Extracting captions from TikTok or Douyin clips for content repurposing.
- Creating subtitle files (SRT/VTT) for video production workflows.
- Monitoring credit usage across multiple transcription tasks.
Known limitations
Requires an active internet connection and a Videosays account. Very long videos may return a pending status requiring polling via the task ID.
Use Cases
- Convert social media video links into searchable text transcripts.
- Generate SRT and VTT subtitle files for existing video URLs.
- Extract timestamped timelines for precise video content mapping.
- Check transcription task status and remaining account credits.
Known Limitations
- Requires internet and Videosays account. - Long videos require task polling. - Usage costs credits per minute.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/videosays -o /tmp/videosays.zip && unzip -o /tmp/videosays.zip -d ~/.claude/skills && rm /tmp/videosays.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
Tags
Works with any SKILL.md-compatible agent including Claude Code and Aider.