Google Docs ドキュメントにテキストを追加する
Adds text to Google Docs documents at specified positions.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Docs ドキュメントにテキストを追加します。
$ARGUMENTS (必須): ドキュメントID--content <text> (必須): 追加するテキスト--append: 末尾に追加(省略時は先頭に挿入)python plugins/shiiman-google/scripts/google_docs.py update --doc-id "$ARGUMENTS" --content "$CONTENT" ${APPEND:+--append}
/shiiman-google:docs-update 1abc...xyz --content "追加テキスト"
/shiiman-google:docs-update 1abc...xyz --content "末尾に追加" --append