Youtube publish
Organize reusable AI agent skills for Claude Code, Codex, and Cursor with focused workflows, scripts, and fast task selection
npx -y skills add biyearly-mesothelioma790/skills --skill youtube-publishAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
This skill should be used when the user asks to "upload videos to YouTube", "publish videos on YouTube", "set YouTube titles and descriptions", "add timestamps to YouTube videos", or needs to edit video metadata, assign playlists, and publish in YouTube Studio.
SKILL.md
4.3 KB, 999 tokens by cl100k_base, as published. Nobody here has run it
YouTube Video Publishing & Metadata
Overview
Upload video files to YouTube Studio, set titles, descriptions, timestamps, playlists, and publish.
Step-by-Step Workflow
1. Upload Videos
- Navigate to YouTube Studio → Content → click Create → Upload videos
- Browser limitation: File inputs cannot be set programmatically. The user must manually select files in the file picker dialog.
- Upload all files, wait for processing to complete (YouTube shows a progress indicator)
2. Set Title
Use this format based on content type (determined from frame extraction or meeting name):
| Content Type | Title Format | Example |
|---|---|---|
| Weekly Jam (demo) | [Topic/Demo]: AI in Action [D Mon YYYY] | SpaceMolt - AI Agents in Multiplayer Space Games: AI in Action 7 Feb 2026 |
| Weekly Jam (talk) | [Topic]: AI in Action [D Mon YYYY] | Recursive Language Models & Reasoning Trees: AI in Action 31 Jan 2026 |
| Paper Club | [Paper Short Name] Paper Reading: AI in Action [D Mon YYYY] | RL via Self-Distillation (SDPO) Paper Reading: AI in Action 12 Feb 2026 |
| Guest session | [Topic]: [Guest] and swyx [D Mon YYYY] | — |
Keep titles under 100 characters. Topic first for discoverability; series name and date at the end.
3. Set Description
Template:
Latent Space [Series Name] - [D Mon YYYY]
[Presenter name] [presents/demos/discusses] [brief 1-2 sentence description of content].
[Optional: Paper link, e.g., "Paper: https://arxiv.org/abs/XXXX.XXXXX"]
Timestamps:
[HH:MM:SS] - [Section description]
[HH:MM:SS] - [Section description]
...
Participants: [names visible in gallery view]
Join the Latent Space community: https://latent.space
Generating Timestamps
Use frame extraction data (from the zoom-download skill) to identify natural section breaks:
- Slide changes = new topic or section
- Demo start/end = transition points
- Q&A segments = usually at the end
- Paper sections (for Paper Club) = introduction, method, results, discussion
Format as MM:SS for videos under 1 hour, H:MM:SS for longer. YouTube auto-links timestamps in descriptions.
Aim for 5-10 timestamps per video. Each entry should represent a meaningful shift in content.
4. Set Playlist
On the Details page, under Playlists → click Select:
| Content Type | Playlist |
|---|---|
| AI in Action Weekly Jam (demos, presentations, talks) | AI in Action |
| Paper readings / Paper Club sessions | Paper Club |
How to tell them apart:
- Zoom meeting name "AI in Action Weekly Jam!" → AI in Action playlist
- Meeting names like "[Person] and swyx" with arxiv papers on screen → Paper Club playlist
- When unclear, check frame extractions for arxiv links or paper titles → Paper Club
5. Other Settings
- Audience: "No, it's not made for kids" (usually already default)
- Visibility: Unlisted
- Publish immediately — do NOT leave as Draft
6. YouTube Studio Navigation Flow
For each video:
Details → (title, description, playlist) → Next →
Video Elements → Next →
Checks → (wait for checks to pass) → Next →
Visibility → (select Unlisted) → Save/Publish
Repeat for each video. Always publish right away.
7. Verify
After publishing, confirm:
- Video URL is accessible (shown on the Details page under "Video link")
- Title, description, and playlist are correct
- Status shows "Unlisted" (not "Draft" or "Private")
Troubleshooting
- "Processing…" stuck: YouTube processing can take 5-30 minutes for long videos. Wait and refresh.
- Checks show warnings: Copyright or other warnings may appear. For original Zoom recordings these are usually false positives — proceed unless it's a hard block.
- Wrong channel: If you see unfamiliar videos in Content, you're on the wrong channel. Switch accounts via the avatar menu.
- Duplicate uploads: Check the Content list for videos with the same duration/date before uploading. The
_gvo_filename suffix indicates a gallery-view-only duplicate that should not be uploaded.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most social media skills give in 999 tokens
Counted across 489 of the 492 authors here whose files we hold, read 2026-08-07
- Adapt formats and tone to each platformin 26 of 489, across 14 files
- Build content around three to five pillarsin 25 of 489, across 13 files
- Read product marketing context before asking questionsin 23 of 489, across 13 files
- Respond to all comments on your postsin 21 of 489, across 9 files
- Use the output flag to specify an output directoryin 14 of 489, across 4 files
- Generate output logo images with white backgroundin 13 of 489, across 4 files
- Fix failing generation scripts directlyin 13 of 489, across 4 files
- Ask user about HTML preview after logo generationin 12 of 489, across 3 files
- Run the download script with a URLin 12 of 489, across 3 files
- Implement exponential backoff for 429 responsesin 12 of 489, across 3 files
- Write the hook firstin 12 of 489, across 7 files
- Include a single clear call to actionin 12 of 489, across 9 files
Said here and by no other author read
- place topic first and date last in titles
- generate 5 to 10 timestamps
- select AI in Action or Paper Club playlist
- mark audience as not made for kids
- set visibility to Unlisted
- publish immediately
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.