
Guidance for working across multiple connected Google accounts — managing email, calendar events, and files for personal and work accounts simultaneously.
Google Workspace MCP tools: shared patterns for flags, formatting, multi-account routing, and security.
Read and manage Gmail across all connected Google accounts — search, send, reply, draft, archive, and label emails.
Browser automation via MCP tools. ALWAYS use these tools for ANY web task - navigating sites, clicking, typing, filling forms, taking screenshots, or extracting data. This is the ONLY way to control the browser.
View, create, update, and delete Google Calendar events across all connected accounts. Find free time for meetings.
Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.
Automate Google Sheets interactions through browser automation - create spreadsheets, enter data, apply formulas, and format cells.
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the AI's capabilities with specialized knowledge, workflows, or tool integrations.
Native desktop automation — mouse clicks, keyboard input, window management, and screenshots. ALWAYS requires user approval for every action. Use these tools for interacting with native desktop applications beyond CLI and browser.
Download files in Chrome on Windows and macOS. Handles triggering downloads, detecting and resolving popups, verifying completion, and locating files.
Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from disk. MUST be followed for all delete operations.
Research topics on the web, gather information from multiple sources, and summarize findings.
# Complete Task This tool signals task completion. The agent MUST call this tool to finish any task. ## Usage Call `complete_task` with: - `status`: "success", "blocked", or "partial" - `original_request_summary`: Restate what was asked (forces review) - `summary`: What you accomplished - `remaining_work`: (if blocked/partial) What's left to do ## Statuses - **success** — All parts of the request completed - **blocked** — Hit an unresolvable blocker, cannot continue - **partial** — Complet
Review code for bugs, security issues, performance problems, and best practices. Provide actionable feedback.
Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.