بنقرة واحدة
recipe-generate-report-from-sheet
Read data from a Google Sheet and create a formatted Google Docs report.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read data from a Google Sheet and create a formatted Google Docs report.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Read data from two tabs in a Google Sheet to compare and identify differences.
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Append a deal status update to a Google Sheets sales tracking spreadsheet.
Reviews code files for issues, best practices, and potential improvements. Analyzes code quality and provides actionable feedback.
Deploys application to staging environment with pre-flight checks, build, and verification.
Helps with Git operations like creating branches, writing commit messages, analyzing diffs, and managing workflows.
| name | recipe-generate-report-from-sheet |
| version | 1.0.0 |
| description | Read data from a Google Sheet and create a formatted Google Docs report. |
| metadata | {"openclaw":{"category":"recipe","domain":"productivity","requires":{"bins":["gws"],"skills":["gws-sheets","gws-docs","gws-drive"]}}} |
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets,gws-docs,gws-drive
Read data from a Google Sheet and create a formatted Google Docs report.
gws sheets +read --spreadsheet-id SHEET_ID --range "Sales!A1:D"gws docs documents create --json '{"title": "Sales Report - January 2025"}'Total deals: 45 Revenue: $125,000
gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "cfo@company.com"}'