plugin/skills/install/SKILL.md
Install and bootstrap AgenticMail (one-time setup that gives every agent a real email address)
npx skillsauth add agenticmail/agenticmail plugin/skills/installInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the AgenticMail bootstrap pipeline for the user. This is a one-time setup. It does the following:
npm install -g @agenticmail/cli@latest.agenticmail bootstrap. This is non-interactive. It will:
~/.agenticmail/config.json~/.claude.json and starts the dispatcher daemon under PM2)When it finishes, tell the user one thing: restart Claude Code so the new MCP server connection takes effect. After the restart, every AgenticMail agent is a real identity with its own inbox and is reachable through the agenticmail MCP tools.
node -v. If the major version is below 22, stop and tell the user how to upgrade.which agenticmail. If yes, run agenticmail --version and skip step 3.npm install -g @agenticmail/cli@latestagenticmail bootstrapwake-budget exhausted warnings without knowing where the lever is. Ask the user:
agenticmail-claudecode tune --max-wakes-per-thread <N> [--max-concurrent <M>]
pm2 restart agenticmail-claudecode-dispatcher
This writes ~/.agenticmail/dispatcher.json — plain JSON, you can also edit it directly if needed.agenticmail status and a fresh session.If the user wants to add a Gmail relay or a custom domain later, they run agenticmail setup (interactive). The plugin and the bootstrap do not need any user input by default. There is also a one-line installer hosted on GitHub if the user prefers curl | bash:
curl -fsSL https://raw.githubusercontent.com/agenticmail/agenticmail/main/install.sh | bash
tools
🎀 AgenticMail — Full email, SMS, phone call-control, Telegram, media, memory, storage & multi-agent coordination for AI agents. 89 tools.
tools
Create a new AgenticMail agent with a name and a role, ready to coordinate with others over email
tools
Kick off a multi-agent coordination task. Sends one email thread that CC's the whole team and lets them take turns.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.