R
recipe-create-doc-from-template
by @googleworkspacev1.0.0
4.0(0)
"Copy a Google Docs template, fill in content, and share with collaborators."
安装方式
npx skills add googleworkspace/cli --skill recipe-create-doc-from-templatecompare_arrows
Before / After 效果对比
1 组使用前
1每次需要创建新文档时,都需要手动复制一个模板文件,然后逐项修改内容,并手动设置共享权限和通知协作者,效率低下。使用后
1通过自动化脚本,可以一键复制Google文档模板,自动填充预设内容,并根据需要设置共享权限和发送通知邮件给协作者,大大节省了文档创建和分发的时间。description SKILL.md
name: recipe-create-doc-from-template version: 1.0.0 description: "Copy a Google Docs template, fill in content, and share with collaborators." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-drive", "gws-docs"]
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"}'`
forum用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价,来写第一条吧
统计数据
安装量3.8K
评分4.0 / 5.0
版本1.0.0
更新日期2026年3月16日
对比案例1 组
用户评分
4.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
时间线
创建2026年3月16日
最后更新2026年3月16日