gws-sharedgws CLI: Shared patterns for authentication, global flags, and output formatting.
Install via ClawdBot CLI:
clawdbot install googleworkspace-bot/gws-sharedGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/googleworkspace/cli`Audited Apr 16, 2026 · audit v1.0
Generated Mar 20, 2026
An IT administrator uses gws-shared to automate user provisioning and deprovisioning across Google Workspace services like Drive and Gmail. They script bulk operations with --json flags for request bodies and --dry-run for validation, ensuring compliance and reducing manual errors in onboarding/offboarding processes.
A data analyst extracts and formats data from Google Sheets for business reports using gws-shared. They utilize --params for querying specific ranges and --format csv or json for output, integrating the CLI into automated pipelines to generate daily insights without manual spreadsheet access.
A security auditor scans Google Drive for sensitive information by running gws-shared commands with --sanitize to screen PII. They use --page-all to paginate through large file lists and --output to save logs, helping organizations maintain data privacy and regulatory compliance efficiently.
A marketing team manages campaign assets stored in Google Drive, using gws-shared to upload files with --upload and organize metadata via --json. They automate updates across multiple resources, leveraging --format table for quick reviews and ensuring consistent branding across digital channels.
A company builds a SaaS platform that integrates gws-shared to offer automated Google Workspace management tools to clients. They charge subscription fees based on usage tiers, providing features like user analytics and compliance reporting, with revenue generated from monthly or annual licenses.
A consulting firm uses gws-shared to deliver custom automation solutions for businesses migrating to or optimizing Google Workspace. They offer one-time project fees and ongoing support contracts, generating revenue by reducing clients' operational costs through tailored CLI scripts and training.
A developer community monetizes gws-shared by providing premium support, custom extensions, and enterprise features around the open-source CLI. Revenue comes from paid support plans, sponsored features, and donations, leveraging the project's GitHub repository for community engagement and issue tracking.
💬 Integration Tip
Integrate gws-shared into existing DevOps pipelines by using environment variables for authentication and scripting common operations with --dry-run first to validate commands before full execution.
Scored Apr 19, 2026
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
Set up Gmail API access via gog CLI with manual OAuth flow. Use when setting up Gmail integration, renewing expired OAuth tokens, or troubleshooting Gmail authentication on headless servers.
Automate OAuth login flows with user confirmation via Telegram. Supports 7 providers: Google, Apple, Microsoft, GitHub, Discord, WeChat, QQ. Features: - Auto-detect available OAuth options on login pages - Ask user to choose via Telegram when multiple options exist - Confirm before authorizing - Handle account selection and consent pages automatically
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
Zoho People API integration with managed OAuth. Manage employees, departments, designations, attendance, and leave. Use this skill when users want to read, create, update, or query HR data like employees, departments, designations, and forms in Zoho People. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
OAuth token refresh management for Google APIs via gog CLI.