R
recipe-create-feedback-form
by @googleworkspacev
4.5(140)
创建一个Google表单用于收集反馈,并通过Gmail分享给相关人员。
安装方式
npx skills add googleworkspace/cli --skill recipe-create-feedback-formcompare_arrows
Before / After 效果对比
1 组使用前
过去,我需要手动打开Google Forms,新建表单,逐个添加问题,设置分享权限,然后切换到Gmail撰写邮件并附上链接,整个过程耗时且容易遗漏步骤,尤其在紧急情况下效率低下。
使用后
现在,只需一个指令,系统就能自动创建预设的Google反馈表单,并立即通过Gmail发送给指定收件人,大大节省了我的时间,确保了反馈收集的及时性和准确性,让我能专注于内容本身。
SKILL.md
Create and Share a Google Form
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms,gws-gmail
Create a Google Form for feedback and share it via Gmail.
Steps
- Create form:
gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' - Get the form URL from the response (responderUri field)
- Email the form:
gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量14.4K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组
用户评分
4.5(140)
5
24%
4
51%
3
24%
2
2%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月23日