bestblogs-process-videos
BestBlogs 视频批量转录与内容更新复合工作流。适用场景:(1) 查询等待预处理的视频列表,(2) 批量转录 YouTube 视频并更新到 BestBlogs, (3) 自动根据优先级选择转录质量,(4) 视频内容预处理工作流,(5) 快捷处理全部视频(无需确认),(6) 快捷处理前 N 个视频。触发短语:'处理视频', '视频预处理', 'process videos', '转录并更新', 'transcribe and update', '预处理视频', '批量转录', 'batch transcribe', '视频工作流', 'video workflow', 'bestblogs 视频', 'bestblogs video', '等待预处理', 'wait prepare', '视频转文字并更新', '处理待转录视频', 'process pending videos', '处理全部视频', 'process all videos', '处理前 10 个视频', '处理前 5 个'。
Author
Category
Content CreationInstall
Hot:45
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=ginobefun-skills-bestblogs-process-videos&locale=en&source=copy
BestBlogs Video Batch Transcription and Content Update Workflow
Skill Overview
The BestBlogs Video Batch Transcription and Content Update Workflow is an automated tool that helps BestBlogs administrators batch-query and transcribe YouTube videos, then update them in the content library. It supports automatically selecting transcription quality based on priority and provides a streamlined batch-processing mode.
Applicable Scenarios
Core Features
Frequently Asked Questions
How do I configure authentication for BestBlogs video transcription?
You need to set two environment variables:
BESTBLOGS_ADMIN_USER_ID (the administrator user ID) and BESTBLOGS_ADMIN_JWT_TOKEN (the administrator JWT token). These variables are sent as HTTP request headers to the https://api.bestblogs.dev API endpoint. If you encounter a 401 or 403 error, the token may have expired or you may not have sufficient permissions, in which case you need to update the authentication information.What is the difference between pro mode and think mode for video transcription?
Pro mode uses Gemini Pro for in-depth reasoning. It provides higher transcription quality but takes longer, making it suitable for high-priority (HIGH) video content. Think mode uses the standard transcription mode and processes videos more quickly, making it suitable for medium- and low-priority videos. If pro mode fails due to a Chrome AppleScript timeout (
ETIMEDOUT), the system automatically falls back to think mode and retries once.How is data security ensured when processing videos in batches?
The workflow uses strict serial processing. Each video must complete the four steps—transcription → saving → updating → triggering analysis—before the next video is processed. File names include the video ID as a reference credential, and
updateContent and runAnalysisFlow always use the same ID. A transcription result from one video must never be used to update another video’s ID, ensuring that content and video records remain correctly paired.