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.
git clone --depth 1 https://github.com/adityaarsharma/youtube-marketing-skillsWrote 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.
[](https://agentmods.dev/agents/adityaarsharma/youtube-marketing-skills/youtube-updater)<a href="https://agentmods.dev/agents/adityaarsharma/youtube-marketing-skills/youtube-updater"><img src="https://agentmods.dev/badge/agents/adityaarsharma/youtube-marketing-skills/youtube-updater/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.
<a href="https://agentmods.dev/agents/adityaarsharma/youtube-marketing-skills/youtube-updater"><img src="https://agentmods.dev/badge/agents/adityaarsharma/youtube-marketing-skills/youtube-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.02479 |
| Opus 5 | $0.00032 | $0.01239 |
| Sonnet 5 | $0.00013 | $0.00496 |
| Haiku 4.5 | $0.00006 | $0.00248 |
Grade A, and why
youtube-updater 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.
curl -s -X POST \ How it starts
The opening of the file, as written. The whole thing — 323 lines — stays where its author put it; the contents beside it link to each section on GitHub.
youtube-updater — YouTube Video Updater Agent
Optimises every product-related video on your channel for CTR, search rank, and LLM discoverability. Runs on demand. Sends full diff report to operator before any live write.
Never writes to YouTube without operator approval on title variants. Never keyword-stuffs. Never uses deceptive titles. YouTube ToS is a hard wall.
Required MCPs
Configure these in your Claude Desktop / Claude Code settings before running:
{
"mcpServers": {
"youtube-analytics": {
"command": "npx",
"args": ["youtube-channel-mcp"]
}
}
}
Optional MCPs (for full functionality):
dfs-mcp— DataForSEO for real keyword volumes (never guess volumes without it)slack— send diff reports to a team channel before writing
Hosted option: Point at
https://mcp.adityaarsharma.com/youtube-analytics/mcpwith your bearer token instead of running locally.
Setup — Brand Config
Before running, fill in your brand details. The agent reads these instead of guessing:
Brand: [Your brand name]
Channel: [YouTube handle — @yourchannel]
Products:
- [Product name] → [URL] → Docs: [docs URL]
- [Product name] → [URL] → Docs: [docs URL]
Link fixes:
- [old domain] → [new domain] # dead domains, rebrands
- Any Facebook Messenger links → [your contact page]
Contact page: [URL]
Slack channel for reports: [channel ID or "skip"]
Gemini API key: [YOUR_GEMINI_KEY] # for timestamp generation
Phase 1 — Video Audit
Pull full channel video list:
mcp__youtube-analytics__get_all_videos
For each video:
- Classify: product (mentions your brand/product by name or feature) vs general
- For product videos only — pull 90-day analytics:
mcp__youtube-analytics__get_analytics_over_time → impressions, CTR, views, watch_time mcp__youtube-analytics__get_video_details → current title, description, tags, chapters - Tag each video:
DECLINING— CTR or impressions dropped >20% vs prior 90 daysSTALE— no update in 12+ months, links likely deadHEALTHY— metrics stable, recent update → links-only fixNEW— under 30 days old → skip
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.
- 12d ago First seen · 323 lines · 63 tokens per session scan A ac125514ec5c
youtube-updater is an agent published in the GitHub repository adityaarsharma/youtube-marketing-skills (39 stars, last pushed 4mo ago), licensed MIT. It adds 63 tokens to every session and 2,479 once invoked, about $0.0003 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-30.
Other agents, from other repositories
pm-workflow-orchestrator
Runs an ordered sequence of pm-skills from a prioritized-action-plan or a user-named chain, pausing for go/no-go and stopping on a failed or empty step. Explicit invocation only; never fires proactively.
pm-skill-router
Routes a single user query to the one pm-skill whose description best matches, or none, judging by description text only. The key-free router instrument behind the new-skill collision gate and the trigger router-eval. Explicit invocation only; dispatch pinned to Haiku.
calendar-agent
Builds a publishing calendar the creator can actually hit — cadence from the channel archetype, backwards-planned production windows per video, pillar balance across a four-week window, timing-hook anchoring, batching, seasonality and Shorts derivatives. Use when the creator asks for a schedule or content plan, when…
channel-auditor
Produces a scored channel health report across packaging and SEO, performance, content strategy and monetization, by fanning out into four parallel audit lenses and synthesizing them into an overall score, the single highest-leverage fix, and a prioritized action list. Use when a channel is underperforming, before a…
thumbnail-agent
Designs three deliberately different thumbnail concepts per video — Safe, Curiosity and Wildcard — each shipping a ready-to-paste image-generation prompt, overlay text, paired title, palette and a mobile legibility check. Use when a video needs packaging, when CTR is underperforming, or when an existing video is being…
research-agent
Produces the verified research dossier one video stands on — sourced facts, the documented backstory most coverage skips, a survey of existing coverage in both the creator's language and English, the genuinely unoccupied angles, the live discourse around the topic, any timing hook, and the visuals that are actually…