Gws Apps Script Push
Automates tasks & data exchange between Google Workspace and Apps Script by pushing scripts and data seamlessly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-apps-script-push npx -- -y @trustedskills/gws-apps-script-push
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-apps-script-push": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-apps-script-push"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The gws-apps-script-push skill enables AI agents to execute Google Apps Script code directly within the Google Workspace CLI environment. It streamlines automation by allowing agents to push scripts to specific projects or folders without manual intervention.
When to use it
- Automating repetitive data entry tasks across multiple Google Sheets or Docs files.
- Deploying custom web apps built with Apps Script for internal business tools.
- Triggering scheduled functions that sync data between Gmail and Drive.
- Managing script permissions and versions programmatically via the CLI.
Key capabilities
- Direct execution of Apps Script code blocks.
- Pushing scripts to designated Google Workspace projects.
- Integration with the
googleworkspace/clifor command-line operations. - Support for deploying both simple and advanced script types.
Example prompts
- "Push this new Apps Script function to my 'Marketing Automation' project folder."
- "Execute a backup routine in Google Sheets using the gws-apps-script-push skill."
- "Deploy the latest version of our internal reporting tool script to production."
Tips & gotchas
Ensure your AI agent has the necessary OAuth scopes granted to access your Google Workspace projects before attempting to push scripts. This skill requires a valid connection to the googleworkspace/cli infrastructure; it does not work in isolated environments without network access to Google APIs.
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.