xs-youtube-notes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited xs-youtube-notes (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
YouTube動画から字幕を取得し、構造化されたノートを作成する。
ユーザーからYouTube URLを受け取る。
# 動画メタデータ取得
yt-dlp -J "[YouTube URL]"# VIDEO_IDはURLから抽出(v=以降、またはyoutu.be/以降)
youtube_transcript_api [VIDEO_ID] --languages ja en --format text以下のフォーマットでノートを作成:
# [動画タイトル]
## 基本情報
- **URL:** [YouTube URL]
- **時間:** XX分XX秒
- **チャンネル:** [チャンネル名]
## 概要
動画の内容を3-5行で要約
## 内容
### [セクション1](0:00〜)
- ポイント1
- ポイント2
### [セクション2](5:00〜)
- ポイント1
- ポイント2
## 重要ポイント
- 学び1
- 学び2
- 学び3
## 用語解説
- **用語1:** 説明
- **用語2:** 説明ノート内容をチャットに表示する。
yt-dlp -x --audio-format mp3 -o "audio.mp3" "[YouTube URL]"transcriber スキルで文字起こし「notes/に保存して」と言えば、ファイルとして保存される。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.