docs-create
Google Docs ドキュメントを新規作成する。「ドキュメント作成」「Docs 作成」「新しいドキュメント」「ドキュメントを作って」などで起動。
When & Why to Use This Skill
The docs-create skill enables Claude to automatically generate new Google Docs documents directly within a user's workspace. By supporting custom document titles, specific folder destination IDs, and initial content population, this tool streamlines the transition from AI-generated ideas to formal documentation, significantly enhancing workflow automation and document management efficiency.
Use Cases
- Automated Meeting Minutes: Instantly create and name a new Google Doc to record notes and action items immediately after a meeting.
- Drafting Reports and Proposals: Generate a document pre-filled with an AI-generated outline or initial draft for professional reports, saving manual setup time.
- Project Documentation: Automatically initialize project-specific documents within designated Google Drive folders to maintain organized project structures.
- Content Creation Pipeline: Seamlessly move from a content brief or brainstorm session in Claude to a formatted Google Doc ready for further editing and collaboration.
| name | docs-create |
|---|---|
| description | Google Docs ドキュメントを新規作成する。「ドキュメント作成」「Docs 作成」「新しいドキュメント」「ドキュメントを作って」などで起動。 |
| allowed-tools | [Read, Bash] |
Docs Create
Google Docs ドキュメントを新規作成します。
実行方法
基本的な作成
python plugins/shiiman-google/skills/docs-create/scripts/google_docs.py create --name "ドキュメント名"
フォルダを指定
python plugins/shiiman-google/skills/docs-create/scripts/google_docs.py create --name "ドキュメント名" --folder-id "フォルダID"
初期内容を指定
python plugins/shiiman-google/skills/docs-create/scripts/google_docs.py create --name "ドキュメント名" --content "初期テキスト"
ユーザー入力の解釈
- ドキュメント名を聞き出す
- フォルダを指定したい場合は事前に drive-search で検索
- 初期内容があれば --content で指定
出力項目
- id: ドキュメントID
- name: ドキュメント名
- url: 編集URL