Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

google-sheets-assistantGoogle sheets 助手

Agent Skill

google-sheets-assistant 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,036

周安装

124

GitHub Stars

公开资料未说明

下载量

972
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:google-sheets-assistant(Google sheets 助手)
来源仓库:https://github.com/evolinkai/google-sheets-assistant
安装命令:
openclaw skills install google-sheets-assistant
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install google-sheets-assistant

简介

通过人工智能驱动的见解、公式生成和数据汇总来读取、编写和分析 Google 表格。由 evolink.ai 提供支持

SKILL.md

name
Google Sheets Assistant
description
Read, write, and analyze Google Sheets with AI-powered insights, formula generation, and data summarization. Powered by evolink.ai
version
1.0.2
homepage
https://github.com/EvoLinkAI/google-sheets-skill-for-openclaw
metadata
{"openclaw":{"homepage":"https://github.com/EvoLinkAI/google-sheets-skill-for-openclaw","requires":{"bins":["python3","curl"],"env":["MATON_API_KEY","EVOLINK_API_KEY"]},"primaryEnv":"MATON_API_KEY"}}

Google Sheets Assistant

Read, write, and analyze Google Sheets with AI-powered data insights, formula generation, and summarization — all from your terminal.

Powered by Evolink.ai + Maton

When to Use

  • User says "read my spreadsheet", "get data from Google Sheets"
  • User wants to write data, update cells, or append rows
  • User says "create a spreadsheet" or "make a new sheet"
  • User wants formatting: "make the header bold", "resize columns"
  • User says "analyze this data", "find patterns"
  • User asks "what formula would...", "suggest a formula for..."
  • User says "summarize the spreadsheet"
  • User needs to connect their Google account

Quick Start

1. Get your Maton API key

Sign up at maton.ai, then copy your key from maton.ai/settings.

export MATON_API_KEY="your-maton-key"

2. Connect your Google account

bash scripts/sheets.sh connection create

Open the returned URL in your browser to authorize Google access.

3. Read a spreadsheet

bash scripts/sheets.sh read SPREADSHEET_ID "Sheet1!A1:D10"

4. (Optional) Enable AI features

Get a free EvoLink key at evolink.ai/signup:

export EVOLINK_API_KEY="your-evolink-key"

5. Try AI analysis

bash scripts/sheets.sh ai-analyze SPREADSHEET_ID

Capabilities

Core Operations

  • Read — Fetch and display spreadsheet values with aligned table output
  • Write — Update cell values in any range
  • Append — Add new rows to the end of a range
  • Info — Get spreadsheet metadata (title, sheets, dimensions)
  • Create — Create a new spreadsheet
  • Clear — Clear values from a range
  • Format — Apply formatting via Google Sheets batchUpdate API

Connection Management

  • List — View active Google OAuth connections
  • Create — Start OAuth flow to connect a Google account
  • Delete — Remove a connection

AI Features (Optional)

Requires EVOLINK_API_KEY. Get one free

  • ai-analyze — AI-powered data analysis with patterns, insights, and recommendations
  • ai-formula — Generate Google Sheets formulas from natural language descriptions
  • ai-summary — Summarize spreadsheet content with key figures and trends

Commands

Core Operations

CommandDescription
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

Connection Management

CommandDescription
bash scripts/sheets.sh connection listList Google connections
bash scripts/sheets.sh connection createConnect Google account
bash scripts/sheets.sh connection delete <id>Remove connection

AI Operations

CommandDescription
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

Examples

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"

Configuration

VariableDefaultRequiredDescription
MATON_API_KEYYesMaton API key for Google Sheets access. Get one
EVOLINK_API_KEYOptional (AI)EvoLink API key for AI features. Get one free
EVOLINK_MODELclaude-opus-4-6NoModel for AI processing. EvoLink API

Required binaries: python3, curl

Security

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 management
  • api.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.

Links

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.18%
按下载量换算867

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills