Use when creating, listing, reading or sending Gmail drafts. Triggers: "utwórz szkic na gmailu", "zapisz wersję roboczą gmail", "pokaż szkice gmail", "wyślij szkic".
Use when reading or searching the Gmail mailbox — listing messages by Gmail query, reading a message, or viewing a thread. Triggers: "sprawdź maile na gmailu", "znajdź wiadomość od X na gmailu", "przeczytaj nieprzeczytane gmail", "pokaż wątek".
Use when sending an email from the Gmail mailbox — plain or HTML, with attachments or as a reply. Triggers: "wyślij maila z gmaila", "odpowiedz na wiadomość gmail", "wyślij załącznik gmailem".
Use when configuring or troubleshooting Gmail access for this plugin — checking that the .env credentials exist and IMAP login works. Triggers: "skonfiguruj gmail", "czy gmail działa", "sprawdź połączenie gmail", "gmail nie loguje".
Gmail mailbox operations over IMAP/SMTP (App Password): read/search, send and
drafts. Ships Claude Code skills (gmail-setup, gmail-read, gmail-send,
gmail-drafts) backed by the gmail CLI.
Credentials live in a
.envfile outside the repository. The plugin never contains or logs access keys.
Installation has two parts: the skills (via the Claude Code marketplace) and
the CLI backend (gmail, a Python package).
In Claude Code:
/plugin marketplace add lutencjusz/claude-gmail-plugin
/plugin install gmail@claude-gmail-plugin
gmail CLI backendThe skills call the gmail binary. Install it from the repository (requires
uv):
uv tool install git+https://github.com/lutencjusz/claude-gmail-plugin.git
# -> ~/.local/bin/gmail(.exe)
Alternatively, from a local clone:
git clone https://github.com/lutencjusz/claude-gmail-plugin.git
cd claude-gmail-plugin
uv tool install .
Enable 2FA and IMAP on your Gmail account (Settings → "Forwarding and POP/IMAP").
Generate a 16-character App Password: https://myaccount.google.com/apppasswords
Create a .env file (see .env.example). Default location:
~/.secrets/gmail-plugin.env. Override the path with the GMAIL_PLUGIN_ENV
environment variable.
[email protected]
GMAIL_APP_PASSWORD=xxxxxxxxxxxxxxxx
Verify:
gmail auth-status
{"ok": true, ...} → you're set.
gmail-setup — verify configuration and connectivitygmail-read — search / get / threadgmail-send — send (immediate; --dry-run previews the plan without sending)gmail-drafts — create / list / get / send drafts.env is in .gitignore and never reaches the repository.Credentials.__repr__ redacts the password; the secret is not serialized to output.--dry-run to preview the plan without network access.uv sync # dependencies
uv run pytest -v # tests (offline, mocked IMAP/SMTP)
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 lutencjusz/claude-gmail-plugin --plugin gmailObsługa hostingu home.pl: komendy przez SSH, transfer plików SFTP i poczta IMAP/SMTP.
Obsługa serwera VPS Mikrus: komendy przez SSH, transfer plików (SCP) i operacje przez API mikr.us.
Listy zakupów Listonic w Claude Code: odczyt/edycja list, własna historia zakupów i ranking popularnych produktów. Skille + backend CLI w Pythonie.
Obsługa Google NotebookLM z Claude Code: zarządzanie notebookami, dodawanie źródeł, pytania z cytatami i pobieranie transkryptów (backend CLI notebooklm-py).
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.