Recipe Generate Report From Sheet
Generates detailed recipe reports from Google Sheets data, including ingredient costs, nutritional info, and potential variations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-generate-report-from-sheet npx -- -y @trustedskills/recipe-generate-report-from-sheet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-generate-report-from-sheet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-generate-report-from-sheet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The recipe-generate-report-from-sheet skill enables AI agents to extract structured data from Google Sheets and automatically generate formatted reports. It bridges raw spreadsheet data with narrative insights, allowing agents to summarize trends or create specific document types directly within the sheet environment.
When to use it
- Transforming raw sales figures in a spreadsheet into a weekly performance summary email draft.
- Converting inventory stock levels into a concise status report highlighting low-stock items.
- Generating a project timeline overview based on dates and milestones listed in a tracking sheet.
- Creating a financial variance analysis narrative by comparing budget columns against actual spend columns.
Key capabilities
- Reads and parses data directly from Google Sheets cells.
- Generates natural language summaries based on the extracted data.
- Produces structured reports suitable for email or document attachment.
- Operates within the Google Workspace ecosystem without manual data export.
Example prompts
- "Analyze the sales data in Sheet ID '12345' and write a brief report on Q3 performance trends."
- "Create a status update summarizing the inventory levels from my shared spreadsheet."
- "Generate a project timeline report based on the dates and tasks listed in this sheet."
Tips & gotchas
Ensure the AI agent has explicit read access to the specific Google Sheet, as it cannot infer permissions. For best results, keep the source data clean and structured in columns to facilitate accurate parsing into the final report narrative.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.