xs-youtube-notes

xs-youtube-notes is a skill for Claude Code, Codex from karaage0703/ai-assistant-workspace. It costs 47 tokens per session (530 once invoked), scanned A, original, MIT.

A note-making workflow that gets subtitles from a YouTube video and organizes them into structured notes.

In plain words
What is it for?
Use it to summarize YouTube videos, extract key lessons, add timestamps and definitions, or transcribe videos without subtitles.
Why use it?
It saves time spent watching a video again or manually collecting its main points and terminology.

Skill for Claude CodeCodex

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

Good fit Use it to summarize YouTube videos, extract key lessons, add timestamps and definitions, or transcribe videos without subtitles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/karaage0703/ai-assistant-workspace/xs-youtube-notes
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 karaage0703/ai-assistant-workspace --skill xs-youtube-notes
Clone the repo
git clone --depth 1 https://github.com/karaage0703/ai-assistant-workspace

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 xs-youtube-notes

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/karaage0703/ai-assistant-workspace/xs-youtube-notes"><img src="https://agentmods.dev/badge/skills/karaage0703/ai-assistant-workspace/xs-youtube-notes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 530 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00047 $0.00530
Opus 5 $0.00023 $0.00265
Sonnet 5 $0.00009 $0.00106
Haiku 4.5 $0.00005 $0.00053

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

Security

Grade A, and why

xs-youtube-notes 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 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.

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.

skills/xs-youtube-notes/SKILL.md · 88 lines

What it actually says

YouTube動画ノート化

YouTube動画から字幕を取得し、構造化されたノートを作成する。

手順

Step 1: URLを受け取る

ユーザーからYouTube URLを受け取る。

Step 2: 動画情報を取得

# 動画メタデータ取得
yt-dlp -J "[YouTube URL]"

Step 3: 字幕を取得

# VIDEO_IDはURLから抽出(v=以降、またはyoutu.be/以降)
youtube_transcript_api [VIDEO_ID] --languages ja en --format text

Step 4: ノートを作成

以下のフォーマットでノートを作成:

# [動画タイトル]

## 基本情報
- **URL:** [YouTube URL]
- **時間:** XX分XX秒
- **チャンネル:** [チャンネル名]

## 概要
動画の内容を3-5行で要約

## 内容

### [セクション1](0:00〜)
- ポイント1
- ポイント2

### [セクション2](5:00〜)
- ポイント1
- ポイント2

## 重要ポイント
- 学び1
- 学び2
- 学び3

## 用語解説
- **用語1:** 説明
- **用語2:** 説明

Step 5: 完了報告

ノート内容をチャットに表示する。

字幕がない場合

  1. 音声を抽出

    yt-dlp -x --audio-format mp3 -o "audio.mp3" "[YouTube URL]"
    
  2. transcriber スキルで文字起こし

カスタマイズ

詳細度を変える

  • 「簡潔にまとめて」→ 概要と重要ポイントのみ
  • 「詳しくまとめて」→ 用語解説付きの詳細ノート

保存先を指定

「notes/に保存して」と言えば、ファイルとして保存される。

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 · 88 lines · 47 tokens per session scan A a7332fa5cf0a

Subscribe to this mod's changes

xs-youtube-notes is a skill published in the GitHub repository karaage0703/ai-assistant-workspace (137 stars, last pushed 24d ago), licensed MIT. It adds 47 tokens to every session and 530 once invoked, about $0.0002 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

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.

nexu-io/html-anything · 25 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens