← 返回 Skills 市场
Gws Docs Write
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
539
总下载
0
收藏
15
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-docs-write
功能描述
Google Docs: Append text to a document.
使用说明 (SKILL.md)
docs +write
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Append text to a document
Usage
gws docs +write --document \x3CID> --text \x3CTEXT>
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--document |
✓ | — | Document ID |
--text |
✓ | — | Text 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
安全使用建议
This skill itself is a tiny wrapper around the 'gws' CLI write command and otherwise appears harmless — but it explicitly defers authentication and global flags to '../gws-shared/SKILL.md', which is not bundled here. Before installing or enabling the skill: (1) inspect the gws-shared SKILL.md referenced to see what credentials or environment variables the gws CLI requires (OAuth tokens, service-account keys, or env vars); (2) verify the 'gws' binary on your system is the legitimate tool you expect and understand where it stores tokens/config (~/.config, keychains, etc.); (3) ensure the agent prompts you before executing write operations (the skill warns to confirm, but confirm the agent enforces that); and (4) if you cannot review gws-shared or the gws CLI's auth behavior, treat this skill as higher-risk because it may cause the agent to access or transmit credentials not declared in the registry.
功能分析
Type: OpenClaw Skill
Name: gws-docs-write
Version: 1.0.12
The skill bundle contains documentation and metadata for a Google Docs integration ('gws-docs-write'). The instructions in SKILL.md are consistent with the stated purpose of appending text to a document, include a safety caution for write operations, and do not contain any malicious code, suspicious network calls, or prompt-injection attempts.
能力评估
Purpose & Capability
Name/description (append text to Google Docs) align with the SKILL.md content: it runs a single gws CLI command to append text to a document. The only declared runtime requirement is the 'gws' binary, which is coherent with the described functionality.
Instruction Scope
SKILL.md's instructions are narrowly scoped to running 'gws docs +write --document <ID> --text <TEXT>' and explicitly caution to confirm with the user before executing. However the file instructs the reader to consult '../gws-shared/SKILL.md' for auth and global flags — that external file is not included in this skill bundle, so the full runtime behavior (what auth is used, what global flags are applied) is unknown.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing will be written to disk by an install step. This is low-risk in terms of install mechanism.
Credentials
This SKILL.md declares no required environment variables or credentials, yet it defers auth and global flags to an external 'gws-shared' SKILL.md. That external dependency likely contains credential requirements (CLI tokens, OAuth, or environment vars). Because those requirements are not declared here, the skill's requested permissions are unclear and may be disproportionate to what this single command needs.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does allow normal autonomous invocation (platform default) but there is no evidence this skill attempts to modify other skills or agent configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gws-docs-write - 安装完成后,直接呼叫该 Skill 的名称或使用
/gws-docs-write触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated SKILL.md metadata version number from 0.22.4 to 0.22.5.
- No functional changes; documentation version bump only.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated version in metadata from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated version to 0.22.2 in metadata.
- No other functionality or documentation changes.
v1.0.8
- Updated version metadata from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
- Updated skill version from 0.21.2 to 0.22.0 in documentation.
- No usage, flag, or functionality changes; version increment only.
v1.0.6
- Bumped skill metadata version from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated skill version to 0.21.1 in SKILL.md (was 0.20.1).
- No changes to usage, features, or functionality.
v1.0.4
- Updated version in documentation metadata from 0.20.0 to 0.20.1.
- No changes to usage, functionality, or documentation content.
v1.0.3
- Updated version to 0.20.0 in SKILL.md.
- No functional or documentation changes beyond the version bump.
v1.0.2
- Updated SKILL.md to align metadata versioning with project conventions.
- Moved version field into metadata and set to 0.19.0.
- Removed redundant top-level version entry.
v1.0.1
- Updated SKILL.md formatting for the bins list in metadata (now uses YAML array style).
- No functional or usage changes. Documentation layout is slightly improved for clarity.
v1.0.0
- Initial release of gws-docs-write.
- Adds the ability to append plain text to a Google Doc using the CLI.
- Requires specifying both document ID and text to append.
- Text is always added at the end of the document body.
- Includes usage examples, flag reference, and important usage precautions.
元数据
常见问题
Gws Docs Write 是什么?
Google Docs: Append text to a document. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 539 次。
如何安装 Gws Docs Write?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-docs-write」即可一键安装,无需额外配置。
Gws Docs Write 是免费的吗?
是的,Gws Docs Write 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gws Docs Write 支持哪些平台?
Gws Docs Write 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gws Docs Write?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills