AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Xs Youtube Notes

skill-karaage0703-ai-assistant-workspace-xs-youtube-notes · by karaage0703

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

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-karaage0703-ai-assistant-workspace-xs-youtube-notes

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-karaage0703-ai-assistant-workspace-xs-youtube-notes)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Xs Youtube Notes? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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. 音声を抽出

``bash yt-dlp -x --audio-format mp3 -o "audio.mp3" "[YouTube URL]" ``

  1. transcriber スキルで文字起こし

カスタマイズ

詳細度を変える

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

保存先を指定

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

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.