Claude-skill-registry docs-export
Google Docs をエクスポートする。「Docs を PDF で」「ドキュメントをエクスポート」「Docs をダウンロード」「ドキュメントを PDF に」「Word で保存」などで起動。
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/docs-export" ~/.claude/skills/majiayu000-claude-skill-registry-docs-export && rm -rf "$T"
manifest:
skills/data/docs-export/SKILL.mdsource content
Docs Export
Google Docs をファイルにエクスポートします。
引数
- ドキュメントID (必須): エクスポートするドキュメントのID
オプション
(必須): 出力ファイルパス--output <path>
: 出力形式(pdf, docx, txt, html, rtf, epub)デフォルト: pdf--type <format>
実行方法
python plugins/shiiman-google/skills/docs-list/scripts/google_docs.py export --doc-id <doc-id> --output ~/Downloads/document.pdf
Word形式でエクスポート
python plugins/shiiman-google/skills/docs-list/scripts/google_docs.py export --doc-id <doc-id> --output ~/Downloads/document.docx --type docx