youtube-publish

Upload videos to YouTube with resumable uploads and OAuth2 authentication.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/xiaobei --skill youtube-publish-teamwiseflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-publish
Source: https://github.com/TeamWiseFlow/xiaobei/tree/main/addons/officials/crew/selfmedia-operator/skills/youtube-publish
Command: npx skills add https://github.com/TeamWiseFlow/xiaobei --skill youtube-publish-teamwiseflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth-oauthlib, google-api-python-client, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of publishing videos to YouTube, including video upload with resumable upload support, metadata configuration, and error handling.

Core Features & Use Cases

  • Video Upload: Supports video upload to YouTube with resumable upload for large files.
  • Metadata Configuration: Upload with title, description, tags, visibility settings, and category selection.
  • OAuth2 Authentication: Uses Google OAuth2 credentials for authorization.
  • Use Case: Automate the distribution of video content to your YouTube channel, streamlining the process from video creation to publish.

Quick Start

Use the youtube-publish skill to upload the video 'video.mp4' with the title 'Video Title' and the description 'Video Description'.

Frequently Asked Questions about youtube-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate video upload to YouTube using the API?

Automating video upload to YouTube involves using the YouTube Data API v3 to handle resumable uploads, configure metadata, and manage OAuth2 authentication for channel distribution.

What do I need to set up OAuth2 authentication for YouTube video publishing?

Setting up OAuth2 authentication for YouTube video publishing requires Google OAuth2 credentials to authorize YouTube Data API v3 requests for your channel automation workflows.

Can I configure video metadata like title and tags when uploading to YouTube?

When uploading to YouTube, you can configure video metadata including title, description, tags, visibility settings, and category selection via the YouTube Data API v3.

Does YouTube Data API v3 support resumable upload for large video files?

The YouTube Data API v3 supports resumable upload for large video files, allowing video management workflows to handle interruptions and resume incomplete media distribution.

What is the best way to handle media distribution for a YouTube channel?

Handling media distribution for a YouTube channel is best achieved by automating video publishing with resumable uploads, metadata configuration, and OAuth2 authentication via the YouTube Data API v3.