
agentmail-to/agentmail-skills
2 skills2.6k installs30 starsGitHub
Install
npx skills add https://github.com/agentmail-to/agentmail-skillsSkills in this repo
1AgentmailAgentmail is an agent skill for solo builders shipping apps that react to inbound email through AgentMail. It explains when HTTP webhooks beat other channels—production apps with a public endpoint, event-driven architectures, and server-side event processing—and walks through registering a callback URL with an explicit list of event types, which is mandatory on create. The readme includes parallel TypeScript and Python snippets for creating a webhook for message.received, listing registered endpoints, and deleting by webhook id. Builders use it while wiring notifications into agents, support queues, or automations that must fire as soon as mail lands in an inbox. For machines without a routable URL, the skill directs you to the websockets path so you do not misconfigure webhooks during local iteration.1.7kinstalls2Agentmail CliAgentmail-cli is an agent skill that teaches your coding assistant to operate the AgentMail command-line client so you can send and receive email programmatically. Solo and indie builders use it when shipping agents or SaaS features that need real inboxes, outbound notifications, threaded conversations, drafts, or inbound webhooks instead of one-off SMTP hacks. The workflow centers on installing agentmail-cli globally, setting AGENTMAIL_API_KEY, then creating inboxes and driving nested resources such as inboxes:messages for send, reply, and forward, plus list and retrieve for ingestion. Because every action is explicit CLI syntax with inbox and message identifiers, it fits agentic loops that must verify delivery, poll mail, or automate support-like flows during build and early operate. It is an integration playbook, not a deliverability or copywriting methodology.896installs