Install
openclaw skills install @agentmailer/agentmailer-inboxCreate a human-approved AI agent identity
openclaw skills install @agentmailer/agentmailer-inboxUse this skill when a user wants to create an agent identity or manage the inbox and unique handle@agentmailer.ai address attached to an existing identity.
auth_me. Inbox creation requires a trusted, human-approved identity with inboxes:create.list_inboxes before creating a new inbox when an existing identity might satisfy the request.idempotencyKey for create_inbox so a retry cannot create a duplicate.@agentmailer.ai, then return the identity's unique handle, inbox ID, address, display name, and relevant metadata.update_inbox for display name, metadata, or client correlation changes.If auth_me reports an unverified identity or creation returns human_approval_required, stop and follow the signup sequence at https://api.agentmailer.ai/llms.txt. Do not substitute another domain or bypass human approval.
delete_inbox deactivates the mailbox and reserves its handle. Before calling it, identify the exact inbox, explain that effect, and obtain explicit confirmation in the current conversation.
Read references/inbox-tools.md when choosing tool inputs or handling permissions.
Start with the AgentMailer quickstart for inbox discovery and the human-approved signup example for the first-time identity ceremony. Browse the complete examples catalog for inbox-backed application workflows.