Runtime debugging workflow with automated log collection. Use when fixing bugs that require runtime evidence (values, types, flow), when you'd otherwise ask user to "open DevTools, reproduce X, tell me what you see", or when bug depends on user interaction that can't be simulated. This skill automates log collection - logs are captured server-side and accessible programmatically.
Add this skill
npx mdskills install elie222/inbox-zeroComprehensive debugging workflow with hypothesis-driven instrumentation and automated log collection
Inbox Zero - your 24/7 AI email assistant
Organizes your inbox, pre-drafts replies, and tracks follow‑ups - so you reach inbox zero faster. Open source alternative to Fyxer, but more customisable and secure.
[Website](https://www.getinboxzero.com)
·
[Discord](https://www.getinboxzero.com/discord)
·
[Issues](https://github.com/elie222/inbox-zero/issues)
To help you spend less time in your inbox, so you can focus on what matters most.
Learn more in our docs.
![]() | |
|---|---|
| AI Assistant | Reply Zero |
| Gmail client | Bulk Unsubscriber |
To request a feature open a GitHub issue, or join our Discord.
We offer a hosted version of Inbox Zero at getinboxzero.com.
The fastest way to self-host Inbox Zero is with the CLI:
npx @inbox-zero/cli setup # One-time setup wizard
npx @inbox-zero/cli start # Start containers
For complete self-hosting instructions, production deployment, OAuth setup, and configuration options, see our Self-Hosting Docs.
git clone https://github.com/elie222/inbox-zero.git
cd inbox-zero
docker compose -f docker-compose.dev.yml up -d # Postgres + Redis
pnpm install
npm run setup # Interactive env setup
cd apps/web && pnpm prisma migrate dev && cd ../..
pnpm dev
See the Contributing Guide for more details including devcontainer setup.
View open tasks in GitHub Issues and join our Discord to discuss what's being worked on.
Docker images are automatically built on every push to main and tagged with the commit SHA (e.g., elie222/inbox-zero:abc1234). The latest tag always points to the most recent main build. Formal releases use version tags (e.g., v2.26.0).
Best experience: Claude Code
/plugin marketplace add elie222/inbox-zeroThen /plugin menu → select skill → restart. Use /skill-name:init for first-time setup.
Other platforms
Install via CLI
npx mdskills install elie222/inbox-zeroInbox Zero - your 24/7 AI email assistant is a free, open-source AI agent skill. Runtime debugging workflow with automated log collection. Use when fixing bugs that require runtime evidence (values, types, flow), when you'd otherwise ask user to "open DevTools, reproduce X, tell me what you see", or when bug depends on user interaction that can't be simulated. This skill automates log collection - logs are captured server-side and accessible programmatically.
Install Inbox Zero - your 24/7 AI email assistant with a single command:
npx mdskills install elie222/inbox-zeroThis downloads the skill files into your project and your AI agent picks them up automatically.
Inbox Zero - your 24/7 AI email assistant works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.