Help us improve
Share bugs, ideas, or general feedback.
From shiiman-google
Google Docs ドキュメントを新規作成・更新する。「ドキュメント作成」「Docs 作成」「新しいドキュメント」「ドキュメント更新」「Docs 更新」「ドキュメントに追加」「ドキュメントを編集」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleHow this skill is triggered — by the user, by Claude, or both
Slash command
/shiiman-google:docsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Google Docs ドキュメントの新規作成・テキスト追加を行います。
Automates Google Docs tasks via Rube MCP (Composio): create, edit, search, export, copy, and update documents. Always searches tools first for current schemas.
Automates Google Docs tasks like creating, searching, reading, appending, inserting, and replacing text via Python CLI scripts with standalone OAuth. For local Workspace automation without MCP server.
Operates Google Drive, Docs, Sheets, and Slides as a unified workflow surface for finding, summarizing, editing, migrating, and cleaning up shared documents without raw tool calls.
Share bugs, ideas, or general feedback.
Google Docs ドキュメントの新規作成・テキスト追加を行います。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:docs - Docs Editor
概要:
Google Docs ドキュメントの新規作成・テキスト追加を行います。
使用方法:
/shiiman-google:docs [オプション]
オプション:
--help このヘルプを表示
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_docs.py create \
--name "ドキュメント名" \
--folder-id "フォルダID" \
--content "初期テキスト"
| オプション | 必須 | 説明 |
|---|---|---|
--name | Yes | ドキュメント名 |
--folder-id | No | 保存先フォルダID |
--content | No | 初期テキスト |
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_docs.py update \
--doc-id "ドキュメントID" \
--content "追加テキスト" \
--append
| オプション | 必須 | 説明 |
|---|---|---|
--doc-id | Yes | ドキュメントID |
--content | Yes | 追加テキスト |
--append | No | 末尾に追加(省略時は先頭に挿入) |