claudedwithlove
explore/agentgrow-chrome-extension

agentgrow-chrome-extension

Cherished

AgentGrow is a Chrome extension that automates browser tasks by connecting to any LLM provider—filling forms, drafting emails, summarizing content, and extracting data from web pages. Built with user privacy as a core principle, it encrypts API keys locally, requires explicit approval before actions, and sends zero telemetry to external servers. Developers and power users can bring their own language model (OpenAI, Anthropic, Ollama, or compatible endpoints) without vendor lock-in or subscription requirements.

·0··submitted April 16, 2026
View on GitHub
Clauded With Love Rating
7.4 / 10

AgentGrow is a privacy-focused Chrome extension that automates browser tasks using any LLM provider, with features like form filling, email drafting, and content summarization. The project emphasizes security with encrypted API key storage, action approval gates, and zero telemetry collection.

Code Quality7.5
Usefulness8.5
Claude Usage6.0
Documentation8.0
Originality7.0
Highlights
  • Comprehensive security architecture with AES-GCM-256 encryption, auth-gated messaging, and strict CSP implementation
  • Provider-agnostic design supporting OpenAI, Anthropic, Ollama, and any OpenAI-compatible endpoint with dynamic model discovery
  • User safety features including explicit action approval, visible control indicators, and privacy-by-design with local-only data processing
To Improve
  • Add comprehensive test coverage including unit tests for security functions and integration tests for LLM provider interactions
  • Implement proper error boundaries and fallback mechanisms for network failures and API rate limiting scenarios