youtube_upload

youtube_upload is a skill for Claude Code, Codex from marco77x/openclaw-youtube-pipeline. It costs 20 tokens per session (281 once invoked), scanned A, original, MIT.

A tool for publishing MP4 videos to YouTube through its API, with an optional PNG thumbnail and video details such as title, description, tags, and privacy setting.

In plain words
What is it for?
Use it to upload a video file, set its YouTube metadata and visibility, add a thumbnail, and share the resulting video link.
Why use it?
It removes the need to upload videos manually through YouTube’s website. It can also continue an interrupted upload and returns the video’s ID and URL.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to upload a video file, set its YouTube metadata and visibility, add a thumbnail, and share the resulting video link.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marco77x/openclaw-youtube-pipeline/youtube_upload
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add marco77x/openclaw-youtube-pipeline --skill youtube_upload
Clone the repo
git clone --depth 1 https://github.com/marco77x/openclaw-youtube-pipeline

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for youtube_upload

README.md
[![agentmods](https://agentmods.dev/badge/skills/marco77x/openclaw-youtube-pipeline/youtube_upload/github.svg)](https://agentmods.dev/skills/marco77x/openclaw-youtube-pipeline/youtube_upload)
Your own site
<a href="https://agentmods.dev/skills/marco77x/openclaw-youtube-pipeline/youtube_upload"><img src="https://agentmods.dev/badge/skills/marco77x/openclaw-youtube-pipeline/youtube_upload/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for youtube_upload

Your own site · 80×15
<a href="https://agentmods.dev/skills/marco77x/openclaw-youtube-pipeline/youtube_upload"><img src="https://agentmods.dev/badge/skills/marco77x/openclaw-youtube-pipeline/youtube_upload.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 281 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00281
Opus 5 $0.00010 $0.00140
Sonnet 5 $0.00004 $0.00056
Haiku 4.5 $0.00002 $0.00028

Measured 12d ago against content hash 0102733f7f9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

youtube_upload scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Carica video su YouTube tramite API v3 con upload resumable via curl.
publisher/skills/youtube_upload/SKILL.md · 31 lines

What it actually says

YouTube Upload

Carica video su YouTube tramite API v3 con upload resumable via curl.

Workflow

  1. Assicurati di avere: video (.mp4), thumbnail (.png), metadata (.json)
  2. Esegui lo script Python: python3 skills/youtube_upload/scripts/upload_video.py --video --title "" --description "" --tags "<TAG1,TAG2>" --privacy <private|unlisted|public> --thumbnail
  3. Leggi il video_id restituito
  4. Comunica l'URL del video

Argomenti

  • --video: percorso al file video mp4 (obbligatorio)
  • --title: titolo del video (obbligatorio)
  • --description: descrizione
  • --tags: tag separati da virgola
  • --privacy: public, private, unlisted (default: private)
  • --thumbnail: percorso all'immagine thumbnail

Note

  • La prima autenticazione richiede approvazione OAuth nel browser
  • I token vengono salvati in config/token.pickle
  • Il video deve essere formato MP4
  • La thumbnail deve essere PNG
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 31 lines · 20 tokens per session scan A 0102733f7f9c

Subscribe to this mod's changes

youtube_upload is a skill published in the GitHub repository marco77x/openclaw-youtube-pipeline (2 stars, last pushed 5mo ago), licensed MIT. It adds 20 tokens to every session and 281 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.