R
recipe-create-doc-from-template
by @googleworkspacev
4.5(152)
复制Google文档模板,填入所需内容,并与指定人员共享,快速生成标准化文档。
安装方式
npx skills add googleworkspace/cli --skill recipe-create-doc-from-templatecompare_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
- Copy the template:
gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}' - Get the new doc ID from the response
- 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日