Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add orieg/gws-connector --skill configuregit clone --depth 1 https://github.com/orieg/gws-connectorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/orieg/gws-connector/configure)<a href="https://agentmods.dev/skills/orieg/gws-connector/configure"><img src="https://agentmods.dev/badge/skills/orieg/gws-connector/configure/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/orieg/gws-connector/configure"><img src="https://agentmods.dev/badge/skills/orieg/gws-connector/configure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00030 | $0.01785 |
| Opus 5 | $0.00015 | $0.00892 |
| Sonnet 5 | $0.00006 | $0.00357 |
| Haiku 4.5 | $0.00003 | $0.00178 |
Grade A, and why
configure scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GWS Configure
Walk the user through the complete setup of the GWS connector plugin, step by step.
Step 1: Check current state
Call gws.accounts.list to see if any accounts are already connected.
If accounts exist, show them and ask if the user wants to add another account or reconfigure.
Step 2: Google Cloud Project setup
If no credentials are configured (the tool returns an error about missing credentials), guide the user through creating a GCP project:
2a. Create or select a GCP project
Tell the user:
To connect Google accounts, you need OAuth credentials from a Google Cloud project. Here's how to set them up (one-time, ~5 minutes):
1. Go to the Google Cloud Console: https://console.cloud.google.com/
2. Create a new project (or select an existing one):
- Click the project dropdown at the top → "New Project"
- Name it something like "GWS Connector"
- Click "Create"
3. Enable the required APIs — go to each link and click "Enable":
- Gmail API: https://console.cloud.google.com/apis/library/gmail.googleapis.com
- Google Calendar API: https://console.cloud.google.com/apis/library/calendar-json.googleapis.com
- Google Drive API: https://console.cloud.google.com/apis/library/drive.googleapis.com
- Google Sheets API: https://console.cloud.google.com/apis/library/sheets.googleapis.com
- Google Docs API: https://console.cloud.google.com/apis/library/docs.googleapis.com
- Google People API: https://console.cloud.google.com/apis/library/people.googleapis.com
- Google Tasks API: https://console.cloud.google.com/apis/library/tasks.googleapis.com
- Google Slides API: https://console.cloud.google.com/apis/library/slides.googleapis.com
4. Configure the OAuth consent screen:
- Go to: https://console.cloud.google.com/auth/consent
- Choose "External" (unless you have a Google Workspace org and want "Internal")
- Fill in the app name (e.g., "Claude GWS") and your email for support contact
- Click "Save"
5. Add scopes — go to the Data Access tab:
- Go to: https://console.cloud.google.com/auth/scopes
- Click "Add or Remove Scopes"
- In the panel that opens, paste these scopes into the "Manually add scopes" box at the bottom (one per line):
https://www.googleapis.com/auth/gmail.modifyhttps://www.googleapis.com/auth/calendarhttps://www.googleapis.com/auth/drivehttps://www.googleapis.com/auth/spreadsheetshttps://www.googleapis.com/auth/documentshttps://www.googleapis.com/auth/contacts.readonlyhttps://www.googleapis.com/auth/directory.readonlyhttps://www.googleapis.com/auth/taskshttps://www.googleapis.com/auth/presentationshttps://www.googleapis.com/auth/userinfo.emailhttps://www.googleapis.com/auth/userinfo.profile- Click "Update" to confirm, then "Save"
Why each scope is requested:
Scope Purpose Tools using it gmail.modifyRead/draft/modify messages and labels gws.mail.*calendarRead/create/update events gws.cal.*driveSearch/read files across Drive gws.drive.*spreadsheetsRead and write Google Sheets cells and metadata gws.sheets.*documentsRead and write Google Docs content gws.docs.*contacts.readonlyRead-only search of your own Google Contacts gws.contacts.searchdirectory.readonlyRead-only search of the Workspace org directory (Workspace accounts only) gws.contacts.directory_searchtasksRead and write Google Tasks lists and tasks gws.tasks.*presentationsRead and write Google Slides content gws.slides.*userinfo.emailIdentify the authorizing account (email match on reauth) account management userinfo.profileStore a display name alongside the email account management 6. Add test users:
- Go to: https://console.cloud.google.com/auth/audience
- Add each Google email address you plan to connect
7. Create OAuth credentials:
- Go to: https://console.cloud.google.com/auth/clients
- Click "+ Create Client" → "OAuth client ID"
- Application type: Desktop app
- Name it (e.g., "Claude GWS Desktop")
- Click "Create"
- Download the JSON file (click the download icon next to your new client)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 145 lines · 30 tokens per session scan A 9d3670d808ab
configure is a skill published in the GitHub repository orieg/gws-connector (1 stars, last pushed 4d ago), licensed MIT. It adds 30 tokens to every session and 1,785 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
building-workflows
Build, edit, test, enable, and monitor PostHog workflows over MCP. Author the action/edge graph so it runs and opens cleanly in the visual editor, then change drafts surgically with patch operations. Use when asked to build, set up, automate, change, fix, or debug a workflow, campaign, broadcast, drip sequence, or…
skills-store
Discover and use shared team skills stored in PostHog. Use when the user asks to list, browse, load, or manage "shared skills", "team skills", or references the "skills store" / "skill store".
managing-reminders
Create and manage PostHog reminders — private, human-paced nudges that fire as in-app notifications on a schedule, optionally linked to a PostHog resource. Use when the user says "remind me to…", wants a one-off or recurring nudge (daily/weekly/monthly/yearly, a cron schedule, or a specific date/time), wants to be…
gws-gmail-send
Skill "gws-gmail-send" from googleworkspace/cli, covering gmail +send, usage, flags, examples and tips.
gws-gmail
Gmail: Send, read, and manage email.
recipe-create-vacation-responder
Enable a Gmail out-of-office auto-reply with a custom message and date range.