Gws Shared

🌐Community
by googleworkspace · vlatest · Repository

Gws Shared enables seamless Google Workspace integration, allowing you to securely share and collaborate on files directly within this agent.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gws-shared npx -- -y @trustedskills/gws-shared
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gws-shared": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gws-shared"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The gws-shared skill provides a shared library of utilities and common functions specifically designed to extend the capabilities of the Google Workspace CLI. It enables AI agents to perform complex administrative tasks across Gmail, Drive, Calendar, and other Workspace services with greater consistency. By standardizing access patterns, it simplifies the integration of diverse Workspace tools within automated workflows.

When to use it

  • Automating bulk management of Google Workspace resources like users, groups, or sharing permissions.
  • Building custom scripts that require cross-service logic between Gmail and Drive without rewriting core utilities.
  • Extending the default googleworkspace/cli functionality with specialized helper functions for enterprise environments.
  • Creating reusable agent workflows that need to interact with multiple Workspace APIs efficiently.

Key capabilities

  • Shared utility functions for interacting with various Google Workspace services.
  • Standardized access patterns for Gmail, Drive, Calendar, and other core tools.
  • Enhanced support for complex administrative operations within the CLI framework.
  • Modular design allowing seamless integration into larger automation pipelines.

Example prompts

  • "Use gws-shared to create a script that audits shared Drive folders across all domains in my organization."
  • "Help me build an agent workflow using gws-shared utilities to automatically archive old Gmail conversations and move them to long-term storage."
  • "Show me how to leverage the shared functions in gws-shared to synchronize user data between Google Calendar and a custom internal system."

Tips & gotchas

Ensure you have the base googleworkspace/cli installed before attempting to utilize gws-shared, as it relies on its underlying infrastructure. Be mindful that this skill acts as a library; specific implementation details often require combining these shared utilities with other targeted CLI commands or custom code logic.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
190

🌐 Community

Passed automated security scans.