Gws Workflow
Automates Google Workspace tasks like file sharing, approvals, and notifications based on defined workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-workflow npx -- -y @trustedskills/gws-workflow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-workflow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-workflow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The gws-workflow skill enables AI agents to discover and install specific workflows within the Google Workspace CLI ecosystem. It streamlines the setup of complex automation tasks by providing direct access to pre-built workflow definitions managed by the official Google Workspace team.
When to use it
- Automating routine administrative tasks like user provisioning or permission management across your organization.
- Deploying custom data synchronization rules between Google Drive, Gmail, and Calendar without manual scripting.
- Integrating third-party services with native Google Workspace tools through established workflow templates.
- Rapidly prototyping new automation ideas by installing community-vetted workflows before building custom solutions.
Key capabilities
- Discovery of available workflow templates within the Google Workspace CLI repository.
- Installation and configuration of specific workflow definitions directly from the command line.
- Management of workflow versions to ensure agents run on stable, tested automation logic.
- Integration with the broader
googleworkspace/cliinfrastructure for unified tool execution.
Example prompts
- "Install the latest user provisioning workflow from the Google Workspace CLI repository."
- "Discover all available workflows related to calendar management and show me their descriptions."
- "Set up a new automation task using the 'data-sync' workflow template provided by googleworkspace/cli."
Tips & gotchas
Ensure your environment has the googleworkspace/cli tool installed and authenticated before attempting to use this skill, as it relies on CLI permissions. Always verify the source of a workflow before installation to ensure it aligns with your organization's security policies.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.