One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill google-docs-abdullahbeam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: google-docs
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/google/google-docs
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill google-docs-abdullahbeam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, google-auth-oauthlib, google-api-python-client, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the tedious manual work of creating, editing, and organizing Google Docs, streamlining cloud-based document management for teams and individual users.

Core Features & Use Cases

  • Full Document CRUD: Create, read, update, rename, copy, and delete Google Docs content programmatically.
  • Advanced Editing: Perform find-and-replace, text insertion, heading/bullet list creation, and text formatting.
  • Export & Search: Export documents to PDF, DOCX, or HTML, and search for existing Google Docs by query.
  • Use Case: If you need to generate 50 employee onboarding documents from a master template, use this skill to copy the template, replace placeholder fields with new hire details, and export each as a shareable Doc in minutes.

Quick Start

Use the google-docs skill to create a new meeting notes document, add your discussion points, and share the link with your attendees.

Frequently Asked Questions about google-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Docs creation from a template?▼

To automate Google Docs creation, use scripts to copy a master template, perform find-and-replace operations for placeholder fields, and generate multiple documents like employee onboarding packets programmatically.

Can I manage Google Docs document lifecycle programmatically without manual cloud work?▼

Yes, you can manage the Google Docs document lifecycle programmatically by using scripts for full CRUD operations, including creating, reading, updating, renaming, copying, and deleting cloud documents.

Do I need OAuth authentication to edit and manage Google Docs in Google Workspace?▼

Yes, OAuth authentication is required for Google Docs and Drive APIs to enable automated text editing, formatting, and multi-format export within Google Workspace workflows.

How do I export Google Docs to PDF, DOCX, or HTML in bulk?▼

You can export Google Docs to PDF, DOCX, or HTML formats in bulk by executing supporting scripts that interact with the Google Drive API to automate multi-format document exports.

What is the best way to update text formatting across multiple cloud documents?▼

The best way to update text formatting across multiple cloud documents is using scripts for advanced text editing, including find-and-replace, text insertion, and heading or bullet list creation.

How does automated document management search for existing Google Docs by query?▼

Automated document management searches for existing Google Docs by query through scripts that connect to the Google Drive API, retrieving specific cloud documents without manual filtering.