Release 0.4.0: consolidate agentmail-skills content, add education skills#5
Merged
Conversation
…/toolkit docs Add agent-email-patterns and email-for-ai-agents skills (moved from agentmail-skills), document admin APIs (sign-up, domains, allow/block lists), pagination/retry/raw-MIME in agentmail, expand agentmail-cli with pods/webhooks/domains/forward/HTML-send, add per-client config and auth to agentmail-mcp, and a framework import table to agentmail-toolkit. Bump all four manifests to 0.4.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 14, 2026
SanjithSambath
added a commit
that referenced
this pull request
Jul 14, 2026
Revert "Release 0.4.0" (PR #5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes this repo the single source of truth for AgentMail skill content, absorbing everything from agentmail-skills (which becomes a read-only auto-synced mirror — see the companion mirror-workflow PR).
Changes
agent-email-patternsandemail-for-ai-agents, moved from agentmail-skills (frontmatter normalized,agents/openai.yamladded).agentmail: absorbed the 724-lineagentmail-sdkskill — newreferences/admin.md(agent sign-up incl.>=0.4.15gate, domains, allow/block lists, IMAP/SMTP pointer); pagination, raw MIME, retry semantics, and MessageItem metadata-only warning added toreferences/python.md/typescript.md; event table + reconnection guidance in websockets/webhooks references.agentmail-cli: added pods, webhooks, domains, forward, and HTML-send commands — every command/flag verified against the live CLI v0.7.12 (the old skills repo'sretrieveverb was wrong; it'sget).agentmail-mcp: per-client config paths (Cursor/VS Code/Windsurf/Claude Desktop) and full auth-options matrix, header-over-query stance kept, no hardcoded tool counts.agentmail-toolkit: framework import table added; behavior docs unchanged.Verification
scripts/validate_repo.pyandclaude plugin validate . --strictpass (4 manifests, 9 skills)..d.ts), CLI flags run against the binary, MCP endpoint probed,tests/test_sdk_signatures.pygreen. One false claim from the old repo ("feedback_enabledrequired by the API" — it's CLI-only enforcement) was caught and corrected.🤖 Generated with Claude Code