π¦ ClawHub
Agnic Agent Email
by @agnicpay-prog
Send 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....
TERMINAL
clawhub install agnic-agent-emailπ About This Skill
name: agent-email description: > Send 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. Covers "check my email", "send an email", "what's my agent email", "set up email", "inbox". user-invocable: true disable-model-invocation: false allowed-tools: - "Bash(npx agnic@latest status*)" - "Bash(npx agnic@latest email *)"
Agent Email
Each agent gets a unique email address in the format agent-. Use npx agnic@latest email commands to manage it.
Authentication
Run npx agnic@latest status --json to verify. If not authenticated:
AGNIC_TOKEN env var or pass --token npx agnic@latest auth loginSee the authenticate-wallet skill for details.
Commands
Set up email alias
npx agnic@latest email setup --display-name "My Agent" --json
Check email address
npx agnic@latest email address --json
Check inbox
npx agnic@latest email inbox --limit 10 --json
Send email
npx agnic@latest email send --to --subject "" --body ""
Reply to a message
npx agnic@latest email reply --message-id --body ""
Input Validation
Before constructing commands, validate user-provided values:
Do not pass unvalidated user input into the command.
Important Notes
Prerequisites
npx agnic@latest status to check)Error Handling
Common errors:
npx agnic@latest auth login or set AGNIC_TOKENnpx agnic@latest email setup firstemail inbox firstβοΈ Configuration
npx agnic@latest status to check)