mygopher-gdrive

Read and write XLS/XLSX files and PDFs using openpyxl and PyPDF2/fpdf2.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/StevenMih/amicable --skill mygopher-gdrive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mygopher-gdrive
Source: https://github.com/StevenMih/amicable/tree/main/deploy/mygopher/skills/mygopher-gdrive
Command: npx skills add https://github.com/StevenMih/amicable --skill mygopher-gdrive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, PyPDF2, fpdf2, and includes scripts (resource) components.

What problem does it solve?

This skill allows for the creation, reading, and writing of local spreadsheet files (XLS/XLSX) and the creation and reading of PDF documents, without relying on cloud services.

Core Features & Use Cases

  • Local Spreadsheet Management: Read data from existing XLSX files and write new data to create or update them.
  • Local PDF Operations: Extract text content from existing PDF files and generate new PDF documents from provided text and structure.
  • Use Case: You need to quickly generate a simple report in an XLSX format from a list of data, or extract the text from a downloaded PDF manual for offline reference.

Quick Start

Use the mygopher-gdrive skill to read the data from the local file '/home/openclaw/gopher/data.xlsx'.

Frequently Asked Questions about mygopher-gdrive

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

FAQPage Schema
How do I read and write data in local XLSX files without using cloud services?

To manipulate local XLSX files offline, you can read data from existing spreadsheets and write new data to create or update them using the openpyxl library. This allows for local data processing without relying on cloud-based document services.

What is the best way to generate a PDF from text locally?

The best way to generate a PDF locally is by using the fpdf2 library to create new PDF documents from provided text and structure. This offline document generation process operates entirely on your local machine without cloud dependencies.

Does this approach support offline spreadsheet management for generating simple reports?

Yes, offline spreadsheet management supports generating simple reports in XLSX format from a list of data. It utilizes openpyxl to write new data, creating or updating local spreadsheet files specifically for offline data processing tasks.

What are the limitations of using local file operations for document generation?

The main limitation is the exclusion of cloud-based document services, restricting all operations to local file processing. It is specifically designed for offline tasks, meaning it cannot sync with or retrieve documents from cloud storage platforms.