
g-export
by corca-ai
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
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon