By bgaldino
Find unresolved Google Docs/Sheets/Slides comments where you are @mentioned — even docs you never opened
A Claude Code plugin that finds all unresolved Google Docs, Sheets, and Slides comments where you are @mentioned — including docs you never opened.
Someone @mentions you in a Google Doc comment. You get an email notification. It scrolls below the fold. Three weeks later you realize you never responded.
This plugin catches those by searching your Gmail notifications and cross-referencing against the actual comment resolution status per document.
From inside a Claude Code session (GUI/TUI):
/plugin marketplace add bgaldino/find-google-mentions
/plugin install find-google-mentions@bgaldino-find-google-mentions
From the terminal:
claude plugin marketplace add bgaldino/find-google-mentions
claude plugin install find-google-mentions@bgaldino-find-google-mentions
After install, reload plugins in your current session:
/reload-plugins
Inside a Claude Code session:
/open-comments # default: last 30 days
/open-comments 7 # last 7 days
/open-comments 90 # last 90 days
One-shot from the terminal (no interactive session):
claude -p "/open-comments 30"
With a specific model (Sonnet is faster, Opus is more thorough):
claude -p "/open-comments 7" --model sonnet
Skip permission prompts (auto-approve all tool calls):
claude -p "/open-comments 7" --dangerouslySkipPermissions
Or whitelist only the Google Workspace tools:
claude -p "/open-comments 7" \
--allowedTools "mcp__plugin_google-workspace_vmcp-google-workspace__search_gmail_messages,mcp__plugin_google-workspace_vmcp-google-workspace__get_gmail_messages_content_batch,mcp__plugin_google-workspace_vmcp-google-workspace__list_document_comments,mcp__plugin_google-workspace_vmcp-google-workspace__list_spreadsheet_comments,mcp__plugin_google-workspace_vmcp-google-workspace__list_presentation_comments"
Shell alias (optional):
# Add to ~/.zshrc or ~/.bashrc
alias open-comments='claude -p "/open-comments" --model sonnet'
Then just run:
open-comments # 30-day default
open-comments 7 # last 7 days
from:[email protected] in the time windowNeeds Your Response (newest first)
| # | Document | Who | What they need | Date | Link |
|---|-------------------|--------------|----------------------------|--------|-----------------------------|
| 1 | Q4 Launch Plan | Jane D. | "Can you confirm the date?"| Jun 10 | [Open](https://docs.go...) |
| 2 | Pricing Model v3 | Alex M. | "Is this the right tier?" | Jun 08 | [Open](https://docs.go...) |
| 3 | Partner Deck | Sam R. | "Add your slide by Friday" | May 29 | [Open](https://docs.go...) |
You Replied But Thread Still Open
| # | Document | Who | Status | Date | Link |
|---|-------------------|--------------|----------------------------|--------|-----------------------------|
| 1 | API Design Doc | Chris T. | You replied "yes" — still | Jun 05 | [Open](https://docs.go...) |
| | | | open | | |
Summary: 3 threads need your response across 3 documents.
1 thread is open but you already replied.
Send a teammate these two lines:
/plugin marketplace add bgaldino/find-google-mentions
/plugin install find-google-mentions@bgaldino-find-google-mentions
They paste them into any Claude Code session. Done.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bgaldino/find-google-mentions --plugin find-google-mentionsUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Make your AI agent code with your project's architecture, rules, and decisions.