← 返回 Skills 市场
84
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install google-docs-read-document
功能描述
Atomic node skill to read 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 reading fails.
Google Docs Read Document
This skill allows the agent to read the plain text contents of a Google Document using the native CLI.
Cognitive Directives
WHEN [The contents of a Google Doc need to be read]
THEN [Execute the native terminal command gog docs cat \x3CdocId>]
Schema Example
{
"command": "gog docs cat doc_id_123"
}
Expected Output
The plain text content of the Google Doc.
安全使用建议
This skill is narrowly scoped and simply runs `gog docs cat <docId>` — ensure you trust the installed gog CLI (verify its origin and that it is properly authenticated). Be aware the agent will run that command with whatever gog credentials/configuration exist on the host, so it can only access documents that the gog client already has permission to read; if you want to limit risk, use a least-privilege gog configuration or a read-only service account and avoid giving the agent IDs for highly sensitive documents. Also confirm you are comfortable with the agent executing the gog binary autonomously (disable autonomous invocation if you prefer manual control).
能力评估
Purpose & Capability
The skill is an atomic instruction to run the gog CLI command `gog docs cat <docId>` to read a document. Requiring the gog binary is appropriate and proportional for the stated purpose; no unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md only directs execution of a single CLI command to obtain the document's plain text. It does not instruct the agent to read unrelated files, environment variables, system paths, or send data to other endpoints. It assumes the gog CLI is present and authenticated, which is reasonable for this task.
Install Mechanism
There is no install spec — the skill is instruction-only. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no env vars or credentials. However, the gog CLI itself typically requires authentication (OAuth tokens or local config). The agent running this skill will inherit whatever access the installed gog client has; this is expected but worth noting.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not request persistent presence, nor does it modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-docs-read-document - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-docs-read-document触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated to use the gog CLI instead of the GoogleWorkspace plugin for reading Google Docs.
- Skill now requires the gog binary instead of the plugin dependency.
- Instructions and examples updated to reflect the use of the gog CLI command.
- Output is now the plain text content of the Google Doc.
v1.0.1
- Expanded OS support from Windows-only to all operating systems.
- No functional or interface changes.
v1.0.0
Google Docs Read Document 1.0.0 – Initial Release
- Introduces an atomic node skill to read content from a Google Doc using the GoogleWorkspace plugin.
- Requires the google-workspace-plugin and runs on Windows.
- Reports errors automatically if document reading fails.
- Takes a document ID as input and outputs the document's content and metadata in JSON format.
元数据
常见问题
Google Docs Read Document 是什么?
Atomic node skill to read a Google Doc using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Google Docs Read Document?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-docs-read-document」即可一键安装,无需额外配置。
Google Docs Read Document 是免费的吗?
是的,Google Docs Read Document 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Docs Read Document 支持哪些平台?
Google Docs Read Document 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Docs Read Document?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.2。
推荐 Skills