← スキル一覧に戻る

g-export
by corca-ai
⭐ 20🍴 4📅 2026年1月24日
SKILL.md
name: g-export description: | Download public Google Slides, Docs, and Sheets to local files.
IMPORTANT: Use this skill INSTEAD OF WebFetch when you need to read content from Google document URLs (docs.google.com/*). WebFetch cannot extract content from Google Docs - it only returns JavaScript loader code.
Trigger on:
- "/g-export" command
- When you need to READ or ANALYZE content from any Google document URL
- When a reference file contains Google Docs/Sheets/Slides URLs that you need to fetch
Google Export
Download public Google documents to ./g-exports/.
Usage
{SKILL_DIR}/scripts/g-export.sh <url> [format] [output-dir]
Formats
| Type | Formats | Default |
|---|---|---|
| Slides | pptx, odp, pdf, txt | txt |
| Docs | docx, odt, pdf, txt, epub, html, md | md |
| Sheets | xlsx, ods, pdf, csv, tsv, toon | toon |
Notes
- Only public documents work
- Uses original document title as filename
- Sheets csv/tsv/toon: exports first sheet by default; gid parameter in URL (e.g.,
?gid=123) is auto-detected for specific sheets - md exports: base64 images removed; use
docxorpdffor image-heavy documents
TOON Format
Default format for Sheets. After reading the output, autonomously decide to transform survey/session data to Markdown for better readability (preserve the original file).
See: references/TOON.md
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です