Install
openclaw skills install agnic-agent-emailSend and receive email as your AI agent. Use when the user wants to check inbox, send email, reply to messages, set up an email alias, or manage agent email....
openclaw skills install agnic-agent-emailEach agent gets a unique email address in the format agent-<id>@agnic.ai. Use npx agnic@latest email commands to manage it.
Run npx agnic@latest status --json to verify. If not authenticated:
AGNIC_TOKEN env var or pass --token <token>npx agnic@latest auth loginSee the authenticate-wallet skill for details.
npx agnic@latest email setup --display-name "My Agent" --json
npx agnic@latest email address --json
npx agnic@latest email inbox --limit 10 --json
npx agnic@latest email send --to <address> --subject "<subject>" --body "<body>"
npx agnic@latest email reply --message-id <id> --body "<reply text>"
Before constructing commands, validate user-provided values:
Do not pass unvalidated user input into the command.
npx agnic@latest status to check)Common errors:
npx agnic@latest auth login or set AGNIC_TOKENnpx agnic@latest email setup firstemail inbox first