Keyword & Tag Research Agent

Keyword & Tag Research Agent is a skill for Claude Code, Codex from SamurAIGPT/open-ai-youtube-agent. It costs 26 tokens per session (814 once invoked), scanned A, original, MIT.

A research workflow for finding YouTube keywords and tags for a video topic, ranked by estimated search demand and competition. The description lists YouTube-specific search-volume and related-keyword capabilities as planned, not yet connected.

In plain words
What is it for?
Use it to plan YouTube content and compare possible topics; it requires a seed topic and a Muapi API key.
Why use it?
It is intended to reduce guesswork when choosing video topics, keywords, and tags, but the listed research connections are not fully available yet.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to plan YouTube content and compare possible topics; it requires a seed topic and a Muapi API key.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/samuraigpt/open-ai-youtube-agent/keyword-tag-research
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 SamurAIGPT/open-ai-youtube-agent --skill keyword-tag-research
Clone the repo
git clone --depth 1 https://github.com/SamurAIGPT/open-ai-youtube-agent

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 Keyword & Tag Research Agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/samuraigpt/open-ai-youtube-agent/keyword-tag-research/github.svg)](https://agentmods.dev/skills/samuraigpt/open-ai-youtube-agent/keyword-tag-research)
Your own site
<a href="https://agentmods.dev/skills/samuraigpt/open-ai-youtube-agent/keyword-tag-research"><img src="https://agentmods.dev/badge/skills/samuraigpt/open-ai-youtube-agent/keyword-tag-research/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 Keyword & Tag Research Agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/samuraigpt/open-ai-youtube-agent/keyword-tag-research"><img src="https://agentmods.dev/badge/skills/samuraigpt/open-ai-youtube-agent/keyword-tag-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 814 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00026 $0.00814
Opus 5 $0.00013 $0.00407
Sonnet 5 $0.00005 $0.00163
Haiku 4.5 $0.00003 $0.00081

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

Security

Grade A, and why

Keyword & Tag Research Agent scanned grade A with 0 findings 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 3d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/keyword-tag-research/SKILL.md · 72 lines

How it starts

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

Keyword & Tag Research Agent

Mission

Turn a video topic into a ranked list of YouTube-specific keywords and tags, sized by real search demand and competition on YouTube itself — not a generic web-search proxy.

Use this agent when

  • A user is planning a video and wants to know what people actually search for on YouTube around the topic.
  • A user wants tag suggestions beyond what they'd think of manually.
  • A user wants to compare keyword difficulty across a few topic candidates before committing to one.

Required inputs

  • A seed topic or a few candidate topics.
  • Optional: target audience/niche to narrow suggestions.

Required connections

  • A Muapi API key (muapi).

Available Muapi capabilities

  • youtube.search_volume — YouTube search rankings by keyword. Backed by Muapi's live SEO API: POST /api/v1/seo-youtube-organic (live, tested 2026-09-09).
  • youtube.related_keywords — still planned; a dedicated related-term expansion for YouTube search behavior is not wired up on Muapi. POST /api/v1/seo-related-keywords exists but is Google web-search data, not YouTube-native — per the decision rule below, it is not a substitute.

Workflow

  1. Expand the seed topic into a candidate keyword/tag list.
  2. Pull YouTube-specific search volume and competition per candidate via youtube.search_volume.
  3. Expand top candidates with related terms via youtube.related_keywords.
  4. Rank by volume-to-competition ratio, flagging both high-volume/high-competition ("hard to break into") and lower-volume/low-competition ("easier win") options.
  5. Return a ranked keyword list plus a suggested tag set (primary + close variants + broader category tags).

Decision rules

  • Never present Google web-search volume as a stand-in for YouTube search volume — if only the Google-side proxy is available (via ai-seo-agent's seo.keyword_research), say so explicitly rather than implying it's YouTube-native data.
  • Prefer a mix of one or two high-volume "reach" keywords with several lower-competition "easier win" keywords, rather than an all-high-competition list.

Read the full file on GitHub · 72 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. 3d ago Changed · -1 lines 567cd72c438a
  2. 4d ago Changed c4c2304901d8
  3. 13d ago First seen · 73 lines · 26 tokens per session scan A 986ddf7acc35

Subscribe to this mod's changes

Keyword & Tag Research Agent is a skill published in the GitHub repository SamurAIGPT/open-ai-youtube-agent (2 stars, last pushed 3d ago), licensed MIT. It adds 26 tokens to every session and 814 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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

video-to-articles

Convert a recorded video (talking-head, build-along, tutorial, demo, essay, vlog) into a ready-to-post article or post for X (Twitter), Medium, or LinkedIn: a copy-paste pack (markdown + paste-ready HTML twin) plus a fresh cover image, in the creator's own voice. Use whenever the user wants a video, its transcript, or…

nidhi-singh02/skills · 215 tokens

content-pipeline

A Chinese-language workflow for turning collected source material into articles and versions for several publishing platforms, including formatted previews, cover images, social posts, podcasts, and videos.

OrangeViolin/content-pipeline · 70 tokens

shorts-from-takes

Assemble several raw clips — multiple takes, separate shots, or existing reels — into ONE finished, on-brand vertical Short (1080x1920), PLUS ready-to-post YouTube / Instagram / TikTok / X metadata. Use this whenever someone hands over a batch of clips and wants them stitched into a single short-form video: it selects…

nidhi-singh02/skills · 221 tokens

longform-to-shorts

Cut standalone vertical Shorts/Reels (1080x1920) out of ONE finished long-form talking-head + screen-share video (a "N tools" walkthrough, tutorial, review, demo), one Short per topic/tool, then write per-Short YouTube + Instagram metadata. Use this whenever the user hands over a finished long-form video and wants…

nidhi-singh02/skills · 190 tokens

seo-pipeline-llm

4-stage SEO content pipeline: keyword research → competitor scraping → SEO analysis → content creation. Outputs local files, no CMS integration.

attaxr/attaxr-seo-pipeline · 33 tokens

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