# Xs Youtube Notes

> YouTube動画のURLから字幕を取得し、内容をノートにまとめる。「YouTube動画をまとめて」「この動画をノートにして」と言われたら使う。

- **Type:** Skill
- **Install:** `agentstack add skill-karaage0703-ai-assistant-workspace-xs-youtube-notes`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [karaage0703](https://agentstack.voostack.com/s/karaage0703)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [karaage0703](https://github.com/karaage0703)
- **Source:** https://github.com/karaage0703/ai-assistant-workspace/tree/main/skills/xs-youtube-notes

## Install

```sh
agentstack add skill-karaage0703-ai-assistant-workspace-xs-youtube-notes
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# YouTube動画ノート化

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

## 手順

### Step 1: URLを受け取る

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

### Step 2: 動画情報を取得

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

### Step 3: 字幕を取得

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

### Step 4: ノートを作成

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

```markdown
# [動画タイトル]

## 基本情報
- **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. 音声を抽出
   ```bash
   yt-dlp -x --audio-format mp3 -o "audio.mp3" "[YouTube URL]"
   ```

2. `transcriber` スキルで文字起こし

## カスタマイズ

### 詳細度を変える

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

### 保存先を指定

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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [karaage0703](https://github.com/karaage0703)
- **Source:** [karaage0703/ai-assistant-workspace](https://github.com/karaage0703/ai-assistant-workspace)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-karaage0703-ai-assistant-workspace-xs-youtube-notes
- Seller: https://agentstack.voostack.com/s/karaage0703
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
