What problem does it solve?
Building agents that safely read and update spreadsheets (Google Sheets, Excel, CSV, Airtable, Notion databases) is error-prone: agents hallucinate successful writes, pick the wrong sheet, or run destructive operations without confirmation. This Skill provides an authoring playbook that produces a complete, safety-hardened system prompt for any spreadsheet automation agent.
Core Features & Use Cases
- System prompt template: Generates a full agent prompt covering sheet selection, missing-input policy, decision rules, communication style, refusals, and completion criteria.
- Safety guardrails: Enforces read-before-write, write verification via read-back, dry-run confirmation for destructive operations, and clean refusal when no spreadsheet integration is attached.
- Tool selection guidance: Recommends attaching exactly one spreadsheet integration, plus optional date/time and scheduling tools for cadence-based workflows.
- Use Case: A user asks for an agent that updates a Google Sheet of leads every morning; the Skill produces a 'Leads Sheet Updater' agent with a prompt that appends new rows, flags stale leads, verifies writes, and reports the exact sheet, tab, range, and row counts.
Quick Start
Ask the agent builder to create an agent that updates your Google Sheet of leads every morning, and this playbook will generate the complete system prompt with safety rules and verification steps.