← 返回 Skills 市场
87
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install google-docs-create-document
功能描述
Atomic node skill to create a Google Doc using the gog CLI.
使用说明 (SKILL.md)
Lean Philosophy (Principles)
- Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
- Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.
- Jidoka (自働化): This node includes autonomous defect detection. It relies on the CLI's self-healing loop and will report errors if the creation fails.
Google Docs Create Document
This skill allows the agent to create a new Google Document using the native CLI.
Cognitive Directives
WHEN [A new Google Doc needs to be created]
THEN [Execute the native terminal command gog docs create \x3Ctitle> --json]
Schema Example
{
"command": "gog docs create \"My New Document\" --json"
}
Expected Output
A JSON object with the new document ID and details.
安全使用建议
This skill is narrowly scoped and appears coherent, but before installing: 1) Verify the 'gog' binary on your system is the legitimate CLI you expect (check its provenance/version and source). 2) Understand that gog will need Google credentials (OAuth tokens or saved config) stored on the machine — confirm where those are stored and whether you are comfortable allowing an agent to invoke the CLI using them. 3) If you run agents in shared or automated environments, consider whether creating documents via the gog CLI could expose tokens or create documents unintentionally. 4) If you need stronger assurance, run the `gog` command manually first to confirm behavior and error handling, or request the skill author to document authentication and error cases.
功能分析
Type: OpenClaw Skill
Name: google-docs-create-document
Version: 1.0.2
The skill is a straightforward wrapper for the 'gog' CLI to create Google Documents. It contains no suspicious logic, data exfiltration attempts, or malicious instructions, and its behavior is strictly aligned with the stated purpose in SKILL.md.
能力评估
Purpose & Capability
The skill is an atomic wrapper around the gog CLI to create a Google Doc. Requiring the 'gog' binary matches the stated purpose and there are no unrelated binaries or env vars declared.
Instruction Scope
SKILL.md directs a single, narrowly-scoped action: run `gog docs create <title> --json`. The instructions do not ask the agent to read unrelated files, environment variables, or transmit data to external endpoints beyond the CLI call.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written by the skill itself. This is the lowest-risk installation model.
Credentials
The skill declares no required environment variables or credentials. This is not inconsistent because the gog CLI commonly uses its own local OAuth/config files. However, the skill implicitly depends on whatever credentials/config the gog CLI needs (OAuth tokens, config files) — the SKILL.md does not document that or where those credentials live.
Persistence & Privilege
The skill is not always-enabled and uses default model invocation behavior. It does not request persistent system presence or modify other skills/configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-docs-create-document - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-docs-create-document触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Switched backend from the GoogleWorkspace plugin to the gog CLI for document creation.
- Updated dependencies to require the gog binary instead of the plugin.
- Revised usage and example schema to match the CLI-based workflow.
- Clarified expected output and streamlined documentation for simplicity.
v1.0.1
- Expanded OS compatibility from Windows-only to all operating systems.
- No other user-facing changes.
v1.0.0
- Initial release of the skill for creating new Google Docs using the GoogleWorkspace plugin.
- Atomic node design ensures simplicity and efficient task execution.
- Incorporates Lean principles (Kaizen, Standardized Work, Jidoka) for reliability and error detection.
- Usage: Execute when a new Google Doc needs to be created; returns confirmation with document ID.
元数据
常见问题
Google Docs Create Document 是什么?
Atomic node skill to create a Google Doc using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Google Docs Create Document?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-docs-create-document」即可一键安装,无需额外配置。
Google Docs Create Document 是免费的吗?
是的,Google Docs Create Document 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Docs Create Document 支持哪些平台?
Google Docs Create Document 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Docs Create Document?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.2。
推荐 Skills