skills/google-sheets/SKILL.md
Read, write, and analyze Google Sheets with AI-powered insights, formula generation, and data summarization. Powered by evolink.ai
npx skillsauth add evolinkai/evolink-skills Google Sheets AssistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read, write, and analyze Google Sheets with AI-powered data insights, formula generation, and summarization — all from your terminal.
Powered by Evolink.ai + Maton
Sign up at maton.ai, then copy your key from maton.ai/settings.
export MATON_API_KEY="your-maton-key"
bash scripts/sheets.sh connection create
Open the returned URL in your browser to authorize Google access.
bash scripts/sheets.sh read SPREADSHEET_ID "Sheet1!A1:D10"
Get a free EvoLink key at evolink.ai/signup:
export EVOLINK_API_KEY="your-evolink-key"
bash scripts/sheets.sh ai-analyze SPREADSHEET_ID
Requires EVOLINK_API_KEY. Get one free
| Command | Description |
|---------|-------------|
| bash scripts/sheets.sh read <ID> [range] | Read values (default: Sheet1) |
| bash scripts/sheets.sh write <ID> <range> <json> | Write values to range |
| bash scripts/sheets.sh append <ID> <range> <json> | Append rows |
| bash scripts/sheets.sh info <ID> | Get spreadsheet metadata |
| bash scripts/sheets.sh create <title> | Create new spreadsheet |
| bash scripts/sheets.sh clear <ID> <range> | Clear a range |
| bash scripts/sheets.sh format <ID> <json> | Apply batchUpdate formatting |
| Command | Description |
|---------|-------------|
| bash scripts/sheets.sh connection list | List Google connections |
| bash scripts/sheets.sh connection create | Connect Google account |
| bash scripts/sheets.sh connection delete <id> | Remove connection |
| Command | Description |
|---------|-------------|
| bash scripts/sheets.sh ai-analyze <ID> [range] | Analyze data patterns |
| bash scripts/sheets.sh ai-formula <description> | Generate formula |
| bash scripts/sheets.sh ai-summary <ID> [range] | Summarize data |
Read a range:
bash scripts/sheets.sh read 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms "Sheet1!A1:D10"
Write values:
bash scripts/sheets.sh write 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms "Sheet1!A1" '[["Name","Score"],["Alice",95],["Bob",87]]'
Create a new spreadsheet:
bash scripts/sheets.sh create "Q1 Sales Report"
Generate a formula:
bash scripts/sheets.sh ai-formula "sum all values in column B where column A equals Sales"
| Variable | Default | Required | Description |
|---|---|---|---|
| MATON_API_KEY | — | Yes | Maton API key for Google Sheets access. Get one |
| EVOLINK_API_KEY | — | Optional (AI) | EvoLink API key for AI features. Get one free |
| EVOLINK_MODEL | claude-opus-4-6 | No | Model for AI processing. EvoLink API |
Required binaries: python3, curl
Important: Data Consent
All spreadsheet operations are proxied through gateway.maton.ai, which manages your Google OAuth tokens. By setting MATON_API_KEY and authorizing via the connection flow, you consent to Maton accessing your Google Sheets on your behalf.
AI commands (ai-analyze, ai-formula, ai-summary) transmit spreadsheet data to api.evolink.ai for processing by Claude. By setting EVOLINK_API_KEY and using these commands, you explicitly consent to this transmission. Data is not stored after the response is returned.
Core operations never transmit data to evolink.ai — only to the Maton gateway.
Network Access
gateway.maton.ai — Google Sheets API proxy (all operations)ctrl.maton.ai — OAuth connection managementapi.evolink.ai — AI features only (optional)Persistence & Privilege
This skill creates temporary files for API request payloads which are cleaned up automatically. No credentials or persistent data are stored locally.
development
Seedance 2.0 AI video generation via EvoLink API. Three modes — text-to-video, image-to-video (1-2 images), reference-to-video (images + videos + audio). Auto audio (voice, SFX, BGM). Works with OpenClaw, Claude Code, Cursor. Powered by ByteDance Seedance 2.0.
development
AI image generation & editing — GPT Image, GPT-4o, Seedream, Qwen, WAN, Gemini. Text-to-image, image-to-image, inpainting. 19 models, one API key.
development
Read, write, and analyze Google Sheets with AI-powered insights, formula generation, and data summarization. Powered by evolink.ai
development
Gmail API integration with smart AI features — read, send, search, and manage emails with Claude-powered summarization and drafting. Powered by evolink.ai