Google Docs: Append text to a document.
Cli
Cli is an open-source docs skill for Gemini CLI, published by googleworkspace. Its author describes it as: “Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.”. The project has 30k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/googleworkspace/cli ~/.claude/skills/cli`.
Installation
Add Cli to your agent with:
git clone https://github.com/googleworkspace/cli ~/.claude/skills/cli Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Cli when you want docs help from Gemini CLI without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear Apache-2.0 license — safe to read and adapt
- Ships in googleworkspace/cli, an established project with 30,072 GitHub stars
- Declares compatibility with Gemini CLI
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does Cli do?
- Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
- How do I install Cli?
- Run git clone https://github.com/googleworkspace/cli ~/.claude/skills/cli in your agent, then reload your skills. Review the source at https://github.com/googleworkspace/cli before installing.
- Is Cli free to use?
- Yes. Cli is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Which agents does Cli work with?
- Cli declares compatibility with Gemini CLI. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
- Where does Cli come from?
- Cli ships inside googleworkspace/cli, a repository that contains 41 catalogued skills in total. The repository's 30,072 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Docs →Read and write Google Docs.
Automated Cherry Studio review for local branches, PRs, commits, files, architecture docs, and repository skills. Use for code or documentation reviews that need project-specific naming, main/renderer/shared placement and dependency rules, IpcApi and DataApi boundaries, lifecycle/service ownership, renderer hooks, React/UI conventions, and tests. Supports single-agent review with interactive fix selection or multi-agent reviewer-verifier review with risk-based auto-fix. To diagnose gaps in the skill after a review session, run `/gh-pr-review diag`.
Markdown to WeChat CLI | 一键排版发布到微信公众号:支持 40+ 排版样式和专业主题 、AI 配图 、批量发布 、多账号管理
The method for finding the gap between what a system is supposed to do and what the code actually does — the class of bug generic scanners miss because they have no model of intent. Defines what counts as documented intent, what counts as implementation evidence, which mismatches matter, and how to avoid hand-wavy findings. Use when auditing AI-built code, reviewing access control against documented permissions, or checking whether a codebase matches its own documentation.