← 返回 Skills 市场
9096
总下载
8
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install google-docs
功能描述
Google Docs API integration with managed OAuth. Create documents, insert text, apply formatting, and manage content. Use this skill when users want to interact with Google Docs. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
安全使用建议
Install this only if you are comfortable authorizing Maton to access your Google Docs. Review Google OAuth scopes, prefer read-only access where possible, require explicit confirmation before writes or deletes, and revoke unused connections when done.
能力评估
Credentials
Network access, Bash commands, OAuth login, and Google Docs API calls are proportionate for a Google Docs integration; there is no bundled executable code in the artifact.
Install Mechanism
Installation relies on the external Maton CLI via npm or Homebrew, which is disclosed and coherent with the integration but should be installed only from the stated package sources.
Instruction Scope
The skill directs agents to default to read/list operations, confirm every write or connection creation, specify the target account/connection when needed, and treat fetched document content as untrusted data.
Persistence & Privilege
OAuth tokens or API keys are stored by the Maton CLI/OS credential store, and the skill gives explicit guidance not to print, extract, persist, or expose credentials.
Purpose & Capability
The stated purpose is to read, create, and update Google Docs through the Maton gateway, and the documented commands match that purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-docs - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-docs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.8
- Removed the skill-card.md file.
- No changes were made to implementation or functionality.
- Documentation and usage instructions remain unchanged.
v1.0.7
- Added CLI command examples throughout the documentation for managing Google Docs and connections.
- Documented CLI installation methods (npm and Homebrew).
- Enhanced authentication instructions with dedicated CLI and manual setup sections.
- Provided equivalent CLI, Python, and API examples for all connection management actions.
- Included common CLI workflows for viewing, creating, and updating Google Docs.
- General documentation improvements for clarity and ease of use.
v1.0.6
- Updated all endpoint URLs from gateway.maton.ai and ctrl.maton.ai to api.maton.ai.
- Clarified connection management steps and emphasized use of the `Maton-Connection` header when multiple connections exist.
- Added section on security and permissions, requiring explicit user confirmation before write operations.
- Removed the LICENSE.txt file from the repository.
v1.0.5
- Added a new `clawdbot` metadata field with an emoji and required environment variable `MATON_API_KEY`.
- No other functionality or documentation changes.
v1.0.4
- Added a troubleshooting section for "Invalid App Name" errors, clarifying required URL structure.
- Updated the troubleshooting section for API key issues (previously titled "Invalid API Key") for clarity and accuracy.
- No code or functional changes; documentation improvements only.
v1.0.3
- All curl-based Bash examples are now replaced with Python one-liner scripts using urllib.
- Added a new "Troubleshooting: Invalid API Key" section with step-by-step instructions to diagnose invalid API key issues.
- Modernized code snippets for connection management (list, create, get, delete) to use Python, matching the updated approach.
- Core API usage and authentication details remain unchanged.
v1.0.2
- Added clarification in the description that for third-party apps other than Google Docs, users should use the api-gateway skill instead.
- Updated all sample curl commands to use environment variable syntax ($MATON_API_KEY) for API keys.
- Added important usage notes about using curl with brackets (recommending curl -g) and handling environment variables when piping output to jq or other commands to prevent API key expansion issues.
v1.0.1
- Updated documentation to clarify that the base URL uses /google-docs/{native-api-path} and requires substitution of the API endpoint path.
- Added detailed sample response to the Get Connection section, including new fields (creation_time, last_updated_time, metadata).
- Included instructions for specifying the Google Docs connection using the Maton-Connection header, supporting multiple connections.
- Minor improvements to authentication instructions, now mentioning account creation.
- General clarifications and formatting improvements throughout the documentation.
v1.0.0
Initial release of Google Docs integration with managed OAuth:
- Create, retrieve, and update Google Docs via API.
- Supports document creation, text insertion, formatting, and content management.
- OAuth authentication and connection management handled through Maton platform.
- Includes sample code for JavaScript and Python.
- Comprehensive API reference and error handling information.
元数据
常见问题
google-docs 是什么?
Google Docs API integration with managed OAuth. Create documents, insert text, apply formatting, and manage content. Use this skill when users want to interact with Google Docs. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 9096 次。
如何安装 google-docs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-docs」即可一键安装,无需额外配置。
google-docs 是免费的吗?
是的,google-docs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
google-docs 支持哪些平台?
google-docs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 google-docs?
由 byungkyu(@byungkyu)开发并维护,当前版本 v1.2.0。
推荐 Skills