← 返回 Skills 市场
Recipe Generate Report From Sheet
作者
googleworkspace-bot
· GitHub ↗
· v1.0.13
· MIT-0
419
总下载
0
收藏
9
当前安装
14
版本数
在 OpenClaw 中安装
/install recipe-generate-report-from-sheet
功能描述
Read data from a Google Sheet and create a formatted Google Docs report.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recipe-generate-report-from-sheet - 安装完成后,直接呼叫该 Skill 的名称或使用
/recipe-generate-report-from-sheet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Recipe Generate Report From Sheet 是什么?
Read data from a Google Sheet and create a formatted Google Docs report. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。
如何安装 Recipe Generate Report From Sheet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-generate-report-from-sheet」即可一键安装,无需额外配置。
Recipe Generate Report From Sheet 是免费的吗?
是的,Recipe Generate Report From Sheet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Recipe Generate Report From Sheet 支持哪些平台?
Recipe Generate Report From Sheet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recipe Generate Report From Sheet?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.13。
推荐 Skills