google-workspacebrowser-automationskillsskills-discovery
More workspace automation, better changelog timing, and updated MCP setup
- Google Workspace skills are now available — SuprLogs now includes new skills for Google Calendar, Docs, Drive, Gmail, Sheets, and Slides, plus shared utilities. We also added helpful personas for customer support and sales operations, along with ready-made recipes for common tasks like reporting from Sheets and organizing Drive folders.
- New browser automation workflows for agents — A new **agent-browser** skill makes it easier to navigate websites, fill out forms, capture screenshots, record video, and work with authenticated sessions. We also added a skill finder to help you discover and install more agent skills.
- Supabase has been removed from the default MCP setup — The default `mcp.json` configuration now only includes Firecrawl. If you relied on Supabase being preconfigured, you’ll need to add it back manually.
Also in this release
New Features4 updates
New Features4 updates
- Added Google Workspace skills for Calendar, Docs, Drive, Gmail, Sheets, Slides, and shared utilities.
- Added persona skills for customer support and sales operations, plus ready-to-use workflow recipes for Sheets reports and Drive folder organization.
- Added the new agent-browser skill for browsing, form filling, screenshots, video recording, and session handling.
- Added a skill finder to help discover and install additional agent skills.
Improvements4 updates
Improvements4 updates
- Expanded the locked skill set with new Vercel Labs skills for browser automation and React best practices.
- Updated the local environment example with Supabase and PostHog MCP variables for easier setup.
- Added a helper script so Cursor can open the project with MCP environment variables loaded automatically.
- Updated ignore rules to keep upload files and the cloned SuprKeywords project folder out of version control.
Bug Fixes5 updates
Bug Fixes5 updates
- Fixed weekly and monthly changelog dates so they now show the day the period ended, not the day it started.
- Fixed backfill so only fully completed daily, weekly, and monthly periods are created when importing data.
- Fixed timezone handling for daily, weekly, and monthly boundaries, including fractional offsets and daylight saving time changes.
- Fixed the period aggregation scheduler so missed runs are retried automatically on the next hourly check.
- Fixed duplicate summary requests by checking whether a period summary already exists before rerunning aggregation.
Breaking Changes1 updates
Breaking Changes1 updates
- Removed Supabase from the default MCP configuration in `mcp.json`, leaving Firecrawl as the only built-in integration.
Security1 updates
Security1 updates
- Updated the ignore list to exclude the secrets directory from source control.
Documentation2 updates
Documentation2 updates
- Added detailed browser automation guides covering authentication patterns, command usage, snapshots, sessions, proxy support, video recording, and profiling.
- Added reference docs for reusing saved sessions, managing browser snapshots, and handling dialogs safely.