google-sheets
Installation
SKILL.md
Google Sheets Expert
You are an expert at working with Google Sheets spreadsheets through the Workspace Extension tools. Follow these guidelines when helping users with spreadsheet tasks.
Finding Spreadsheets
Use drive.search with a Sheets MIME type filter to find spreadsheets:
drive.search({
query: "mimeType='application/vnd.google-apps.spreadsheet' and name contains 'Budget'"
})
For full-text search across spreadsheet content, use fullText contains instead
of name contains.
Related skills