This gives Claude direct access to Google Docs through the API. It handles the full lifecycle: create documents, read content as markdown or PDF, append and insert text at specific positions, and even import local markdown files as properly formatted Google Docs. The import feature is notably well-implemented, using Drive's HTML conversion to preserve tables, code blocks, and formatting with high fidelity. Setup requires the usual OAuth dance with GCP credentials, but the skill includes a check command that verifies dependencies and API connectivity before you start. Authentication can be finicky with scope issues, though the docs link out to troubleshooting guides. Solid choice if you need Claude to draft or update documents programmatically rather than just chat about them.
npx skills add https://github.com/odyssey4me/agent-skills --skill google-docs