Gws Vault

🌐Community
by googleworkspace · vlatest · Repository

Gws Vault securely stores and manages Google Workspace data backups, ensuring business continuity and disaster recovery protection.

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-vault npx -- -y @trustedskills/gws-vault
2

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

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

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

About This Skill

The gws-vault skill enables AI agents to securely manage Google Workspace credentials and secrets within the googleworkspace/cli environment. It acts as a centralized vault, allowing agents to retrieve stored authentication tokens and API keys without exposing them in logs or prompts.

When to use it

  • Automating repetitive administrative tasks that require persistent access to Google Drive, Gmail, or Calendar APIs.
  • Managing sensitive service account credentials for internal bots or integration scripts.
  • Ensuring secure credential handling when deploying AI agents to production Google Workspace environments.
  • Avoiding the need to hardcode API keys directly into agent configuration files or prompt contexts.

Key capabilities

  • Secure storage and retrieval of Google Workspace authentication secrets.
  • Integration with the googleworkspace/cli toolchain for seamless execution.
  • Protection of sensitive data by preventing plaintext exposure during agent operations.

Example prompts

  • "Retrieve my stored service account key from the vault to connect to the Drive API."
  • "Update the credentials in gws-vault for the new marketing automation bot."
  • "List all active Google Workspace secrets currently managed in this vault."

Tips & gotchas

Ensure your AI agent has the necessary permissions to read or write to the specific vault instance before attempting credential retrieval. Always verify that the googleworkspace/cli is correctly initialized and authenticated before invoking vault operations, as the skill relies on an existing secure session context.

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
159

🌐 Community

Passed automated security scans.