plugin/skills/create-agent/SKILL.md
Create a new AgenticMail agent with a name and a role, ready to coordinate with others over email
npx skillsauth add agenticmail/agenticmail plugin/skills/create-agentInstall 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.
Create a fresh AgenticMail agent and confirm it is reachable. Use this when the user wants to spin up a teammate for a multi-agent task.
The user's arguments are: $ARGUMENTS
assistant.mcp__agenticmail__create_account with the name and role.<name>@localhost.The dispatcher will pick up the new agent within milliseconds via the system-events push, so the agent is wake-able immediately. No restart needed for fresh agents.
tools
🎀 AgenticMail — Full email, SMS, phone call-control, Telegram, media, memory, storage & multi-agent coordination for AI agents. 89 tools.
tools
Install and bootstrap AgenticMail (one-time setup that gives every agent a real email address)
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.