Gws Keep
Gws Keep automatically archives inactive Google Workspace items like Drive files & emails, saving storage and simplifying cleanup.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-keep npx -- -y @trustedskills/gws-keep
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-keep": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-keep"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The gws-keep skill enables AI agents to persist specific Google Workspace resources, such as Drive files or Calendar events, ensuring they remain accessible within the agent's operational context across different sessions. It acts as a memory mechanism for the googleworkspace/cli, allowing the agent to retain stateful data without manual re-entry.
When to use it
- Session Continuity: Maintain access to critical documents or meeting schedules when an AI agent restarts or switches tasks.
- Context Preservation: Ensure specific Google Drive files remain available for analysis during long-running multi-step workflows.
- State Management: Prevent data loss in scenarios where the agent needs to reference previously processed information from Google Workspace services.
Key capabilities
- Persists selected Google Workspace resources within the agent's active session.
- Integrates directly with the
googleworkspace/clicommand-line interface. - Manages stateful data retention for Drive files and Calendar events.
Example prompts
- "Use gws-keep to save this specific Drive file so I can reference it later in our project."
- "Keep the current Google Calendar event details active while we schedule follow-up meetings."
- "Persist these shared documents in my workspace context for the next analysis task."
Tips & gotchas
Ensure you have the necessary permissions to access and modify the specific Google Workspace resources you intend to keep. This skill is designed for state management within the CLI environment, so it may not function if the agent lacks direct command-line access to your Google Workspace account.
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.