Google Docs をエクスポートする
Exports Google Docs to specified file formats including PDF, DOCX, and HTML.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Docs をファイルにエクスポートします。
$ARGUMENTS (必須): ドキュメントID--output <path> (必須): 出力ファイルパス--type <format>: 出力形式(pdf, docx, txt, html, rtf, epub)デフォルト: pdfpython plugins/shiiman-google/scripts/google_docs.py export --doc-id "$ARGUMENTS" --output "$OUTPUT" ${TYPE:+--type "$TYPE"}
/shiiman-google:docs-export 1abc...xyz --output ~/Downloads/document.pdf
/shiiman-google:docs-export 1abc...xyz --output ~/Downloads/document.docx --type docx