Google Workflow: Announce a Drive file in a Chat space.
gws-workflow-email-to-task
gws-workflow-email-to-task is an open-source workflow skill for Claude Code and compatible agents, published by googleworkspace. Its author describes it as: “Google Workflow: Convert a Gmail message into a Google Tasks entry.”. The project has 30k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/googleworkspace/cli ~/.claude/skills/gws-workflow-email-to-task`.
What gws-workflow-email-to-task does
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Installation
Add gws-workflow-email-to-task to your agent with:
git clone https://github.com/googleworkspace/cli ~/.claude/skills/gws-workflow-email-to-task Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for gws-workflow-email-to-task is organised into these sections:
- Usage
- Flags
- Examples
- Tips
- See Also
When to use it
Reach for gws-workflow-email-to-task when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear Apache-2.0 license — safe to read and adapt
- Ships in googleworkspace/cli, an established project with 30,434 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does gws-workflow-email-to-task do?
- Google Workflow: Convert a Gmail message into a Google Tasks entry.
- How do I install gws-workflow-email-to-task?
- Run git clone https://github.com/googleworkspace/cli ~/.claude/skills/gws-workflow-email-to-task in your agent, then reload your skills. Review the source at https://github.com/googleworkspace/cli before installing.
- Is gws-workflow-email-to-task free to use?
- Yes. gws-workflow-email-to-task is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Where does gws-workflow-email-to-task come from?
- gws-workflow-email-to-task ships inside googleworkspace/cli, a repository that contains 41 catalogued skills in total. The repository's 30,434 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Workflow →Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.