← Back to Skills Marketplace
Recipe Generate Report From Sheet
by
googleworkspace-bot
· GitHub ↗
· v1.0.13
· MIT-0
419
Downloads
0
Stars
9
Active Installs
14
Versions
Install in OpenClaw
/install recipe-generate-report-from-sheet
Description
Read data from a Google Sheet and create a formatted Google Docs report.
Usage Guidance
Things to check before installing/using this skill:
- Confirm that the gws binary and the gws-sheets/gws-docs/gws-drive skills are installed and authenticated with the correct Google account; the recipe does not declare required credentials itself.
- Be aware the recipe will share the generated document with the hard-coded address [email protected]. If that recipient is incorrect or external to your org, sensitive data could be leaked. Modify the recipe to prompt for recipient email or remove the automatic sharing step.
- Verify OAuth scopes granted to the gws tool: it needs read access to Sheets and create/write/share access to Drive/Docs. Grant the minimum scopes necessary.
- Test on non-sensitive sample data first to confirm behavior and outputs (DOC_ID handling, creation output mapping, and permission creation).
- If you need tighter control, request the author replace hard-coded values (SHEET_ID, DOC_ID, recipient email) with parameters or interactive prompts so the agent cannot automatically share files without explicit confirmation.
Capability Analysis
Type: OpenClaw Skill
Name: recipe-generate-report-from-sheet
Version: 1.0.13
The skill is a standard automation recipe for Google Workspace, designed to read data from Google Sheets and generate a Google Docs report. It uses legitimate 'gws' commands (sheets, docs, drive) to perform its stated tasks, and the instructions in SKILL.md are consistent with the described functionality without any signs of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description align with the instructions: the SKILL.md runs gws sheets, docs, and drive commands to read a Sheet, create a Doc, write content, and set permissions. Declared required binary (gws) and required companion skills (gws-sheets, gws-docs, gws-drive) are consistent with the stated purpose.
Instruction Scope
Instructions stay within the Sheet→Doc workflow, but include a hard-coded sharing step that creates a permission for the email [email protected]. That sharing action has potential for data exfiltration if the sheet contains sensitive data. The SKILL.md does not prompt for or document confirmation of recipients or scopes.
Install Mechanism
Instruction-only skill (no install spec, no code files). This minimizes install risk because nothing is downloaded or written by the skill itself.
Credentials
No environment variables or credentials are declared, but the commands require authenticated access to Google APIs (Sheets/Docs/Drive). The recipe relies on the presence/authorization of the gws binary and companion gws-* skills; the lack of an explicit primary credential or documented auth requirements is a gap that could be confusing or lead to unintended use of existing Google credentials.
Persistence & Privilege
Skill is not always-enabled and doesn't request elevated persistent privileges in its metadata. It doesn't indicate modifying other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-generate-report-from-sheet - After installation, invoke the skill by name or use
/recipe-generate-report-from-sheet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.13
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md.
- No other content or functional changes.
v1.0.12
- Updated skill metadata version from 0.22.3 to 0.22.4 in SKILL.md.
- No other changes to functionality or instructions.
v1.0.11
- Updated metadata version from 0.22.2 to 0.22.3 in SKILL.md.
- No changes to functionality or usage instructions.
v1.0.10
- Updated the skill version in SKILL.md metadata from 0.22.1 to 0.22.2.
- No changes to functionality, steps, or documentation content.
v1.0.9
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.8
- Updated the skill version from 0.21.2 to 0.22.0 in the metadata.
- No changes to functionality or documentation content.
v1.0.7
- Updated skill metadata version from 0.21.1 to 0.21.2 in SKILL.md.
- No changes to functionality or documentation content.
v1.0.6
- Updated skill version from 0.20.1 to 0.21.1 in metadata.
- No changes to recipe steps or functionality.
v1.0.5
- Bumped metadata version from 0.20.0 to 0.20.1 in SKILL.md.
- No changes to features or functionality.
- Documentation content remains unchanged.
v1.0.4
- Updated skill version to 0.20.0 in metadata.
- No changes to usage, steps, or functionality.
v1.0.3
- Updated version metadata format and value in SKILL.md
- Removed explicit version field from top-level and added under metadata
- No functional changes to skill steps or usage instructions
v1.0.2
- Updated formatting in the SKILL.md metadata section for consistency.
- No changes to functionality or recipe steps.
v1.0.1
- Updated the Sheets read step: changed parameter from "--spreadsheet-id" to "--spreadsheet"
- No other content or version changes were made
v1.0.0
Initial release: Generates a formatted Google Docs report from Google Sheets data.
- Reads data from a specified Google Sheet.
- Creates a new Google Docs report document.
- Writes a structured summary and top deals section.
- Shares the generated report with specified stakeholders.
Metadata
Frequently Asked Questions
What is Recipe Generate Report From Sheet?
Read data from a Google Sheet and create a formatted Google Docs report. It is an AI Agent Skill for Claude Code / OpenClaw, with 419 downloads so far.
How do I install Recipe Generate Report From Sheet?
Run "/install recipe-generate-report-from-sheet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Generate Report From Sheet free?
Yes, Recipe Generate Report From Sheet is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Generate Report From Sheet support?
Recipe Generate Report From Sheet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Generate Report From Sheet?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.13.
More Skills