首页/技术写作/gws-docs-write
G

gws-docs-write

by @googleworkspacev1.0.0
4.0(0)

用于将文本内容追加到Google Docs文档中,实现文档内容的自动化更新。

Google Docs APIDocument AutomationGoogle WorkspaceCollaborative EditingGitHub
安装方式
npx skills add googleworkspace/cli --skill gws-docs-write
compare_arrows

Before / After 效果对比

1
使用前

手动打开 Google Docs 文档并追加文本,过程繁琐且无法自动化,尤其是在需要批量操作时。

使用后

此技能通过 `gws docs +write` 命令,能够自动化地向 Google Docs 文档追加文本,大大提高了文档编辑的效率,尤其适用于自动化报告或内容生成场景。

description SKILL.md


name: gws-docs-write version: 1.0.0 description: "Google Docs: Append text to a document." metadata: openclaw: category: "productivity" requires: bins: ["gws"] cliHelp: "gws docs +write --help"

docs +write

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Append text to a document

Usage

gws docs +write --document <ID> --text <TEXT>

Flags

FlagRequiredDefaultDescription
--documentDocument ID
--textText to append (plain text)

Examples

gws docs +write --document DOC_ID --text 'Hello, world!'

Tips

  • Text is inserted at the end of the document body.
  • For rich formatting, use the raw batchUpdate API instead.

[!CAUTION] This is a write command — confirm with the user before executing.

See Also

  • gws-shared — Global flags and auth
  • gws-docs — All read and write google docs commands

forum用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价,来写第一条吧

统计数据

安装量5.6K
评分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
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

时间线

创建2026年3月16日
最后更新2026年3月16日