pinned-comment

Post owner pinned comments on YouTube videos via the YouTube Data API v3.

161|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/daiki-beppu/youtube-automation --skill pinned-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinned-comment
Source: https://github.com/daiki-beppu/youtube-automation/tree/main/.claude/skills/pinned-comment
Command: npx skills add https://github.com/daiki-beppu/youtube-automation --skill pinned-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of posting owner pinned comments on YouTube videos, saving time and streamlining the workflow for content creators.

Core Features & Use Cases

  • Automated Pinned Comment Posting: Posts top-level comments to YouTube videos using the YouTube Data API v3.
  • Dry-Run and Apply: Allows users to preview comments with a dry-run and then apply them in the final step.
  • Video Pre-flight Check: Checks if the target video exists and is not private before applying the comment.
  • Manual Pinning: Users must manually pin the comment on the YouTube Studio interface after posting.

Quick Start

To post a pinned comment on a YouTube video, run the command: uv run yt-pinned-comment --video-id <video_id> --apply --lang en

Frequently Asked Questions about pinned-comment

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

FAQPage Schema
How do I automate posting pinned comments on YouTube videos?

This Skill automates posting pinned comments on YouTube videos by sending top-level comments through the YouTube Data API v3. After the automated posting, you manually pin the comment within YouTube Studio.

Can I preview a YouTube comment before it goes live?

Yes, you can preview a YouTube comment before posting by running the command with the dry-run flag. This verifies the content before you use the apply flag to execute the final posting via the YouTube Data API v3.

Do I need OAuth credentials to post YouTube comments via the API?

Yes, you need proper OAuth scope credentials to post YouTube comments via the API. A valid config file is also required for operation to ensure secure authentication with the YouTube Data API v3.

Does the tool check if a YouTube video exists before applying a comment?

Yes, the tool performs a video pre-flight check to verify that the target YouTube video exists and is not private before applying a comment. This prevents failed API requests on inaccessible video content.

What is the best way to pin an automated comment on YouTube Studio?

The best way to pin an automated comment is to use this Skill to post the top-level comment via the YouTube Data API v3, then manually open YouTube Studio to pin it. The API does not support automated pinning directly.