ホーム/AI 生産性・自動化/recipe-create-doc-from-template
R

recipe-create-doc-from-template

by @googleworkspacev
4.5(152)

Googleドキュメントテンプレートをコピーし、必要なコンテンツを入力し、指定された人物と共有して、標準化されたドキュメントを迅速に生成します。

google-workspacegoogle-docsdocument-generationtemplate-automationGitHub
インストール方法
npx skills add googleworkspace/cli --skill recipe-create-doc-from-template
compare_arrows

Before / After 効果比較

1
使用前

新しいドキュメントを作成するたびに、テンプレートを手動でコピーし、内容を記入し、一つずつ共有する必要があり、手間がかかりエラーが発生しやすいです。ドキュメントの形式が統一されていないため、チームのコラボレーション効率に影響を与えます。

使用後

Googleドキュメントのテンプレートを自動でコピーし、事前設定された内容を記入し、ワンクリックで共同作業者に共有します。ドキュメントの形式を統一し、大幅な時間節約とコンテンツ作成およびコラボレーション効率の向上を実現します。

SKILL.md

Create a Google Doc from a Template

PREREQUISITE: Load the following skills to execute this recipe: gws-drive, gws-docs

Copy a Google Docs template, fill in content, and share with collaborators.

Steps

  1. Copy the template: gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}'
  2. Get the new doc ID from the response
  3. Add content: `gws docs +write --document-id NEW_DOC_ID --text '## Project: Q2 Launch

Objective

Launch the new feature by end of Q2.'4. Share with team:gws drive permissions create --params '{"fileId": "NEW_DOC_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'`

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数15.1K
評価4.5 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件

ユーザー評価

4.5(152)
5
23%
4
52%
3
23%
2
2%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月16日
最終更新2026年5月23日