Google Docs ドキュメントにテキストを追加する。「ドキュメント更新」「Docs 更新」「ドキュメントに追加」「ドキュメントを編集」などで起動。
Adds Google Docs text insertion capability. Claude will use this when users request adding text to a specific document, triggered by phrases like "update doc" or "add to document," after confirming the document ID and content.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsThis skill is limited to using the following tools:
Google Docs ドキュメントにテキストを追加します。
python plugins/shiiman-google/scripts/google_docs.py update --doc-id "ドキュメントID" --content "追加テキスト"
python plugins/shiiman-google/scripts/google_docs.py update --doc-id "ドキュメントID" --content "追加テキスト" --append