speakerdeck-reader

Installation
SKILL.md

SpeakerDeck スライド読み取り

手順

1. WebFetch でページ情報と PDF URL を取得

  • WebFetch でスライドページを取得
  • HTML 内のテキストトランスクリプト(speakerdeck-transcript クラス)があれば、それを要約に使用
  • PDF ダウンロード URL を抽出(https://files.speakerdeck.com/presentations/{id}/{filename}.pdf 形式)

2. PDF をダウンロードして読み取り

トランスクリプトがない場合、または詳細な内容が必要な場合:

curl -L -o /tmp/slide.pdf "{PDF_URL}"
Installs
1
GitHub Stars
2
First Seen
13 days ago
speakerdeck-reader — yamadashy/ccreader