agent-bank: Skill for OpenCode

.opencode/skill/youtube-studio/SKILL.md

youtube-studio is a skill for OpenCode from different-ai/agent-bank. It costs 0 tokens per session (1,301 once invoked), scanned C, original, MIT.

A browser automation guide for YouTube Studio, the website used to manage YouTube channels and videos. It can manage channels and upload videos through Chrome.

In plain words
What is it for?
Managing YouTube channel content and uploading videos.
Why use it?
It reduces the need to perform routine channel tasks manually in the browser. It requires Chrome automation to be connected and a signed-in Google account.

Skill for OpenCode

Written for OpenCode: installed under .opencode/.

This is different-ai/agent-bank's own configuration. It tells OpenCode how to work on agent-bank itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-bank configures →

Reuse

Borrowing it

Nothing to install: this file belongs to different-ai/agent-bank. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/different-ai/agent-bank/main/.opencode/skill/youtube-studio/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/different-ai/agent-bank

Made for: OpenCode.

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-studio

README.md
[![agentmods](https://agentmods.dev/badge/skills/different-ai/agent-bank/youtube-studio/github.svg)](https://agentmods.dev/skills/different-ai/agent-bank/youtube-studio)
Your own site
<a href="https://agentmods.dev/skills/different-ai/agent-bank/youtube-studio"><img src="https://agentmods.dev/badge/skills/different-ai/agent-bank/youtube-studio/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-studio

Your own site · 80×15
<a href="https://agentmods.dev/skills/different-ai/agent-bank/youtube-studio"><img src="https://agentmods.dev/badge/skills/different-ai/agent-bank/youtube-studio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,301 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 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.00000 $0.01301
Opus 5 $0.00000 $0.00651
Sonnet 5 $0.00000 $0.00260
Haiku 4.5 $0.00000 $0.00130

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

Security

Grade C, and why

youtube-studio scanned grade C 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 9d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- If Chrome MCP has lock issues: `rm -rf ~/.cache/chrome-devtools-mcp/chrome-profile/SingletonLock`
.opencode/skill/youtube-studio/SKILL.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

YouTube Studio Skill

Manage YouTube channels and upload videos via Chrome MCP automation.

Prerequisites

  • Chrome MCP connected and working
  • Logged into YouTube/Google account in Chrome
  • If Chrome MCP has lock issues: rm -rf ~/.cache/chrome-devtools-mcp/chrome-profile/SingletonLock

0 Finance YouTube Channel

Key URLs

Purpose URL
YouTube Studio Dashboard https://studio.youtube.com/channel/{CHANNEL_ID}
Content/Videos List https://studio.youtube.com/channel/{CHANNEL_ID}/videos
Upload Video https://studio.youtube.com/channel/{CHANNEL_ID}/videos/upload
Edit Video https://studio.youtube.com/video/{VIDEO_ID}/edit
Channel Customization https://studio.youtube.com/channel/{CHANNEL_ID}/editing/images
Channel Switcher https://www.youtube.com/channel_switcher

Uploading Videos

Step 1: Navigate to Upload

Navigate to: https://studio.youtube.com/channel/{CHANNEL_ID}/videos/upload
Click "Create" button or "Upload videos" button

Step 2: Upload Video File

  • Use chrome_upload_file on the file input/drop zone
  • Wait for upload to complete (check for progress indicators)

Step 3: Fill Video Details

  1. Title - Use the title textbox (required)
  2. Description - Add description with hashtags at the end
  3. Thumbnail - See thumbnail section below
  4. Audience - Select "No, it's not made for kids" radio button
  5. Visibility - Set to Public/Unlisted/Private

Read the full file on GitHub · 170 lines

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. 9d ago First seen · 170 lines · 0 tokens per session scan C c87d6315e36d

Subscribe to this mod's changes

youtube-studio is a skill published in the GitHub repository different-ai/agent-bank (249 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,301 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

interactive-login

How to complete browser/interactive logins (aws / gh / glab / gcloud). The platform backgrounds the login poller so it survives the human's browser round-trip — and when that does NOT work.

yc-software/qm · 46 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

azure-messaging-webpubsub-java

Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.

microsoft/skills · 43 tokens

google-safe-browsing

Prevent and fix Google Safe Browsing "Dangerous site" flags. Use when launching a public web app, buying/picking a domain, building a login or signup page, or when any site shows a red "Dangerous site" / "Deceptive site" warning in Chrome, Brave, Safari, Firefox, or Edge. Triggers on "dangerous site", "deceptive…

davidondrej/skills · 105 tokens