Real-time event streaming and subscription management for Google Workspace.
Works with
Provides three core resource types: subscriptions (create, list, get, delete, patch, reactivate), operations (poll long-running tasks), and message/task streaming for real-time event delivery
Includes helper commands for subscribing to Workspace events as NDJSON streams and renewing suspended subscriptions
Requires Google Workspace authentication and the gws binary; use gws schema to inspect method parameters
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versiongws-eventsExecute the skills CLI command in your project's root directory to begin installation:
Fetches gws-events from googleworkspace/cli and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate gws-events. Access via /gws-events in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
23.9K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
23.9K
stars
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws events <resource> <method> [flags]
| Command | Description |
|---|---|
+subscribe |
Subscribe to Workspace events and stream them as NDJSON |
+renew |
Renew/reactivate Workspace Events subscriptions |
stream — SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.get — Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.create — Creates a Google Workspace subscription. To learn how to use this method, see Create a Google Workspace subscription.delete — Deletes a Google Workspace subscription. To learn how to use this method, see Delete a Google Workspace subscription.get — Gets details about a Google Workspace subscription. To learn how to use this method, see Get details about a Google Workspace subscription.list — Lists Google Workspace subscriptions. To learn how to use this method, see List Google Workspace subscriptions.patch — Updates or renews a Google Workspace subscription. To learn how to use this method, see Update or renew a Google Workspace subscription.reactivate — Reactivates a suspended Google Workspace subscription. This method resets your subscription's State field to ACTIVE. Before you use this method, you must fix the error that suspended the subscription. This method will ignore or reject any subscription that isn't currently in a suspended state. To learn how to use this method, see Reactivate a Google Workspace subscription.cancel — Cancel a task from the agent. If supported one should expect no more task updates for the task.get — Get the current state of a task from the agent.subscribe — TaskSubscription is a streaming call that will return a stream of task update events. This attaches the stream to an existing in process task. If the task is complete the stream will return the completed task (like GetTask) and close the stream.pushNotificationConfigs — Operations on the 'pushNotificationConfigs' resourceBefore calling any API method, inspect it:
# Browse resources and methods
gws events --help
# Inspect a method's required params, types, and defaults
gws schema events.<resource>.<method>
Use gws schema output to build your --params and --json flags.
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
Registry listing for gws-events matched our evaluation — installs cleanly and behaves as described in the markdown.
gws-events has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in gws-events — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend gws-events for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
gws-events has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: gws-events is focused, and the summary matches what you get after install.
We added gws-events from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
gws-events reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: gws-events is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for gws-events matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 34