Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

google-sheets-reportingGoogle sheets reporting 开发

Agent Skill

google-sheets-reporting 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,408

周安装

466

GitHub Stars

公开资料未说明

下载量

3,691
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install google-sheets-reporting

简介

自动生成 Google Sheets 数据报告与阈值警报通知。

  • 适用于定期指标监控、异常值提醒与多表数据整合。
  • 支持自动检测关键列并配置邮件或 webhook 告警。
  • 需授予读取目标表格权限并设置定时任务触发器。
  • 报告内容基于当前数据快照,不保证实时性。google-sheets-reporting 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
google-sheets-reporting
description
Automated reporting and alerts from Google Sheets data. Daily summaries with auto-detected metrics, configurable threshold alerts, and weekly multi-sheet digest emails. 3 production-ready n8n workflows.
tags
[reporting, google-sheets, alerts, analytics, email, dashboards, automation, n8n]
author
mhmalvi
version
1.2.0
license
CC BY-NC-SA 4.0
metadata
clawdbot
emoji
\F4CA
requires
n8nCredentials
[google-sheets-oauth2, smtp]
env
[REPORT_EMAIL, ALERT_THRESHOLDS]
os
[linux, darwin, win32]

Google Sheets Reporting

Automated reporting and alerting from any Google Sheets data. Get daily summaries, threshold-based alerts, and weekly digest emails without building dashboards.

Problem

Teams store operational data in Google Sheets but lack automated reporting. Checking sheets manually is tedious, and important changes (threshold violations, trends) go unnoticed until it's too late.

This skill turns any Google Sheet into an automated reporting system with zero code changes.

What It Does

  1. Daily Summary — Auto-detects numeric columns, calculates sum/avg/min/max, emails formatted report
  2. Threshold Alerts — Checks values against configurable min/max thresholds hourly, sends alert emails when violated
  3. Weekly Digest — Multi-sheet summary every Monday with period-over-period comparison

Included Workflows

#FilePurpose
0101-daily-summary.jsonDaily aggregate statistics email for any sheet
0202-threshold-alerts.jsonHourly threshold monitoring with alert emails
0303-weekly-digest.jsonWeekly multi-sheet digest email (Monday 9AM)

Architecture

Daily (once):
    |
    v
Workflow 01: Daily Summary
    +-> Read sheet data
    +-> Auto-detect numeric columns
    +-> Calculate sum, avg, min, max
    +-> Count categories in first text column
    +-> Email formatted report

Hourly:
    |
    v
Workflow 02: Threshold Alerts
    +-> Read sheet data
    +-> Check each value against thresholds
    +-> IF violations found -> email alert
    +-> Thresholds configurable via env variable

Weekly (Monday 9AM):
    |
    v
Workflow 03: Weekly Digest
    +-> Read primary + secondary sheets in parallel
    +-> Summarize both sheets
    +-> Email combined digest

Required n8n Credentials

Credential TypeUsed ForPlaceholder in JSON
Google Sheets OAuth2Reading sheet dataYOUR_GOOGLE_SHEETS_CREDENTIAL_ID
SMTPSending reports and alertsYOUR_SMTP_CREDENTIAL_ID

Configuration Placeholders

PlaceholderDescription
YOUR_REPORT_SHEET_IDGoogle Sheet ID to monitor
YOUR_GOOGLE_SHEETS_CREDENTIAL_IDn8n Google Sheets credential ID
YOUR_SMTP_CREDENTIAL_IDn8n SMTP credential ID
YOUR_NOTIFICATION_EMAILEmail for reports and alerts

Environment Variables

# Required
REPORT_EMAIL=your-email@example.com

# Optional: Threshold configuration (JSON)
ALERT_THRESHOLDS='{"revenue":{"min":100,"max":null,"label":"Revenue"},"error_count":{"min":null,"max":10,"label":"Errors"}}'

Threshold Configuration

Thresholds are configured via the ALERT_THRESHOLDS environment variable as JSON:

{
  "column_name": {
    "min": 100,
    "max": null,
    "label": "Display Name"
  }
}
  • min — Alert if value falls below this (set null to disable)
  • max — Alert if value exceeds this (set null to disable)
  • label — Human-readable name for alert emails

Quick Start

1. Prerequisites

  • n8n v2.4+ (self-hosted)
  • Google Sheets OAuth2 credentials
  • SMTP email credentials
  • A Google Sheet with data (any structure works)

2. Import & Configure

Import all 3 JSON files into n8n. Replace YOUR_REPORT_SHEET_ID with your sheet's ID and set credential placeholders.

3. Customize Sheet Names

Edit the Google Sheets nodes to match your tab names (default: "Data" and "Sheet2").

4. Set Thresholds

Configure ALERT_THRESHOLDS env var for your columns, or edit the Code node defaults directly.

5. Activate

Activate all 3 workflows. You'll receive your first daily summary within 24 hours.

Use Cases

  1. Sales teams — Daily revenue summaries and low-sales alerts from order sheets
  2. Support teams — Ticket count monitoring with escalation alerts
  3. Marketing — Campaign performance digests from tracking sheets
  4. Operations — Inventory level alerts and daily status reports
  5. Finance — Expense monitoring with budget threshold alerts

Requirements

  • n8n v2.4+ (self-hosted or cloud)
  • Google Sheets OAuth2 credentials
  • SMTP email credentials

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

77.27%
按下载量换算2,852

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills