platform-uploader

Automate authenticated video uploads and scheduling to YouTube via Data API v3.

3|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/GunjanGrunge/rrq --skill platform-uploader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-uploader
Source: https://github.com/GunjanGrunge/rrq/tree/main/skills/platform-uploader
Command: npx skills add https://github.com/GunjanGrunge/rrq --skill platform-uploader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of uploading and scheduling video content to YouTube and Instagram, including handling authentication, metadata, and post-upload tasks.

Core Features & Use Cases

  • YouTube Uploads: Authenticated video and Shorts uploads with metadata, scheduling, and thumbnail setting.
  • Instagram Posting: Future support for Reels posting via a Make.com webhook integration.
  • Scheduling: Utilizes AWS EventBridge for precise content scheduling.
  • Post-Upload Actions: Triggers notifications for further processing (e.g., Theo for comment triage, Jason for viral candidates) and sets up initial engagement steps.

Quick Start

Use the platform-uploader skill to upload and schedule the video 'my_great_video.mp4' to YouTube with the title 'My Awesome Video' and description 'Check out my new video!'.

Frequently Asked Questions about platform-uploader

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

FAQPage Schema
How do I automate video uploads to YouTube using OAuth 2.0 authentication?

Automate YouTube video uploads by using the YouTube Data API v3 with OAuth 2.0 authentication to handle video files, thumbnails, and metadata configuration programmatically. This Skill manages the authenticated upload process securely.

Can I schedule YouTube Shorts and videos to publish at specific times?

Yes, you can schedule YouTube Shorts and standard videos using AWS EventBridge for precise content scheduling. The Skill configures the upload metadata and sets the exact publish time during the authenticated upload process.

Does this Skill support Instagram Reels posting and scheduling?

Instagram Reels posting is planned for future integration via Make.com webhooks. Currently, the Skill focuses on authenticated YouTube uploads, Shorts, and comment management using the YouTube Data API v3.

How do I manage post-upload engagement and comment triage for YouTube videos?

Post-upload engagement is managed by triggering notifications for comment triage and identifying viral candidates. The Skill sets up initial engagement protocols immediately after the authenticated video upload completes.

What do I need to set up before uploading videos through social media automation?

You need valid OAuth 2.0 credentials for the YouTube Data API v3 and video files ready for upload. AWS EventBridge must also be configured if you want to utilize the precise content scheduling features.

Are there limitations when using YouTube Data API v3 for automated content scheduling?

Limitations include API quota limits inherent to YouTube Data API v3 and the current lack of native Instagram integration. Instagram support requires a future Make.com webhook setup rather than direct API uploads.