Back to list
corca-ai

g-export

by corca-ai

20🍴 4📅 Jan 24, 2026

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

TypeFormatsDefault
Slidespptx, odp, pdf, txttxt
Docsdocx, odt, pdf, txt, epub, html, mdmd
Sheetsxlsx, ods, pdf, csv, tsv, toontoon

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 docx or pdf for 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

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon