Install
$ agentstack add skill-karaage0703-ai-assistant-workspace-xs-youtube-notes ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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: 完了報告
ノート内容をチャットに表示する。
字幕がない場合
- 音声を抽出
``bash yt-dlp -x --audio-format mp3 -o "audio.mp3" "[YouTube URL]" ``
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
- Source: karaage0703/ai-assistant-workspace
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.