Google Docs ドキュメントを新規作成する
Creates a new Google Docs document with optional folder placement and initial content.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Docs ドキュメントを新規作成します。
$ARGUMENTS (必須): ドキュメント名--folder-id <id>: 作成先フォルダID--content <text>: 初期内容python plugins/shiiman-google/scripts/google_docs.py create --name "$ARGUMENTS" ${FOLDER_ID:+--folder-id "$FOLDER_ID"} ${CONTENT:+--content "$CONTENT"}
/shiiman-google:docs-create 会議議事録
/shiiman-google:docs-create 企画書 --folder-id xxx --content "# 概要"