📧
AI EngineeringTypeScript

Create Agent

by agenticmail

Create Agent is an AI Engineering skill for Claude Code, published by agenticmail in agenticmail.

216 stars35 forkson agenticmail/agenticmailAdded 2026/09/04+1% in starsRepository updated 2026/09/03
agentagent-emailagent-smsaiai-agentclaude-codeclaude-code-pluginclaudemcpemailgoogle-voiceimapmcpmcp-servermessagingmodel-context-protocolopenclawphonesmssmtptypescript
Install in seconds
Install Create Agent
Copy Create Agent into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/agenticmail/agenticmail/tree/main/plugin/skills/create-agent ~/.claude/skills/create-agent

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/agenticmail/agenticmail.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugin/skills/create-agent/SKILL.md in agenticmail/agenticmail
Installs to
~/.claude/skills/create-agent
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering2970 skills

What Create Agent does

Create Agent creates a new AgenticMail agent with a name and role, then confirms the agent’s email address. Use it when you need a teammate for coordinated work over email.

Create Agent is cataloged under AI Engineering on DirSkills. Create Agent comes from a repository tagged agent, agent-email, agent-sms, ai and ai-agent.

Documentation

README

/agenticmail-create-agent

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

Steps

  1. Parse the first argument as the agent name. Parse the second (optional) argument as the role. If the role is not given, default to assistant.
  2. Call mcp__agenticmail__create_account with the name and role.
  3. Confirm the result by printing the new agent's email address and a one-line summary of what they can do.
  4. Suggest the next step. If the user is setting up a coordination task, tell them to send one kickoff email with all teammates on CC. If they wanted a solo agent, tell them how to address mail to <name>@localhost.

This is the opening of the README. Read the full README on GitHub.

Commands Create Agent provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /agenticmail-create-agent

Frequently asked about Create Agent

  • What else does agenticmail publish alongside Create Agent?

    Create Agent is one of 4 skills that DirSkills catalogs from agenticmail/agenticmail, the repository it ships in. Its siblings there include AgenticMail, AgenticMail Install and Coordinate. Each one is a separate skill with its own page in this directory, installs the same way Create Agent does, and is maintained by agenticmail in that same repository. The rest of the collection is listed on the agenticmail/agenticmail page.

  • How does Create Agent compare to other AI Engineering skills?

    Create Agent ranks #2631 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Create Agent against them. Open each page to compare what they document and how they install.